diff options
author | dd <dd@FreeBSD.org> | 2001-07-15 08:06:20 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-07-15 08:06:20 +0000 |
commit | 911ca14c8798a89d240d36ecbc63b5df5dd99f66 (patch) | |
tree | 62f210bf3aee25e49335dc77030fff6e97fbe447 /usr.bin/killall | |
parent | a145482cf625d5f04072fd1d20b5c2062cbe8e47 (diff) | |
download | FreeBSD-src-911ca14c8798a89d240d36ecbc63b5df5dd99f66.zip FreeBSD-src-911ca14c8798a89d240d36ecbc63b5df5dd99f66.tar.gz |
Remove whitespace at EOL.
Diffstat (limited to 'usr.bin/killall')
-rw-r--r-- | usr.bin/killall/killall.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/killall/killall.1 b/usr.bin/killall/killall.1 index 3c0ec4a..403bb4b 100644 --- a/usr.bin/killall/killall.1 +++ b/usr.bin/killall/killall.1 @@ -74,7 +74,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 insensitive) regular expression against the names of processes found. CAUTION! This is dangerous, a single dot will match any process running under the effective UID of the caller. @@ -91,7 +91,7 @@ Limit potentially matching processes to those belonging to the specified .Ar user . .It Fl t Ar tty -Limit potentially matching processes to those running on +Limit potentially matching processes to those running on the specified .Ar tty . .It Fl c Ar procname @@ -104,11 +104,11 @@ the specified .Ar progname . .El .Sh ALL PROCESSES -Sending a signal to all processes with uid +Sending a signal to all processes with uid .Nm XYZ is already supported by -.Xr kill 1 . -So use +.Xr kill 1 . +So use .Xr kill 1 for this job (e.g. $ kill -TERM -1 or as root $ echo kill -TERM -1 | su -m <user>) |