summaryrefslogtreecommitdiff
path: root/doc/nasmdoc.src
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2017-04-25 12:39:11 -0700
committerH. Peter Anvin <hpa@zytor.com>2017-04-25 12:39:11 -0700
commitc6bbfaa70d595893e44504266481a248739bffb7 (patch)
tree36e1aafb30cd5034bace4526745ec8e8a7a26161 /doc/nasmdoc.src
parent3ddaa86ba2cfb019683fd1c0f474c80d85fceb89 (diff)
downloadnasm-c6bbfaa70d595893e44504266481a248739bffb7.tar.gz
doc: formatting consistency for %!
Consistent formatting for the %! environment variable reference. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'doc/nasmdoc.src')
-rw-r--r--doc/nasmdoc.src8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src
index cd979f37..370bba4b 100644
--- a/doc/nasmdoc.src
+++ b/doc/nasmdoc.src
@@ -3095,14 +3095,14 @@ variants are also provided.
The conditional assembly construct \c{%ifenv} assembles the
subsequent code if and only if the environment variable referenced by
-the \c{%!<env>} directive exists.
+the \c{%!}\e{variable} directive exists.
The usual \i\c{%elifenv}, \i\c\{%ifnenv}, and \i\c{%elifnenv}
variants are also provided.
-Just as for \c{%!<env>} the argument should be written as a string if
-it contains characters that would not be legal in an identifier. See
-\k{getenv}.
+Just as for \c{%!}\e{variable} the argument should be written as a
+string if it contains characters that would not be legal in an
+identifier. See \k{getenv}.
\H{rep} \i{Preprocessor Loops}\I{repeating code}: \i\c{%rep}