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]
Other format: [Raw text]

Re: [PATCH] PR c/761: Document or remove command line options


On 19-Oct-2002, Roger Sayle <roger@eyesopen.com> wrote:
> 
> + @item -fsched-verbose=@var{n}
> + @opindex fsched-verbose
> + On targets that use instruction scheduling, this option controls the
> + amount of debugging output the scheduler prints.  This information is
> + normally written to standard error unless the use specifies either
> + @option{-dS} or @option{-dR}, when it is output to the usual dump
> + listing file, @file{.sched} or @file{.sched2} respectively.

The wording "... unless the use specifies ..." is a bit odd.
Did you mean to say "unless the _user_ specifies ..."?

I'd write it like this:

 ...
 amount of debugging output the scheduler prints.  This information is
 written to standard error, unless @option{-dS} or @option{-dR} is
 specified, in which case it is output to the usual dump
 ...

-- 
Fergus Henderson <fjh@cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.


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