diff options
| author | Garance A Drosehn <gad@FreeBSD.org> | 2004-03-25 23:19:16 +0000 |
|---|---|---|
| committer | Garance A Drosehn <gad@FreeBSD.org> | 2004-03-25 23:19:16 +0000 |
| commit | 998c10ebd965b271fc01c3e2d8d0c59424a53915 (patch) | |
| tree | 578bf6c4ef12d501a9f442fe2d8bbd1bdb1835c5 /usr.bin/pkill/pkill.1 | |
| parent | 69fd9fbfbc2e29d42938ea7643ef9026a3043f47 (diff) | |
Notes
Diffstat (limited to 'usr.bin/pkill/pkill.1')
| -rw-r--r-- | usr.bin/pkill/pkill.1 | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/usr.bin/pkill/pkill.1 b/usr.bin/pkill/pkill.1 index 39c507ef7806..1989daaf4ffc 100644 --- a/usr.bin/pkill/pkill.1 +++ b/usr.bin/pkill/pkill.1 @@ -36,7 +36,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd March 1, 2002 +.Dd March 25, 2004 .Dt PKILL 1 .Os .Sh NAME @@ -46,6 +46,8 @@ .Nm pgrep .Op Fl flnvx .Op Fl G Ar gid +.Op Fl M Ar core +.Op Fl N Ar system .Op Fl P Ar ppid .Op Fl U Ar uid .Op Fl d Ar delim @@ -58,6 +60,8 @@ .Op Fl signal .Op Fl fnvx .Op Fl G Ar gid +.Op Fl M Ar core +.Op Fl N Ar system .Op Fl P Ar ppid .Op Fl U Ar uid .Op Fl g Ar pgrp @@ -87,6 +91,13 @@ list Restrict matches to processes with a parent process ID in the comma-separated list .Ar ppid . +.It Fl M +Extract values associated with the name list from the specified core +instead of the default +.Pa /dev/kmem . +.It Fl N +Extract the name list from the specified system instead of the default +.Pa /kernel . .It Fl U Ar uid Restrict matches to processes with a real user ID in the comma-separated list |
