|
From: | Jacob Bachmeyer |
Subject: | Re: PATCH: add -n option to proc grep |
Date: | Tue, 04 Dec 2018 17:39:06 -0600 |
User-agent: | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.22) Gecko/20090807 MultiZilla/1.8.3.4e SeaMonkey/1.1.17 Mnenhy/0.7.6.0 |
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
[Prev in Thread] | Current Thread | [Next in Thread] |