This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[patch, docs] Re: Typo in gcc manpage (mfp-trap-mode flag, su)
- From: Brooks Moses <bmoses at stanford dot edu>
- To: gcc-patches at gcc dot gnu dot org
- Cc: fortran at gcc dot gnu dot org
- Date: Fri, 20 Oct 2006 00:57:14 -0700
- Subject: [patch, docs] Re: Typo in gcc manpage (mfp-trap-mode flag, su)
- References: <20061020061404.73400.qmail@web33315.mail.mud.yahoo.com>
:ADDPATCH documentation:
Rob wrote (in the Fortran list):
Sorry, I'm only subscribed to this list,
not to gcc list, as I'm working only with
gfortran...and many of the gcc flags also
apply to gfortran.
I believe you can send (or cc) things to the other lists regardless of
whether you're subscribed to them or not, though.
In the gcc manpage it says for the mfp-trap-mode
flag:
su Like su, but the instructions...
I suppose: s/Like su,/Like u,/
but I might be wrong.
As it is now, it's rather silly :).
The attached patch fixes this, assuming that is indeed the correct
replacement. (I don't know for certain either, but it's the only
plausible option given the context.)
Since I don't know for certain that this is correct, I won't commit it
as obvious. Thus: Ok for trunk?
- Brooks
--------------------------------------------------------
2006-10-20 Brooks Moses <bmoses@stanford.edu>
* doc/invoke.texi: Fix mfp-trap-mode typo.
--------------------------------------------------------
Index: invoke.texi
===================================================================
--- invoke.texi (revision 117891)
+++ invoke.texi (working copy)
@@ -8352,7 +8352,7 @@
as well.
@item su
-Like @samp{su}, but the instructions are marked to be safe for software
+Like @samp{u}, but the instructions are marked to be safe for software
completion (see Alpha architecture manual for details).
@item sui