From ed6eefe4382ab3a72d70922d401b7c8003513f13 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Mon, 4 Feb 2002 18:13:52 -0800 Subject: 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. --- scripts/kernel-doc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/kernel-doc') 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"; -- cgit v1.2.3