doc: Nasm -> NASM
authorH. Peter Anvin <hpa@zytor.com>
Thu, 12 Jun 2008 04:09:22 +0000 (21:09 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 12 Jun 2008 04:09:22 +0000 (21:09 -0700)
Consistently write NASM in all capitals

doc/nasmdoc.src

index 540ab01..392c661 100644 (file)
@@ -3317,7 +3317,7 @@ mode-dependent macros.
 \S{ofmtm} \i\c{__OUTPUT_FORMAT__}: Current Output Format
 
 The \c{__OUTPUT_FORMAT__} standard macro holds the current Output Format,
-as given by the \c{-f} option or Nasm's default. Type \c{nasm -hf} for a
+as given by the \c{-f} option or NASM's default. Type \c{nasm -hf} for a
 list.
 
 \c %ifidn __OUTPUT_FORMAT__, win32
@@ -4238,7 +4238,7 @@ alignment has been specified.
 
 \b Sections may not overlap.
 
-\b Nasm creates the \c{section.<secname>.start} for each section, 
+\b NASM creates the \c{section.<secname>.start} for each section, 
 which may be used in your code.
 
 \S{map}\i{Map files}