This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: C++ PATCH: document -fmessage-length


Mark Mitchell wrote:
> 
> This patch documents Gaby's work on -fmessage-length, and also fixes a
> bug in the way the default was being set.
And I've fixed the typos :-) [that didn't need a ChangeLog right?]

nathan
-- 
Dr Nathan Sidwell :: Computer Science Department :: Bristol University
Never hand someone a gun unless you are sure where they will point it
nathan@acm.org  http://www.cs.bris.ac.uk/~nathan/  nathan@cs.bris.ac.uk
Index: invoke.texi
===================================================================
RCS file: /cvs/gcc/egcs/gcc/invoke.texi,v
retrieving revision 1.171
diff -U3 -r1.171 invoke.texi
--- invoke.texi	2000/02/17 20:38:25	1.171
+++ invoke.texi	2000/02/18 10:58:47
@@ -1132,7 +1132,7 @@
 
 @item -fmessage-length=@var{n}
 Try to format error messages so that they fit on lines of about @var{n}
-characters.  The deafult is 72 characters.  If @var{n} is zero, then to
+characters.  The default is 72 characters.  If @var{n} is zero, then no
 line-wrapping will be done; each error message will appear on a single
 line.
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]