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>
This commit is contained in:
H. Peter Anvin 2008-10-13 10:17:27 -07:00
parent d3671e061d
commit d5118f2009

View 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.