diff options
| author | Mateusz Guzik <mjg@FreeBSD.org> | 2013-06-30 20:27:31 +0000 |
|---|---|---|
| committer | Mateusz Guzik <mjg@FreeBSD.org> | 2013-06-30 20:27:31 +0000 |
| commit | 214e08782bc71b5a9a5e997274e25acbb60764fc (patch) | |
| tree | 4cc73e8595d8b21596ba1a120dfe4f755922cc37 /usr.bin/killall/killall.1 | |
| parent | 71c80b4ea071059edf13925f93bac517b581d3c6 (diff) | |
Notes
Diffstat (limited to 'usr.bin/killall/killall.1')
| -rw-r--r-- | usr.bin/killall/killall.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/killall/killall.1 b/usr.bin/killall/killall.1 index 7beaadb56fd4..be813f78c46e 100644 --- a/usr.bin/killall/killall.1 +++ b/usr.bin/killall/killall.1 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 27, 2012 +.Dd June 30, 2013 .Dt KILLALL 1 .Os .Sh NAME @@ -110,6 +110,8 @@ the specified Limit potentially matching processes to those matching the specified .Ar procname . +.It Fl q +Suppress error message if no processes are matched. .It Fl z Do not skip zombies. This should not have any effect except to print a few error messages |
