diff options
author | maxim <maxim@FreeBSD.org> | 2004-01-18 17:51:34 +0000 |
---|---|---|
committer | maxim <maxim@FreeBSD.org> | 2004-01-18 17:51:34 +0000 |
commit | a377723ba225f2ceb91f84062c7029a3bc8d7494 (patch) | |
tree | a6ef0d97b292c944d5e839cb3a4d182b03d42478 /usr.bin | |
parent | a8282437b8083036e4c7ce6bc04078a11340e351 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | usr.bin/killall/killall.1 | 2 |
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. |