summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2002-05-16 23:14:13 +0000
committerH. Peter Anvin <hpa@zytor.com>2002-05-16 23:14:13 +0000
commitf94b9b4b602ef477fecb292f0be520ca8c2e1dd1 (patch)
tree1ec7b7175d77b09d6aa71a291d66f356b50c2bf0 /doc
parent4119112869ba721425f58f76ec49a0ebbe51eade (diff)
downloadnasm-f94b9b4b602ef477fecb292f0be520ca8c2e1dd1.tar.gz
nasm-f94b9b4b602ef477fecb292f0be520ca8c2e1dd1.tar.bz2
nasm-f94b9b4b602ef477fecb292f0be520ca8c2e1dd1.zip
Change \i -> \I in a few places
Diffstat (limited to 'doc')
-rw-r--r--doc/nasmdoc.src4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src
index 74df520..0616561 100644
--- a/doc/nasmdoc.src
+++ b/doc/nasmdoc.src
@@ -3116,8 +3116,8 @@ NASM, though it attempts to avoid the bureaucracy of assemblers like
MASM and TASM, is nevertheless forced to support a \e{few}
directives. These are described in this chapter.
-NASM's directives come in two types: \i{user-level
-directives}\e{user-level} directives and \i{primitive
+NASM's directives come in two types: \I{user-level
+directives}\e{user-level} directives and \I{primitive
directives}\e{primitive} directives. Typically, each directive has a
user-level form and a primitive form. In almost all cases, we
recommend that users use the user-level forms of the directives,