0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-10-10 00:25:06 -04:00

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 option can be used to generate makefile dependencies on stdout.
This can be redirected to a file for further processing. For example: 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} \S{opt-MG} The \i\c{-MG} Option: Generate \i{Makefile Dependencies}