From b3d47662d58355dec794698de8641ddeb5dbc8af Mon Sep 17 00:00:00 2001 From: jsm28 Date: Fri, 5 Nov 2004 01:36:57 +0000 Subject: * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90101 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/doc/libgcc.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/doc/libgcc.texi') diff --git a/gcc/doc/libgcc.texi b/gcc/doc/libgcc.texi index 87fbe56ae32..8d71f957d7d 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. -- cgit v1.2.1