summaryrefslogtreecommitdiff
path: root/gnu/egcs/gcc/f
diff options
context:
space:
mode:
authorMike Pechkin <mpech@cvs.openbsd.org>2002-05-28 09:01:17 +0000
committerMike Pechkin <mpech@cvs.openbsd.org>2002-05-28 09:01:17 +0000
commit49bae0431656af1f24d9d7fdf238ef8cf55ba686 (patch)
tree6a030110200a2316ae7d538bd0097225c74a0572 /gnu/egcs/gcc/f
parent2a98051bbfed88ae0fee77862ed31af2c01683bd (diff)
Fix *.texinfo warnings in gnu/.
espie@ request and OK
Diffstat (limited to 'gnu/egcs/gcc/f')
-rw-r--r--gnu/egcs/gcc/f/intdoc.texi4
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.