diff options
author | H. Peter Anvin <hpa@zytor.com> | 2002-05-06 22:04:10 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2002-05-06 22:04:10 +0000 |
commit | 290b514fac0490d12f692183b876a6c519941797 (patch) | |
tree | 28d7d4ed07eb77308db64fe1952defbd83f17be1 | |
parent | ff7ccc00d84437808c2194dfc9c2434d863a0791 (diff) | |
download | nasm-290b514fac0490d12f692183b876a6c519941797.tar.gz nasm-290b514fac0490d12f692183b876a6c519941797.tar.bz2 nasm-290b514fac0490d12f692183b876a6c519941797.zip |
Fix more instance of "NASM environment variable" -> NASMENV
-rw-r--r-- | doc/nasmdoc.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src index 8c8e7c6..b2529ff 100644 --- a/doc/nasmdoc.src +++ b/doc/nasmdoc.src @@ -778,7 +778,7 @@ NASM command-line processing will get confused by the two 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 |