diff options
| -rw-r--r-- | gcc/doc/invoke.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 39920a8..5bca989 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -2807,8 +2807,8 @@ 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, for example -@option{-Wunknwon-warning}, GCC will emit a diagnostic stating +When an unrecognized warning label 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 is used, the behavior is slightly different: No diagnostic will be produced for @option{-Wno-unknown-warning} unless other diagnostics |
