From 8f28a5d25068d1118f04534e1436174d6727b9c9 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 12 Nov 2003 12:21:34 +0100 Subject: intdoc.in (Signal Intrinsic (subroutine)): Fix texinfo warning using @code. 2003-11-12 Andreas Jaeger * intdoc.in (Signal Intrinsic (subroutine)): Fix texinfo warning using @code. * intdoc.texi: Regenerated. From-SVN: r73491 --- gcc/f/ChangeLog | 3 ++- gcc/f/intdoc.in | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'gcc') diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 7b0fbd6..754ad1f 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,7 +1,8 @@ 2003-11-12 Andreas Jaeger - * 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 diff --git a/gcc/f/intdoc.in b/gcc/f/intdoc.in index 55d426a..6f2423f 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. -- cgit v1.1