diff options
author | Joseph Myers <jsm@polyomino.org.uk> | 2004-10-28 02:00:31 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2004-10-28 02:00:31 +0100 |
commit | 78466c0eb542990e45156cab8cce4cf645b3731f (patch) | |
tree | 33d94c787a6ded805929c1022260774aeed28551 /gcc/doc/contrib.texi | |
parent | d78aa55cc9489d582a46e19478b0438d7382423a (diff) | |
download | gcc-78466c0eb542990e45156cab8cce4cf645b3731f.tar.gz |
contrib.texi, [...]: Improve Texinfo formatting.
* doc/contrib.texi, doc/cpp.texi, doc/cppopts.texi,
doc/extend.texi, doc/gcov.texi, doc/install.texi, doc/invoke.texi,
doc/libgcc.texi, doc/md.texi, doc/passes.texi,
doc/sourcebuild.texi, doc/tm.texi: Improve Texinfo formatting.
From-SVN: r89725
Diffstat (limited to 'gcc/doc/contrib.texi')
-rw-r--r-- | gcc/doc/contrib.texi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/doc/contrib.texi b/gcc/doc/contrib.texi index 701f7d54df6..cf8a61b8ec5 100644 --- a/gcc/doc/contrib.texi +++ b/gcc/doc/contrib.texi @@ -215,15 +215,15 @@ Arnaud Desitter for helping to debug gfortran. @item Gabriel Dos Reis for contributions to G++, contributions and maintenance of GCC diagnostics infrastructure, libstdc++-v3, -including valarray<>, complex<>, maintaining the numerics library -(including that pesky <limits> :-) and keeping up-to-date anything +including @code{valarray<>}, @code{complex<>}, maintaining the numerics library +(including that pesky @code{<limits>} :-) and keeping up-to-date anything to do with numbers. @item Ulrich Drepper for his work on glibc, testing of GCC using glibc, ISO C99 support, CFG dumping support, etc., plus support of the C++ runtime libraries including for all kinds of C interface issues, contributing and -maintaining complex<>, sanity checking and disbursement, configuration +maintaining @code{complex<>}, sanity checking and disbursement, configuration architecture, libio maintenance, and early math work. @item @@ -582,7 +582,7 @@ maintenance, and his ongoing work to make us make Fortran run fast. Jason Molenda for major help in the care and feeding of all the services on the gcc.gnu.org (formerly egcs.cygnus.com) machine---mail, web services, ftp services, etc etc. Doing all this work on scrap paper and -the backs of envelopes would have been... difficult. +the backs of envelopes would have been@dots{} difficult. @item Catherine Moore for fixing various ugly problems we have sent her @@ -767,9 +767,9 @@ work in the reload pass as well a serving as release manager for GCC 2.95.3. @item -Peter Schmid for constant testing of libstdc++ -- especially application +Peter Schmid for constant testing of libstdc++---especially application testing, going above and beyond what was requested for the release -criteria -- and libstdc++ header file tweaks. +criteria---and libstdc++ header file tweaks. @item Jason Schroeder for jcf-dump patches. |