summaryrefslogtreecommitdiff
path: root/usr.bin/killall/killall.1
diff options
context:
space:
mode:
authorMaxim Konovalov <maxim@FreeBSD.org>2004-01-18 17:51:34 +0000
committerMaxim Konovalov <maxim@FreeBSD.org>2004-01-18 17:51:34 +0000
commited4788962e8f104a766a87186bbd0452249dcb75 (patch)
treea6ef0d97b292c944d5e839cb3a4d182b03d42478 /usr.bin/killall/killall.1
parent6dcfd347717737e75ab0b0781586445479b272cb (diff)
downloadsrc-test2-ed4788962e8f104a766a87186bbd0452249dcb75.tar.gz
src-test2-ed4788962e8f104a766a87186bbd0452249dcb75.zip
o -m flags contructs case sensitive RE, not case insensitive.
MFC after: 1 week
Notes
Notes: svn path=/head/; revision=124682
Diffstat (limited to 'usr.bin/killall/killall.1')
-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 d85ecebd704d..4c2ecaf07f90 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.