diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2002-05-28 09:01:17 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2002-05-28 09:01:17 +0000 |
commit | 49bae0431656af1f24d9d7fdf238ef8cf55ba686 (patch) | |
tree | 6a030110200a2316ae7d538bd0097225c74a0572 /gnu/egcs/gcc | |
parent | 2a98051bbfed88ae0fee77862ed31af2c01683bd (diff) |
Fix *.texinfo warnings in gnu/.
espie@ request and OK
Diffstat (limited to 'gnu/egcs/gcc')
-rw-r--r-- | gnu/egcs/gcc/f/intdoc.texi | 4 | ||||
-rw-r--r-- | gnu/egcs/gcc/rtl.texi | 2 |
2 files changed, 3 insertions, 3 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. diff --git a/gnu/egcs/gcc/rtl.texi b/gnu/egcs/gcc/rtl.texi index ebb07acabb2..b15baab6c01 100644 --- a/gnu/egcs/gcc/rtl.texi +++ b/gnu/egcs/gcc/rtl.texi @@ -866,7 +866,7 @@ mode @var{m}. This macro can only be used for modes whose bitsize is less than or equal to @code{HOST_BITS_PER_INT}. @findex GET_MODE_ALIGNMENT -@item GET_MODE_ALIGNMENT (@var{m)}) +@item GET_MODE_ALIGNMENT (@var{m}) Return the required alignment, in bits, for an object of mode @var{m}. @findex GET_MODE_UNIT_SIZE |