* doc/invoke.texi (Optimize Options): Fix markup in two cases.
authorGerald Pfeifer <gerald@pfeifer.com>
Sun, 24 Aug 2014 19:26:49 +0000 (19:26 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Sun, 24 Aug 2014 19:26:49 +0000 (19:26 +0000)
From-SVN: r214409

gcc/ChangeLog
gcc/doc/invoke.texi

index 703a489..ac9cf16 100644 (file)
@@ -1,3 +1,7 @@
+2014-08-24  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * doc/invoke.texi (Optimize Options): Fix markup in two cases.
+
 2014-08-24  Oleg Endo  <olegendo@gcc.gnu.org>
 
        PR target/61996
index 7debd6b..2026fa5 100644 (file)
@@ -7232,7 +7232,7 @@ Enabled at levels @option{-O2}, @option{-O3}, @option{-Os}.
 @opindex foptimize-strlen
 Optimize various standard C string functions (e.g. @code{strlen},
 @code{strchr} or @code{strcpy}) and
-their _FORTIFY_SOURCE counterparts into faster alternatives.
+their @code{_FORTIFY_SOURCE} counterparts into faster alternatives.
 
 Enabled at levels @option{-O2}, @option{-O3}.
 
@@ -7401,7 +7401,7 @@ register, compare it against zero, then branch based upon the result.
 This option is only meaningful on architectures that support such
 instructions, which include x86, PowerPC, IA-64 and S/390.
 
-Enabled by default at -O1 and higher.
+Enabled by default at @option{-O1} and higher.
 
 The default is @option{-fbranch-count-reg}.