doc: fix typo in the description of %unmacro
authorH. Peter Anvin <hpa@zytor.com>
Thu, 30 Oct 2008 03:46:30 +0000 (20:46 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 30 Oct 2008 03:46:30 +0000 (20:46 -0700)
The description of %unmacro used %unmacro in a place which should
obviously have been %macro.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
doc/nasmdoc.src

index 92964d037a85c9c3382a862a9c4c402bf0515ed6..b6831922ae84bb7eea5ae5e611badc0c2bc7e6dd 100644 (file)
@@ -2711,7 +2711,7 @@ For example:
 
 removes the previously defined macro \c{foo}, but
 
-\c %unmacro bar 1-3
+\c %macro bar 1-3
 \c         ; Do something
 \c %endmacro
 \c %unmacro bar 1