From: H. Peter Anvin Date: Thu, 16 May 2002 23:14:13 +0000 (+0000) Subject: Change \i -> \I in a few places X-Git-Tag: nasm-2.11.05~2406 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f94b9b4b602ef477fecb292f0be520ca8c2e1dd1;p=platform%2Fupstream%2Fnasm.git Change \i -> \I in a few places --- 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,