]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* intdoc.texi (Signal Intrinsic (subroutine)): Fix texinfo warning
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Nov 2003 09:58:53 +0000 (09:58 +0000)
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Nov 2003 09:58:53 +0000 (09:58 +0000)
using @code.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73489 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/f/ChangeLog
gcc/f/intdoc.texi

index 5fbb05b08630c440152dc90ba6a76a271f232a6c..7b0fbd6b210d136b59b20dbd90bcd250dd65c4b2 100644 (file)
@@ -1,3 +1,8 @@
+2003-11-12  Andreas Jaeger  <aj@suse.de>
+
+       * intdoc.texi (Signal Intrinsic (subroutine)): Fix texinfo warning
+       using @code.
+
 2003-11-03  Kelley Cook  <kcook@gcc.gnu.org>
 
        * Make-lang.in (dvi): Move targets to $(docobjdir).
index 7de42578d1a4c8237c7acd682d34fc704344d2c2..e657510a0608136453ecbbdc0eda530f770db796 100644 (file)
@@ -9500,7 +9500,7 @@ See @code{signal(2)}.
 
 Note that @var{Handler} 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{Status}, if
 that argument is supplied.
@@ -9579,7 +9579,7 @@ See @code{signal(2)}.
 
 Note that @var{Handler} 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.