mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-22 15:00:55 +08:00
intdoc.in (Signal Intrinsic (subroutine)): Fix texinfo warning using @code.
2003-11-12 Andreas Jaeger <aj@suse.de> * intdoc.in (Signal Intrinsic (subroutine)): Fix texinfo warning using @code. * intdoc.texi: Regenerated. From-SVN: r73491
This commit is contained in:
parent
7671789c9c
commit
8f28a5d250
@ -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>
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user