diff mbox

[DOC] : Fix for Options That Control Optimization section

Message ID alpine.LSU.2.11.1408242123090.3274@tuna.site
State New
Headers show

Commit Message

Gerald Pfeifer Aug. 24, 2014, 7:27 p.m. UTC
On Fri, 11 Jul 2014, Martin Liška wrote:
> 2014-07-11  Martin Liska  <mliska@suse.cz>
> 
>     * doc/invoke.texi: Added missing options to options
>     that control optimization. Missing -foptimize-strlen option
>     introduced.

I applied the following patch on top of yours, adding @code in
one, and @option in another case.

Gerald

2014-08-24  Gerald Pfeifer  <gerald@pfeifer.com>

	* doc/invoke.texi (Optimize Options): Fix markup in two cases.
diff mbox

Patch

Index: doc/invoke.texi
===================================================================
--- doc/invoke.texi	(revision 214408)
+++ doc/invoke.texi	(working copy)
@@ -7232,7 +7232,7 @@ 
 @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 @@ 
 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}.