BR 2164053: --prefix _ not --prefix_
authorH. Peter Anvin <hpa@zytor.com>
Mon, 13 Oct 2008 17:17:27 +0000 (10:17 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 13 Oct 2008 17:17:27 +0000 (10:17 -0700)
The --prefix option takes a separate argument, not an attached
argument.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
doc/nasmdoc.src

index 5f96f0b..af40348 100644 (file)
@@ -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.