From: Andreas Jaeger Date: Wed, 12 Nov 2003 09:58:53 +0000 (+0100) Subject: intdoc.texi (Signal Intrinsic (subroutine)): Fix texinfo warning using @code. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f95bd8e287fd839147c6fe2df6ac87cc9a19bc7e;p=gcc.git intdoc.texi (Signal Intrinsic (subroutine)): Fix texinfo warning using @code. * intdoc.texi (Signal Intrinsic (subroutine)): Fix texinfo warning using @code. From-SVN: r73489 --- diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 5fbb05b0863..7b0fbd6b210 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,8 @@ +2003-11-12 Andreas Jaeger + + * intdoc.texi (Signal Intrinsic (subroutine)): Fix texinfo warning + using @code. + 2003-11-03 Kelley Cook * Make-lang.in (dvi): Move targets to $(docobjdir). diff --git a/gcc/f/intdoc.texi b/gcc/f/intdoc.texi index 7de42578d1a..e657510a060 100644 --- a/gcc/f/intdoc.texi +++ b/gcc/f/intdoc.texi @@ -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.