doc: s/NASM/nasm/ in invocation example
authorH. Peter Anvin <hpa@zytor.com>
Fri, 30 Nov 2007 01:20:45 +0000 (17:20 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 30 Nov 2007 01:20:45 +0000 (17:20 -0800)
On case-sensitive systems, "NASM" doesn't work.

doc/nasmdoc.src

index f8636c2..e9db09f 100644 (file)
@@ -568,7 +568,7 @@ sections of interest, avoiding excessively long listings.
 This option can be used to generate makefile dependencies on stdout.
 This can be redirected to a file for further processing. For example:
 
-\c NASM -M myfile.asm > myfile.dep
+\c nasm -M myfile.asm > myfile.dep
 
 
 \S{opt-MG} The \i\c{-MG} Option: Generate \i{Makefile Dependencies}