diff options
author | Joseph Myers <joseph@codesourcery.com> | 2004-11-05 01:36:57 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2004-11-05 01:36:57 +0000 |
commit | 8a36672b01cc7b4d693b6fba1e3f3ec8debd72cf (patch) | |
tree | a9c9ed7762521a6520eab46209e136ee537e932b /gcc/doc/libgcc.texi | |
parent | f0eb93a806a875b7e89f5a2f5217063c0daa0db8 (diff) | |
download | gcc-8a36672b01cc7b4d693b6fba1e3f3ec8debd72cf.zip gcc-8a36672b01cc7b4d693b6fba1e3f3ec8debd72cf.tar.gz gcc-8a36672b01cc7b4d693b6fba1e3f3ec8debd72cf.tar.bz2 |
c-tree.texi, [...]: Correct end-of-sentence markup and markup of "etc.", "e.g." and "i.e.".
* doc/c-tree.texi, doc/cfg.texi, doc/contrib.texi, doc/cpp.texi,
doc/cppopts.texi, doc/extend.texi, doc/fragments.texi,
doc/frontends.texi, doc/gcov.texi, doc/hostconfig.texi,
doc/implement-c.texi, doc/install.texi, doc/invoke.texi,
doc/libgcc.texi, doc/md.texi, doc/passes.texi,
doc/portability.texi, doc/rtl.texi, doc/sourcebuild.texi,
doc/standards.texi, doc/tm.texi, doc/tree-ssa.texi,
doc/trouble.texi: Correct end-of-sentence markup and markup of
"etc.", "e.g." and "i.e.". Use @code in various places where
appropriate.
From-SVN: r90101
Diffstat (limited to 'gcc/doc/libgcc.texi')
-rw-r--r-- | gcc/doc/libgcc.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/doc/libgcc.texi b/gcc/doc/libgcc.texi index 87fbe56..8d71f95 100644 --- a/gcc/doc/libgcc.texi +++ b/gcc/doc/libgcc.texi @@ -17,7 +17,7 @@ integer multiply and divide on some machines, and all floating-point operations on other machines. @code{libgcc} also includes routines for exception handling, and a handful of miscellaneous operations. -Some of these routines can be defined in mostly machine-independent C. +Some of these routines can be defined in mostly machine-independent C@. Others must be hand-written in assembly language for each processor that needs them. @@ -267,7 +267,7 @@ These functions return the quotient of @var{a} and @var{b}; that is, @deftypefnx {Runtime Function} {long double} __negtf2 (long double @var{a}) @deftypefnx {Runtime Function} {long double} __negxf2 (long double @var{a}) These functions return the negation of @var{a}. They simply flip the -sign bit, so they can produce negative zero and negative NaN. +sign bit, so they can produce negative zero and negative NaN@. @end deftypefn @subsection Conversion functions @@ -391,7 +391,7 @@ Under the hood, all of these routines are implemented as @noindent where @var{E} is a constant chosen to give the proper behavior for -NaN. Thus, the meaning of the return value is different for each set. +NaN@. Thus, the meaning of the return value is different for each set. Do not rely on this implementation; only the semantics documented below are guaranteed. |