From 8a36672b01cc7b4d693b6fba1e3f3ec8debd72cf Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 5 Nov 2004 01:36:57 +0000 Subject: 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 --- gcc/doc/c-tree.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gcc/doc/c-tree.texi') diff --git a/gcc/doc/c-tree.texi b/gcc/doc/c-tree.texi index 9cd582e..514b98c 100644 --- a/gcc/doc/c-tree.texi +++ b/gcc/doc/c-tree.texi @@ -776,7 +776,7 @@ The following macros can be used on a tree node representing a class-type. @ftable @code @item LOCAL_CLASS_P -This predicate holds if the class is local class @emph{i.e.} declared +This predicate holds if the class is local class @emph{i.e.}@: declared inside a function body. @item TYPE_POLYMORPHIC_P @@ -2062,7 +2062,7 @@ These nodes represent integer division operations that return an integer result. @code{TRUNC_DIV_EXPR} rounds towards zero, @code{FLOOR_DIV_EXPR} rounds towards negative infinity, @code{CEIL_DIV_EXPR} rounds towards positive infinity and @code{ROUND_DIV_EXPR} rounds to the closest integer. -Integer division in C and C++ is truncating, i.e@. @code{TRUNC_DIV_EXPR}. +Integer division in C and C++ is truncating, i.e.@: @code{TRUNC_DIV_EXPR}. The behavior of these operations on signed arithmetic overflow, when dividing the minimum signed integer by minus one, is controlled by the @@ -2076,9 +2076,9 @@ These nodes represent the integer remainder or modulus operation. The integer modulus of two operands @code{a} and @code{b} is defined as @code{a - (a/b)*b} where the division calculated using the corresponding division operator. Hence for @code{TRUNC_MOD_EXPR} -this definition assumes division using truncation towards zero, i.e@. +this definition assumes division using truncation towards zero, i.e.@: @code{TRUNC_DIV_EXPR}. Integer remainder in C and C++ uses truncating -division, i.e@. @code{TRUNC_MOD_EXPR}. +division, i.e.@: @code{TRUNC_MOD_EXPR}. @item EXACT_DIV_EXPR The @code{EXACT_DIV_EXPR} code is used to represent integer divisions where -- cgit v1.1