diff options
Diffstat (limited to 'gnu/egcs/gcc/f')
-rw-r--r-- | gnu/egcs/gcc/f/intdoc.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/egcs/gcc/f/intdoc.texi b/gnu/egcs/gcc/f/intdoc.texi index a34f700570d..6e8ccb74470 100644 --- a/gnu/egcs/gcc/f/intdoc.texi +++ b/gnu/egcs/gcc/f/intdoc.texi @@ -9499,7 +9499,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. @@ -9578,7 +9578,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. |