install.texi (Testing): Correct quoting for the RUNTESTFLAGS examples.
authorSerge Belyshev <belyshev@depni.sinp.msu.ru>
Wed, 5 Mar 2008 00:25:41 +0000 (00:25 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Wed, 5 Mar 2008 00:25:41 +0000 (00:25 +0000)
* doc/install.texi (Testing): Correct quoting for the RUNTESTFLAGS
examples.  Truncate option-names then causing overfull hbox.

From-SVN: r132883

gcc/ChangeLog
gcc/doc/install.texi

index 2efa4be90713bb70218753130b68d1831c8b819a..abc52894ae0a73fb7b3916f103f1b9f4ab5490b2 100644 (file)
@@ -1,3 +1,8 @@
+2008-03-05  Serge Belyshev  <belyshev@depni.sinp.msu.ru>
+
+       * doc/install.texi (Testing): Correct quoting for the RUNTESTFLAGS
+       examples.  Truncate option-names then causing overfull hbox.
+
 2008-03-04  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
        PR target/35222
index 9569f9b21576e9f4f8eef3a5b1697206f50f6b72..5735f054317e08b2c5b629adfe72a308459b8bd9 100644 (file)
@@ -2070,7 +2070,7 @@ You can run the testsuites multiple times using combinations of options
 with a syntax similar to the brace expansion of popular shells:
 
 @smallexample
-    @dots{}"--target_board=arm-sim/@{-mhard-float,-msoft-float@}@{-O1,-O2,-O3,@}"
+    @dots{}"--target_board=arm-sim\@{-mhard-float,-msoft-float\@}\@{-O1,-O2,-O3,\@}"
 @end smallexample
 
 (Note the empty option caused by the trailing comma in the final group.)
@@ -2092,7 +2092,7 @@ They can be combined as many times as you wish, in arbitrary ways.  This
 list:
 
 @smallexample
-    @dots{}"--target_board=unix/-Wextra@{-O3,-fno-strength-reduce@}@{-fomit-frame-pointer,@}"
+    @dots{}"--target_board=unix/-Wextra\@{-O3,-fno-strength\@}\@{-fomit-frame,\@}"
 @end smallexample
 
 will generate four combinations, all involving @samp{-Wextra}.