Re: PATCH: add -n option to proc grep
Jacob Bachmeyer <[email protected]>
| Newsgroups | gmane.comp.sysutils.dejagnu.general |
|---|---|
| Message-ID | <[email protected]> |
Ben Elliston wrote:
> This patch adds a '-n' option to the DejaGnu grep procedure. It is not
> only more familiar to grep users, but it moves the option processing
> for any "dash options" to the front of the argument list, consistent
> with the Tcl built-ins.
>
> Any comments before I commit it?
>
I think I found a typo...
> @item @code{line}
> Use the optional keyword @code{line} to prefix matched lines in the
> -result with the line number. This is an option flag -- type it just as
> -shown.
> +result with the line number. This usage is depreciated.
> @end table
>
I think that "depreciated" should probably be "deprecated" and that
there might be some other places where that particular typo has snuck
into the manual.
-- Jacob