diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-05-25 18:47:01 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-05-25 18:47:01 +0000 |
commit | 920963ae749cd5079a6ee5b01cad45779d0a0d70 (patch) | |
tree | fd2eda561e9e7179219fa422ad30ee85303c9d31 /bin/ps/ps.1 | |
parent | 680341317d63cea77b3e995c2b63dc30d4130677 (diff) |
.Xr pgrep(1) and pkill(1);
stolen directly from Garance A Drosehn's -r1.78 FreeBSD commit;
Diffstat (limited to 'bin/ps/ps.1')
-rw-r--r-- | bin/ps/ps.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 6dd98663e1a..7333eddec51 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ps.1,v 1.47 2004/03/17 09:59:18 jmc Exp $ +.\" $OpenBSD: ps.1,v 1.48 2004/05/25 18:47:00 jmc Exp $ .\" $NetBSD: ps.1,v 1.16 1996/03/21 01:36:28 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -538,6 +538,8 @@ Display information on all system processes. .Sh SEE ALSO .Xr fstat 1 , .Xr kill 1 , +.Xr pgrep 1 , +.Xr pkill 1 , .Xr procmap 1 , .Xr sh 1 , .Xr top 1 , |