|
From: <hp...@us...> - 2002-05-06 22:04:13
|
Update of /cvsroot/nasm/nasm/doc
In directory usw-pr-cvs1:/tmp/cvs-serv17236
Modified Files:
nasmdoc.src
Log Message:
Fix more instance of "NASM environment variable" -> NASMENV
Index: nasmdoc.src
===================================================================
RCS file: /cvsroot/nasm/nasm/doc/nasmdoc.src,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- nasmdoc.src 6 May 2002 19:41:57 -0000 1.26
+++ nasmdoc.src 6 May 2002 22:04:10 -0000 1.27
@@ -778,7 +778,7 @@
nonsensical words \c{-dNAME="my} and \c{name"}.
To get round this, NASM provides a feature whereby, if you begin the
-\c{NASM} environment variable with some character that isn't a minus
+\c{NASMENV} environment variable with some character that isn't a minus
sign, then NASM will treat this character as the \i{separator
character} for options. So setting the \c{NASMENV} variable to the
value \c{!-s!-ic:\\nasmlib} is equivalent to setting it to \c{-s
|