mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-22 15:00:55 +08:00
intdoc.texi (Signal Intrinsic (subroutine)): Fix texinfo warning using @code.
* intdoc.texi (Signal Intrinsic (subroutine)): Fix texinfo warning using @code. From-SVN: r73489
This commit is contained in:
parent
463f452cf2
commit
f95bd8e287
@ -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).
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user