]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
invoke.texi (Warning Options): Fix terminology and markup in the description of how...
authorGerald Pfeifer <gerald@pfeifer.com>
Sun, 15 Aug 2010 18:26:01 +0000 (18:26 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Sun, 15 Aug 2010 18:26:01 +0000 (18:26 +0000)
* doc/invoke.texi (Warning Options): Fix terminology and markup
in the description of how unknown warning options are handled.

From-SVN: r163266

gcc/ChangeLog
gcc/doc/invoke.texi

index 9400493ab4036cc1f7382999a9a87f89a15b2b26..df9316115e6545f2f4dec86039d7556c4f150793 100644 (file)
@@ -1,3 +1,8 @@
+2010-08-15  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * doc/invoke.texi (Warning Options): Fix terminology and markup
+       in the description of how unknown warning options are handled.
+
 2010-08-15  Ira Rosen  <irar@il.ibm.com>
 
        * tree-vect-data-refs.c (vect_setup_realignment): Support realignment
index edce70381063127c80810ea3c0910eece77faa14..3df16f83aaa82013fa787161829a3f50595ee8c0 100644 (file)
@@ -2863,9 +2863,9 @@ two forms, whichever is not the default.  For further,
 language-specific options also refer to @ref{C++ Dialect Options} and
 @ref{Objective-C and Objective-C++ Dialect Options}.
 
-When an unrecognized warning label is requested (e.g.,
+When an unrecognized warning option is requested (e.g.,
 @option{-Wunknown-warning}), GCC will emit a diagnostic stating
-that the option is not recognized.  However, if the @samp{-Wno-} form
+that the option is not recognized.  However, if the @option{-Wno-} form
 is used, the behavior is slightly different: No diagnostic will be
 produced for @option{-Wno-unknown-warning} unless other diagnostics
 are being produced.  This allows the use of new @option{-Wno-} options