invoke.texi (-fsanitize-sections): Split @var to avoid "unlikely character , in ...
authorUros Bizjak <ubizjak@gmail.com>
Thu, 18 Jun 2015 08:31:43 +0000 (10:31 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Thu, 18 Jun 2015 08:31:43 +0000 (10:31 +0200)
        * doc/invoke.texi (-fsanitize-sections): Split @var to avoid
        "unlikely character , in @var" warning.

From-SVN: r224596

gcc/ChangeLog
gcc/doc/invoke.texi

index e71021725e9ef23e6dbdf020fd0315b2f4582cc8..17e1c3125fb6374d3cf7ea3427b3e275c629e053 100644 (file)
@@ -1,3 +1,8 @@
+2015-06-18  Uros Bizjak  <ubizjak@gmail.com>
+
+       * doc/invoke.texi (-fsanitize-sections): Split @var to avoid
+       "unlikely character , in @var" warning.
+
 2015-06-17  Uros Bizjak  <ubizjak@gmail.com>
 
        * config/i386/i386.c (ix86_function_arg): Nest TARGET_64BIT code.
index d8e982c3aa338819df3785696c493a66c1f5b674..b99ab1ce6b61e9f5f445259f93cd0f33c097e3ae 100644 (file)
@@ -303,7 +303,7 @@ Objective-C and Objective-C++ Dialects}.
 @xref{Debugging Options,,Options for Debugging Your Program or GCC}.
 @gccoptlist{-d@var{letters}  -dumpspecs  -dumpmachine  -dumpversion @gol
 -fsanitize=@var{style} -fsanitize-recover -fsanitize-recover=@var{style} @gol
--fasan-shadow-offset=@var{number} -fsanitize-sections=@var{s1,s2,...} @gol
+-fasan-shadow-offset=@var{number} -fsanitize-sections=@var{s1},@var{s2},... @gol
 -fsanitize-undefined-trap-on-error @gol
 -fcheck-pointer-bounds -fchkp-check-incomplete-type @gol
 -fchkp-first-field-has-own-bounds -fchkp-narrow-bounds @gol
@@ -5890,7 +5890,7 @@ This option forces GCC to use custom shadow offset in AddressSanitizer checks.
 It is useful for experimenting with different shadow memory layouts in
 Kernel AddressSanitizer.
 
-@item -fsanitize-sections=@var{s1,s2,...}
+@item -fsanitize-sections=@var{s1},@var{s2},...
 @opindex fsanitize-sections
 Sanitize global variables in selected user-defined sections.  @var{si} may
 contain wildcards.