public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/58973] New: Small english manpage grammar fixes
@ 2013-11-02 17:44 culu.gyx at gmail dot com
  2021-12-14  7:50 ` [Bug driver/58973] " pinskia at gcc dot gnu.org
  0 siblings, 1 reply; 2+ messages in thread
From: culu.gyx at gmail dot com @ 2013-11-02 17:44 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58973

            Bug ID: 58973
           Summary: Small english manpage grammar fixes
           Product: gcc
           Version: 4.8.2
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: other
          Assignee: unassigned at gcc dot gnu.org
          Reporter: culu.gyx at gmail dot com

Hello,

As seen in 2925 / 2930 of ./gcc/doc/invoke.texi (among other places):

The phrase "Make all warnings into errors." could be better said as
"Turn all warnings into errors." or similar. The phrasing seems a skitch
awkward.

(The same applies to documents in 4.7, 4.6, 4.4, maybe other branches, too.)

The original bug report is at:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700476

Below is a patch:

--- gcc-doc.orig/gcc/doc/cppopts.texi
+++ gcc-doc/gcc/doc/cppopts.texi
@@ -160,7 +160,7 @@ in older programs.  This warning is on b

 @item -Werror
 @opindex Werror
-Make all warnings into hard errors.  Source code which triggers warnings
+Turn all warnings into hard errors.  Source code which triggers warnings
 will be rejected.

 @item -Wsystem-headers
--- gcc-doc.orig/gcc/doc/invoke.texi
+++ gcc-doc/gcc/doc/invoke.texi
@@ -3016,12 +3016,12 @@ Inhibit all warning messages.
 @item -Werror
 @opindex Werror
 @opindex Wno-error
-Make all warnings into errors.
+Turn all warnings into errors.

 @item -Werror=
 @opindex Werror=
 @opindex Wno-error=
-Make the specified warning into an error.  The specifier for a warning
+Turn the specified warning into an error.  The specifier for a warning
 is appended; for example @option{-Werror=switch} turns the warnings
 controlled by @option{-Wswitch} into errors.  This switch takes a
 negative form, to be used to negate @option{-Werror} for specific


Regards,

GUO Yixuan


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug driver/58973] Small english manpage grammar fixes
  2013-11-02 17:44 [Bug other/58973] New: Small english manpage grammar fixes culu.gyx at gmail dot com
@ 2021-12-14  7:50 ` pinskia at gcc dot gnu.org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-12-14  7:50 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58973

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2021-12-14

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Confirmed. Turn is better than make here for sure.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-14  7:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-02 17:44 [Bug other/58973] New: Small english manpage grammar fixes culu.gyx at gmail dot com
2021-12-14  7:50 ` [Bug driver/58973] " pinskia at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).