summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-06-08 16:20:26 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-06-08 16:20:26 -0700
commitef0145540ef0b4ed4c75ce3dcf143331a29326df (patch)
tree5026b9767d4158f4fe677515acfce66a6adf9e99
parenta9862a8954aa49b17baae243b0b80598d29711e9 (diff)
downloadnasm-ef0145540ef0b4ed4c75ce3dcf143331a29326df.tar.gz
Fix capitalization in titles
-rw-r--r--doc/nasmdoc.src4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src
index e6f92c92..5016bc71 100644
--- a/doc/nasmdoc.src
+++ b/doc/nasmdoc.src
@@ -2824,7 +2824,7 @@ which case, all but the first two would be lumped together into
The usual \c{%elifXXX}, \c{%ifnXXX} and \c{%elifnXXX} versions exist
for each of \c{%ifid}, \c{%ifnum} and \c{%ifstr}.
-\S{iftoken} \i\c{%iftoken}: Test For A Single Token
+\S{iftoken} \i\c{%iftoken}: Test for a Single Token
Some macros will want to do different things depending on if it is
passed a single token (e.g. paste it to something else using \c{%+})
@@ -2840,7 +2840,7 @@ not (\c{-} being an operator.)
The usual \i\c{%eliftoken}, \i\c\{%ifntoken}, and \i\c{%elifntoken}
variants are also provided.
-\S{ifempty} \i\c{%ifempty}: Test For Empty Expansion
+\S{ifempty} \i\c{%ifempty}: Test for Empty Expansion
The conditional assembly construct \c{%ifempty} assembles the
subsequent code if and only if the expanded parameters do not contain