summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-10-15 11:15:48 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-10-15 11:15:48 -0700
commita3e57106fab38aac060a3292b8a34d655fc673d5 (patch)
treea70391104c871e7c54fb7c8f3aa7074505e18269
parentd5118f2009ab6adc22475c3b6991b784ab184e5c (diff)
downloadnasm-a3e57106fab38aac060a3292b8a34d655fc673d5.tar.gz
doc: add link to the macro packages when talking about them
When discussing the standard macro packages in the context of __USE_*__ macros, link to them as well as to the %use directive. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--doc/nasmdoc.src4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src
index af40348d..8d03cf36 100644
--- a/doc/nasmdoc.src
+++ b/doc/nasmdoc.src
@@ -3668,8 +3668,8 @@ clock:
\S{use_def} \I\c{__USE_*__}\c{__USE_}\e{package}\c{__}: Package
Include Test
-When a standard macro package is included with the \c{%use} directive
-(see \k{use}), a single-line macro of the form
+When a standard macro package (see \k{macropkg}) is included with the
+\c{%use} directive (see \k{use}), a single-line macro of the form
\c{__USE_}\e{package}\c{__} is automatically defined. This allows
testing if a particular package is invoked or not.