]> git.pld-linux.org Git - packages/nasm.git/blob - nasm-info.patch
- up to 2.06
[packages/nasm.git] / nasm-info.patch
1 --- nasm-0.98.32/doc/nasmdoc.src.orig   Fri May 17 17:54:24 2002
2 +++ nasm-0.98.32/doc/nasmdoc.src        Tue May 21 21:32:06 2002
3 @@ -2,7 +2,7 @@
4  \#
5  \# Source code to NASM documentation
6  \#
7 -\M{category}{Programming}
8 +\M{category}{Programming tools:}
9  \M{title}{NASM - The Netwide Assembler}
10  \M{year}{2002}
11  \M{author}{The NASM Development Team}
12 --- nasm-0.98.32/doc/rdsrc.pl.orig      Thu May 16 20:15:31 2002
13 +++ nasm-0.98.32/doc/rdsrc.pl   Tue May 21 21:37:07 2002
14 @@ -884,7 +884,7 @@
15    print "\@setfilename ",$metadata{'infofile'},".info\n";
16    print "\@dircategory ",$metadata{'category'},"\n";
17    print "\@direntry\n";
18 -  printf "* %-28s %s.\n",
19 +  printf "* %-37s %s\n",
20    sprintf('%s: (%s).', $metadata{'infoname'}, $metadata{'infofile'}),
21    $metadata{'infotitle'};
22    print "\@end direntry\n";
This page took 0.085027 seconds and 3 git commands to generate.