summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-10-13 10:17:27 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-10-13 10:17:27 -0700
commitd5118f2009ab6adc22475c3b6991b784ab184e5c (patch)
tree4890236e6d33dfac50b017ffe9a501f5b26142eb
parentd3671e061dc14a21502aac6ee89783d773f01c63 (diff)
downloadnasm-d5118f2009ab6adc22475c3b6991b784ab184e5c.tar.gz
BR 2164053: --prefix _ not --prefix_
The --prefix option takes a separate argument, not an attached argument. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--doc/nasmdoc.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src
index 5f96f0b9..af40348d 100644
--- a/doc/nasmdoc.src
+++ b/doc/nasmdoc.src
@@ -924,7 +924,7 @@ is indicated by an asterisk. For example:
The \c{--prefix} and \c{--postfix} options prepend or append
(respectively) the given argument to all \c{global} or
-\c{extern} variables. E.g. \c{--prefix_} will prepend the
+\c{extern} variables. E.g. \c{--prefix _} will prepend the
underscore to all global and external variables, as C sometimes
(but not always) likes it.