This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB 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: RFA: >, >>, and "tee" operators


On Tue, 23 Jul 2002, Daniel Jacobowitz wrote:

> Comments?

Thanks.  The doco changes are approved, with these minor comments:

> +@node Redirecting output
> +@section Redirecting output

Please add here a "@cindex output redirection".

> +@kindex >
> +@cindex redirect
> +@item > @var{file}
> +Redirect all output to @var{file}, overwriting it.
> +@kindex >>
> +@cindex append

The two @cindex entries above should probably be changed in minor ways.  
I would either say "@cindex redirect command" and "@cindex append 
command", or "@cindex rfedirect output to a file" and "@cindex append 
output to a file".

> +@kindex tee
> +@cindex tee

Why is @cindex needed here?  We do have a @kindex with the same text 
already.


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