From: Joseph Myers Date: Tue, 6 Jul 2004 23:22:14 +0000 (+0100) Subject: sourcebuild.texi: Use semicolons instead of commas in section title. X-Git-Tag: releases/gcc-4.0.0~6993 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=640d429dd92343720744e0c06d7d5766118bcc58;p=thirdparty%2Fgcc.git sourcebuild.texi: Use semicolons instead of commas in section title. * doc/sourcebuild.texi: Use semicolons instead of commas in section title. From-SVN: r84178 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6c8ed693719b..7d039dfe887b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-07-06 Joseph S. Myers + + * doc/sourcebuild.texi: Use semicolons instead of commas in + section title. + 2004-07-06 Richard Henderson * tree-sra.c (struct sra_walk_fns): Revert 2004-07-05 change. diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index 400634ba4c5c..9088b0502c48 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -211,7 +211,7 @@ particular build machine. The file @file{config.host} is used to handle configuration specific to the particular host machine. (In general, these should only be used for features that cannot reasonably be tested in Autoconf feature tests.) -@xref{System Config, , The @file{config.build}, @file{config.host}, +@xref{System Config, , The @file{config.build}; @file{config.host}; and @file{config.gcc} Files}, for details of the contents of these files. @item Each language subdirectory has a file @@ -224,7 +224,7 @@ creating the output of @file{configure}. @end itemize @node System Config -@subsubsection The @file{config.build}, @file{config.host}, and @file{config.gcc} Files +@subsubsection The @file{config.build}; @file{config.host}; and @file{config.gcc} Files The @file{config.build} file contains specific rules for particular systems which GCC is built on. This should be used as rarely as possible, as the