doc: add link to the macro packages when talking about them
authorH. Peter Anvin <hpa@zytor.com>
Wed, 15 Oct 2008 18:15:48 +0000 (11:15 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 15 Oct 2008 18:15:48 +0000 (11:15 -0700)
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>
doc/nasmdoc.src

index af40348de27c4c270ca4f989818ef365040140d2..8d03cf36025f2d94a7cf4b118955d43327aae0a2 100644 (file)
@@ -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.