install.texi (Testing): Fix syntax in "make check" example.
authorPhil Edwards <phil@codesourcery.com>
Sun, 11 Jul 2004 05:36:40 +0000 (05:36 +0000)
committerPhil Edwards <pme@gcc.gnu.org>
Sun, 11 Jul 2004 05:36:40 +0000 (05:36 +0000)
2004-07-11  Phil Edwards  <phil@codesourcery.com>

* doc/install.texi (Testing):  Fix syntax in "make check" example.

From-SVN: r84494

gcc/ChangeLog
gcc/doc/install.texi

index d2f13a5b64c628fc5130a2b5cb8fc6cfd7103779..38e8fad192d1acc1cabc7a1576eb69a7a1d77761 100644 (file)
@@ -1,3 +1,7 @@
+2004-07-11  Phil Edwards  <phil@codesourcery.com>
+
+       * doc/install.texi (Testing):  Fix syntax in "make check" example.
+
 2004-07-10  James E Wilson  <wilson@specifixinc.com>
 
        * config/gofast.h (gofast_maybe_init_libfuncs): Use SImode for litodp.
index cd2b564dce7d3219fd3d03a8ba685dd646012f21..a3a73bbcd1035e6dec480258bcdf6774afbd8a75 100644 (file)
@@ -1737,7 +1737,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.)