From 4119112869ba721425f58f76ec49a0ebbe51eade Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 16 May 2002 20:02:45 +0000 Subject: [PATCH] Fix some formatting inconsistencies in %ifmacro. --- doc/nasmdoc.src | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src index 0842643..74df520 100644 --- a/doc/nasmdoc.src +++ b/doc/nasmdoc.src @@ -2297,7 +2297,7 @@ over the macros in a library. You may want to create a macro with one name if it doesn't already exist, and another name if one with that name does exist. -The %ifmacro is considered true if defining a macro with the given name +The \c{%ifmacro} is considered true if defining a macro with the given name and number of arguments would cause a definitions conflict. For example: \c %ifmacro MyMacro 1-3 @@ -2318,9 +2318,9 @@ This will create the macro "MyMacro 1-3" if no macro already exists which would conflict with it, and emits a warning if there would be a definition conflict. -You can test for the macro not existing by using the \i\c{ifnmacro} instead -of \c{ifmacro}. Additional tests can be performed in %elif blocks by using -\i\c{elifmacro} and \i\c{elifnmacro}. +You can test for the macro not existing by using the \i\c{%ifnmacro} instead +of \c{%ifmacro}. Additional tests can be performed in \c{%elif} blocks by using +\i\c{%elifmacro} and \i\c{%elifnmacro}. \S{ifctx} \i\c{%ifctx}: \i{Testing the Context Stack} -- 2.7.4