patch-2.4.0-test1 linux/scripts/kernel-doc
Next file: linux/scripts/mkdep.c
Previous file: linux/net/ipv6/netfilter/Config.in
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed May 24 08:36:34 2000
- Orig file:
v2.3.99-pre9/linux/scripts/kernel-doc
- Orig date:
Wed Apr 26 16:34:10 2000
diff -u --recursive --new-file v2.3.99-pre9/linux/scripts/kernel-doc linux/scripts/kernel-doc
@@ -316,7 +316,7 @@
my $count;
my $id;
- $id = $args{'module'}."-".$args{'function'};
+ $id = "API-".$args{'function'};
$id =~ s/[^A-Za-z0-9]/-/g;
print "<refentry>\n";
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)