]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/doc/sourcebuild.texi
contrib.texi, [...]: Improve Texinfo formatting.
[thirdparty/gcc.git] / gcc / doc / sourcebuild.texi
index 8314bf65b50de853842b54485c1f975437d4ee79..dd5b22c00684691577f5e61e12e2268eaea8a02a 100644 (file)
@@ -648,7 +648,7 @@ Move to the stage directory files not included in @code{stagestuff} in
 
 @item lang.opt
 This file registers the set of switches that the front end accepts on
-the command line, and their --help text.  The file format is
+the command line, and their @option{--help} text.  The file format is
 documented in the file @file{c.opt}.  These files are processed by the
 script @file{opts.sh}.
 @item lang-specs.h
@@ -928,9 +928,10 @@ to chapter 9, which deals with tasking features of the language.
 There is also an extra chapter called @file{gcc} containing a template for
 creating new executable tests.
 
-The tests are run using two 'sh' scripts: run_acats and run_all.sh
-To run the tests using a simulator or a cross target, see the small
-customization section at the top of run_all.sh
+The tests are run using two @command{sh} scripts: @file{run_acats} and
+@file{run_all.sh}.  To run the tests using a simulator or a cross
+target, see the small
+customization section at the top of @file{run_all.sh}.
 
 These tests are run using the build tree: they can be run without doing
 a @code{make install}.