From d5118f2009ab6adc22475c3b6991b784ab184e5c Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Mon, 13 Oct 2008 10:17:27 -0700 Subject: [PATCH] BR 2164053: --prefix _ not --prefix_ The --prefix option takes a separate argument, not an attached argument. Signed-off-by: H. Peter Anvin --- doc/nasmdoc.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.11.4.GIT