summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-11-29 17:20:45 -0800
committerH. Peter Anvin <hpa@zytor.com>2007-11-29 17:20:45 -0800
commit72da449a41f7c789bda463fdc9da4646fbf53b57 (patch)
tree0c2d480cde97b8b1d0083c91dee5dff3b773e4e7
parentd1e8ba60392e0b36185af0f8953942600e73e3f1 (diff)
downloadnasm-72da449a41f7c789bda463fdc9da4646fbf53b57.tar.gz
doc: s/NASM/nasm/ in invocation example
On case-sensitive systems, "NASM" doesn't work.
-rw-r--r--doc/nasmdoc.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src
index f8636c20..e9db09f0 100644
--- a/doc/nasmdoc.src
+++ b/doc/nasmdoc.src
@@ -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}