From eafc83fc65e511a794d5120f434291498552c0b1 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Wed, 11 Jun 2008 21:09:22 -0700 Subject: [PATCH] doc: Nasm -> NASM Consistently write NASM in all capitals --- doc/nasmdoc.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src index 07aa0747..908ae9fd 100644 --- a/doc/nasmdoc.src +++ b/doc/nasmdoc.src @@ -3306,7 +3306,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 @@ -4227,7 +4227,7 @@ alignment has been specified. \b Sections may not overlap. -\b Nasm creates the \c{section..start} for each section, +\b NASM creates the \c{section..start} for each section, which may be used in your code. \S{map}\i{Map files}