diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-10 23:49:44 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-10 23:49:44 +0000 |
commit | 32432f22ac084531743f46f3cf12441ba93f7371 (patch) | |
tree | cff1ff30cf3f3e6a8be536378cc1aa1820b1a956 /gcc/doc | |
parent | 2bce2a69652f7711e0ba2f508be20d5138a76ec2 (diff) | |
download | gcc-32432f22ac084531743f46f3cf12441ba93f7371.tar.gz |
Fix markup.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44783 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/extend.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 23deda1409f..cc2fda79d9f 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -80,7 +80,7 @@ character other than a member of the basic execution character set (6.2.5).} @item @cite{Which of @code{signed char} or @code{unsigned char} has the same range, -representation, and behavior as ``plain'' char (6.2.5, 6.3.1.1).} +representation, and behavior as ``plain'' @code{char} (6.2.5, 6.3.1.1).} @item @cite{The mapping of members of the source character set (in character @@ -142,7 +142,7 @@ that type (6.3.1.3).} @itemize @bullet @item @cite{The accuracy of the floating-point operations and of the library -functions in @file{<math.h>} and @file{<complex.h>} that return floating-point +functions in @code{<math.h>} and @code{<complex.h>} that return floating-point results (5.2.4.2.2).} @item @@ -319,7 +319,7 @@ of the C library, and are not defined by GCC itself. @itemize @bullet @item @cite{The values or expressions assigned to the macros specified in the -headers @file{<float.h>}, @file{<limits.h>}, and @file{<stdint.h>} +headers @code{<float.h>}, @code{<limits.h>}, and @code{<stdint.h>} (5.2.4.2, 7.18.2, 7.18.3).} @item |