diff options
author | 2013-06-03 07:16:32 +0000 | |
---|---|---|
committer | 2013-06-03 07:16:32 +0000 | |
commit | 5123b6b96d1947a835a7cd5a341b06239c5b9f69 (patch) | |
tree | b1070c348e749f641e65585de4e84335fe69bba5 | |
parent | fix an oft copied typo that i'm tired of looking at (diff) | |
download | wireguard-openbsd-5123b6b96d1947a835a7cd5a341b06239c5b9f69.tar.xz wireguard-openbsd-5123b6b96d1947a835a7cd5a341b06239c5b9f69.zip |
sort options list;
-rw-r--r-- | usr.bin/pkill/pkill.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/pkill/pkill.1 b/usr.bin/pkill/pkill.1 index 4047a38ad7b..34981af600e 100644 --- a/usr.bin/pkill/pkill.1 +++ b/usr.bin/pkill/pkill.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkill.1,v 1.21 2013/06/03 04:17:37 tedu Exp $ +.\" $OpenBSD: pkill.1,v 1.22 2013/06/03 07:16:32 jmc Exp $ .\" $NetBSD: pkill.1,v 1.8 2003/02/14 15:59:18 grant Exp $ .\" .\" Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -82,8 +82,6 @@ command. .It Fl f Match against full argument lists. The default is to match against process names. -.It Fl I -Ask for confirmation before killing a process. .It Fl G Ar gid Restrict matches to processes with a real group ID in the comma-separated list @@ -97,6 +95,8 @@ The value zero is taken to mean the process group ID of the running or .Nm pkill command. +.It Fl I +Ask for confirmation before killing a process. .It Fl l Long output. Print the process name in addition to the process ID for each matching |