Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106044371
D25413.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D25413.diff
View Options
Index: head/usr.bin/killall/killall.1
===================================================================
--- head/usr.bin/killall/killall.1
+++ head/usr.bin/killall/killall.1
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd June 4, 2020
+.Dd June 27, 2020
.Dt KILLALL 1
.Os
.Sh NAME
@@ -58,13 +58,11 @@
.Pp
The options are as follows:
.Bl -tag -width ".Fl c Ar procname"
-.It Fl d | v
-Be more verbose about what will be done.
-For a single
-.Fl d
-option, a list of the processes that will be sent the signal will be
-printed, or a message indicating that no matching processes have been
-found.
+.It Fl d
+Be more verbose about what will be done, but do not send any signal.
+The total number of user processes and the real user ID is shown.
+A list of the processes that will be sent the signal will be printed, or a
+message indicating that no matching processes have been found.
.It Fl e
Use the effective user ID instead of the (default) real user ID for matching
processes specified with the
@@ -86,8 +84,12 @@
CAUTION!
This is dangerous, a single dot will match any process
running under the real UID of the caller.
+.It Fl v
+Be verbose about what will be done.
.It Fl s
-Show only what would be done, but do not send any signal.
+Same as
+.Fl v ,
+but do not send any signal.
.It Fl Ar SIGNAL
Send a different signal instead of the default
.Dv TERM .
@@ -190,9 +192,9 @@
killall -m 'vim*'
.Ed
.Sh DIAGNOSTICS
-Diagnostic messages will only be printed if requested by
+Diagnostic messages will only be printed if the
.Fl d
-options.
+flag is used.
.Sh SEE ALSO
.Xr kill 1 ,
.Xr pkill 1 ,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Dec 25, 10:02 AM (10 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15596213
Default Alt Text
D25413.diff (1 KB)
Attached To
Mode
D25413: killall(1): Clarify -d, -s and -v options
Attached
Detach File
Event Timeline
Log In to Comment