From: H. Peter Anvin Date: Mon, 13 Oct 2008 17:17:27 +0000 (-0700) Subject: BR 2164053: --prefix _ not --prefix_ X-Git-Tag: nasm-2.11.05~1202 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d5118f2009ab6adc22475c3b6991b784ab184e5c;p=platform%2Fupstream%2Fnasm.git BR 2164053: --prefix _ not --prefix_ The --prefix option takes a separate argument, not an attached argument. Signed-off-by: H. Peter Anvin --- diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src index 5f96f0b..af40348 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.