This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: minor fixes to gcc manual
On Sat, Feb 17, 2001 at 12:47:17PM +0100, Gerald Pfeifer wrote:
> On Thu, 15 Feb 2001, Matt Kraai wrote:
> > 2001-02-15 Matt Kraai <kraai@alumni.carnegiemellon.edu>
> >
> > * gcc.texi (Standards): Fix verb agreement, missing
> > period, and change GNU CC to GCC.
>
> I don't think this is correct. GCC stands for the GNU Compiler Collection,
> not the GNU C Compiler.
OK, in that case how about the following, which just includes the
typographical fixes.
Matt
2001-02-17 Matt Kraai <kraai@alumni.carnegiemellon.edu>
* gcc.texi (Standards): Fix verb agreement, missing period.
Index: gcc.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/gcc.texi,v
retrieving revision 1.75
diff -c -3 -p -r1.75 gcc.texi
*** gcc.texi 2001/02/08 02:32:06 1.75
--- gcc.texi 2001/02/17 16:29:05
*************** environment, you will need to find them
*** 462,469 ****
GNU C library). @xref{Standard Libraries,,Standard Libraries}.
For references to Technical Corrigenda, Rationale documents and
! information concerning the history of C that is available online, see
! @uref{http://gcc.gnu.org/readings.html}
@c FIXME: details of C++ standard.
@c FIXME: definitions of Java and Objective C.
--- 462,469 ----
GNU C library). @xref{Standard Libraries,,Standard Libraries}.
For references to Technical Corrigenda, Rationale documents and
! information concerning the history of C that are available online, see
! @uref{http://gcc.gnu.org/readings.html}.
@c FIXME: details of C++ standard.
@c FIXME: definitions of Java and Objective C.