summaryrefslogtreecommitdiff
path: root/scripts/kernel-doc
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 18:13:52 -0800
committerLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 18:13:52 -0800
commited6eefe4382ab3a72d70922d401b7c8003513f13 (patch)
tree02530a3e9ad5144240f04d6455f9c0184b72132c /scripts/kernel-doc
parent24579a8815132babf322c6d73608ce31f9b28ac8 (diff)
v2.4.3.6 -> v2.4.3.7
- Johannes Erdfelt: USB updates - David Howells: more rw-sem stuff - David Miller: network callback cleanups and fixes - Jan Harkes: make Coda use the proper VFS layer interfaces, so that it can use "non-traditional-unix" filesystems without inode numbers for backing store.
Diffstat (limited to 'scripts/kernel-doc')
-rw-r--r--scripts/kernel-doc6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/kernel-doc b/scripts/kernel-doc
index 5395fe4a7284..cb809a062347 100644
--- a/scripts/kernel-doc
+++ b/scripts/kernel-doc
@@ -164,7 +164,7 @@ my $verbose = 0;
my $output_mode = "man";
my %highlights = %highlights_man;
my $blankline = $blankline_man;
-my $modulename = "API Documentation";
+my $modulename = "Kernel API";
my $function_only = 0;
# Essentially these are globals
@@ -559,7 +559,7 @@ sub output_man(%) {
my ($parameter, $section);
my $count;
- print ".TH \"$args{'module'}\" 4 \"$args{'function'}\" \"25 May 1998\" \"API Manual\" LINUX\n";
+ print ".TH \"$args{'module'}\" 9 \"$args{'function'}\" \"April 2001\" \"API Manual\" LINUX\n";
print ".SH NAME\n";
print $args{'function'}." \\- ".$args{'purpose'}."\n";
@@ -601,7 +601,7 @@ sub output_intro_man(%) {
my ($parameter, $section);
my $count;
- print ".TH \"$args{'module'}\" 4 \"$args{'module'}\" \"25 May 1998\" \"API Manual\" LINUX\n";
+ print ".TH \"$args{'module'}\" 9 \"$args{'module'}\" \"April 2001\" \"API Manual\" LINUX\n";
foreach $section (@{$args{'sectionlist'}}) {
print ".SH \"$section\"\n";