pgrep: Enable case-insensitive process matching

FreeBSD has case-insensitive matching of processes in pgrep and
pkill, which can be super-useful. This patch uncomments and
documents the code needed to make this work.

Signed-off-by: Craig Small <csmall@enc.com.au>
This commit is contained in:
William Orr
2015-05-10 17:42:09 +10:00
committed by Craig Small
parent 1209e75903
commit 9742c74e7c
2 changed files with 11 additions and 6 deletions

View File

@ -76,6 +76,9 @@ own process group.
Only match processes whose real group ID is listed. Either the numerical or
symbolical value may be used.
.TP
\fB\-i\fR, \fB\-\-ignore\-case\fR
Match processes case-insensitively.
.TP
\fB\-l\fR, \fB\-\-list\-name\fR
List the process name as well as the process ID.
.RB ( pgrep