intdoc.in (Signal Intrinsic (subroutine)): Fix texinfo warning using @code.
authorAndreas Jaeger <aj@suse.de>
Wed, 12 Nov 2003 11:21:34 +0000 (12:21 +0100)
committerAndreas Jaeger <aj@gcc.gnu.org>
Wed, 12 Nov 2003 11:21:34 +0000 (12:21 +0100)
2003-11-12  Andreas Jaeger  <aj@suse.de>

* intdoc.in (Signal Intrinsic (subroutine)): Fix texinfo warning
using @code.
* intdoc.texi: Regenerated.

From-SVN: r73491

gcc/f/ChangeLog
gcc/f/intdoc.in

index 7b0fbd6b210d136b59b20dbd90bcd250dd65c4b2..754ad1ff05d6cbaf496ecd06360d409e881f6daa 100644 (file)
@@ -1,7 +1,8 @@
 2003-11-12  Andreas Jaeger  <aj@suse.de>
 
-       * intdoc.texi (Signal Intrinsic (subroutine)): Fix texinfo warning
+       * intdoc.in (Signal Intrinsic (subroutine)): Fix texinfo warning
        using @code.
+       * intdoc.texi: Regenerated.
 
 2003-11-03  Kelley Cook  <kcook@gcc.gnu.org>
 
index 55d426ad9305679b3c64d5142a61708a6d8e7a1c..6f2423f6cac6f8f3a8288b853034413c5e9a6034 100644 (file)
@@ -2401,7 +2401,7 @@ See @code{signal(2)}.
 
 Note that @var{@2@} will be called using C conventions,
 so the value of its argument in Fortran terms
-Fortran terms is obtained by applying @code{%LOC()} (or @var{LOC()}) to it.
+Fortran terms is obtained by applying @code{%LOC()} (or @code{LOC()}) to it.
 
 The value returned by @code{signal(2)} is written to @var{@3@}, if
 that argument is supplied.
@@ -2451,7 +2451,7 @@ See @code{signal(2)}.
 
 Note that @var{@2@} will be called using C conventions,
 so the value of its argument in Fortran terms
-is obtained by applying @code{%LOC()} (or @var{LOC()}) to it.
+is obtained by applying @code{%LOC()} (or @code{LOC()}) to it.
 
 The value returned by @code{signal(2)} is returned.