From 72da449a41f7c789bda463fdc9da4646fbf53b57 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 29 Nov 2007 17:20:45 -0800 Subject: [PATCH] doc: s/NASM/nasm/ in invocation example On case-sensitive systems, "NASM" doesn't work. --- doc/nasmdoc.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}