summaryrefslogtreecommitdiffstats
path: root/usr.bin/killall
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2004-01-18 17:51:34 +0000
committermaxim <maxim@FreeBSD.org>2004-01-18 17:51:34 +0000
commita377723ba225f2ceb91f84062c7029a3bc8d7494 (patch)
treea6ef0d97b292c944d5e839cb3a4d182b03d42478 /usr.bin/killall
parenta8282437b8083036e4c7ce6bc04078a11340e351 (diff)
downloadFreeBSD-src-a377723ba225f2ceb91f84062c7029a3bc8d7494.zip
FreeBSD-src-a377723ba225f2ceb91f84062c7029a3bc8d7494.tar.gz
o -m flags contructs case sensitive RE, not case insensitive.
MFC after: 1 week
Diffstat (limited to 'usr.bin/killall')
-rw-r--r--usr.bin/killall/killall.12
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/killall/killall.1 b/usr.bin/killall/killall.1
index d85eceb..4c2ecaf 100644
--- a/usr.bin/killall/killall.1
+++ b/usr.bin/killall/killall.1
@@ -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.
OpenPOWER on IntegriCloud