o -m flags contructs case sensitive RE, not case insensitive.

MFC after:	1 week
This commit is contained in:
Maxim Konovalov 2004-01-18 17:51:34 +00:00
parent 6dcfd34771
commit ed4788962e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124682

View File

@ -71,7 +71,7 @@ List the names of the available signals and exit, like in
.It Fl m
Match the argument
.Ar procname
as a (case insensitive) regular expression against the names
as a (case sensitive) regular expression against the names
of processes found.
CAUTION! This is dangerous, a single dot will match any process
running under the real UID of the caller.