diff options
author | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-11-12 11:21:34 +0000 |
---|---|---|
committer | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-11-12 11:21:34 +0000 |
commit | 774998d3a1184bdddda727bebaf6fac9f445bfe4 (patch) | |
tree | be72261c123a027575c2fca8cb46fd7e33998383 /gcc/f | |
parent | 1d519adc017e33233038947cefdd3dec2740fc09 (diff) | |
download | gcc-774998d3a1184bdddda727bebaf6fac9f445bfe4.tar.gz |
2003-11-12 Andreas Jaeger <aj@suse.de>
* intdoc.in (Signal Intrinsic (subroutine)): Fix texinfo warning
using @code.
* intdoc.texi: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73491 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/f')
-rw-r--r-- | gcc/f/ChangeLog | 3 | ||||
-rw-r--r-- | gcc/f/intdoc.in | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 7b0fbd6b210..754ad1ff05d 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -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> diff --git a/gcc/f/intdoc.in b/gcc/f/intdoc.in index 55d426ad930..6f2423f6cac 100644 --- a/gcc/f/intdoc.in +++ b/gcc/f/intdoc.in @@ -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. |