OSDN Git Service

* doc/sourcebuild.texi: Use semicolons instead of commas in
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 Jul 2004 23:22:14 +0000 (23:22 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 Jul 2004 23:22:14 +0000 (23:22 +0000)
section title.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84178 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/sourcebuild.texi

index 6c8ed69..7d039df 100644 (file)
@@ -1,3 +1,8 @@
+2004-07-06  Joseph S. Myers  <jsm@polyomino.org.uk>
+
+       * doc/sourcebuild.texi: Use semicolons instead of commas in
+       section title.
+
 2004-07-06  Richard Henderson  <rth@redhat.com>
 
        * tree-sra.c (struct sra_walk_fns): Revert 2004-07-05 change.
index 400634b..9088b05 100644 (file)
@@ -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