]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
docs: Fix -Wno-cpp note
authorMartin Liska <mliska@suse.cz>
Mon, 14 Jun 2021 14:07:10 +0000 (16:07 +0200)
committerMartin Liska <mliska@suse.cz>
Mon, 14 Jun 2021 14:07:10 +0000 (16:07 +0200)
gcc/ChangeLog:

* doc/invoke.texi: Put r{...} on the same line as @item.

gcc/doc/invoke.texi

index 0a364506954e599a5232ef721029ebe974e21946..510f24e55abafeb2af73e36b9d0f2cd42a6114bd 100644 (file)
@@ -5806,8 +5806,7 @@ error.  @option{-Wno-coverage-invalid-line-number} can be used to disable the
 warning or @option{-Wno-error=coverage-invalid-line-number} can be used to
 disable the error.
 
-@item -Wno-cpp
-@r{(C, Objective-C, C++, Objective-C++ and Fortran only)}
+@item -Wno-cpp @r{(C, Objective-C, C++, Objective-C++ and Fortran only)}
 @opindex Wno-cpp
 @opindex Wcpp
 Suppress warning messages emitted by @code{#warning} directives.