diff options
| author | Maxim Konovalov <maxim@FreeBSD.org> | 2004-01-18 17:51:34 +0000 |
|---|---|---|
| committer | Maxim Konovalov <maxim@FreeBSD.org> | 2004-01-18 17:51:34 +0000 |
| commit | ed4788962e8f104a766a87186bbd0452249dcb75 (patch) | |
| tree | a6ef0d97b292c944d5e839cb3a4d182b03d42478 /usr.bin | |
| parent | 6dcfd347717737e75ab0b0781586445479b272cb (diff) | |
Notes
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 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. |
