Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.4.19 /Documentation/kernel-doc-nano-HOWTO.txt

Filename:/Documentation/kernel-doc-nano-HOWTO.txt
Lines Added:2
Lines Deleted:2
Also changed in: (Previous) 2.4.19-rc5  2.4.19-rc4  2.4.19-rc3  2.4.19-rc2  2.4.19-rc1  2.4.19-pre10 
(Following) 2.5.64-bk7  2.5.64-bk8  2.5.64-bk9  2.5.64-ac4  2.5.64-bk10  2.5.64-bk11 

Location
[  2.4.19
  [  Documentation
     o  kernel-doc-nano-HOWTO.txt

Patch

diff -urN linux-2.4.18/Documentation/kernel-doc-nano-HOWTO.txt linux-2.4.19/Documentation/kernel-doc-nano-HOWTO.txt
--- linux-2.4.18/Documentation/kernel-doc-nano-HOWTO.txt   Fri Sep  7 18:15:17 2001
+++ linux-2.4.19/Documentation/kernel-doc-nano-HOWTO.txt   Fri Aug  2 17:39:42 2002
@@ -73,10 +73,10 @@
 mkdir $ARGV[0],0777;
 $state = 0;
 while (<STDIN>) {
-    if (/^\.TH \"[^\"]*\" 4 \"([^\"]*)\"/) {
+    if (/^\.TH \"[^\"]*\" (\d) \"([^\"]*)\"/) {
    if ($state == 1) { close OUT }
    $state = 1;
-   $fn = "$ARGV[0]/$1.4";
+   $fn = "$ARGV[0]/$2.$1";
    print STDERR "Creating $fn\n";
    open OUT, ">$fn" or die "can't open $fn: $!\n";
    print OUT $_;


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.