doc: s/NASM/nasm/ in invocation example

On case-sensitive systems, "NASM" doesn't work.
This commit is contained in:
H. Peter Anvin 2007-11-29 17:20:45 -08:00
parent d1e8ba6039
commit 72da449a41

View 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}