diff options
author | kn <kn@cvs.openbsd.org> | 2019-09-05 22:01:15 +0000 |
---|---|---|
committer | kn <kn@cvs.openbsd.org> | 2019-09-05 22:01:15 +0000 |
commit | 0339be7b8eefe1bb39a937d3c8940a0f642f7e60 (patch) | |
tree | 2d5ea3c42dc736aa7607dc691a588fcac3a341b5 /bin | |
parent | 681083a28d218bb1afdc631b9cb493de7c868dd2 (diff) |
Document pledge keyword
OK millert
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ps/ps.1 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index f6073d65692..ed9ebc2c967 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ps.1,v 1.115 2019/07/25 00:03:12 schwarze Exp $ +.\" $OpenBSD: ps.1,v 1.116 2019/09/05 22:01:14 kn Exp $ .\" $NetBSD: ps.1,v 1.16 1996/03/21 01:36:28 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -30,7 +30,7 @@ .\" .\" @(#)ps.1 8.3 (Berkeley) 4/18/94 .\" -.Dd $Mdocdate: July 25 2019 $ +.Dd $Mdocdate: September 5 2019 $ .Dt PS 1 .Os .Sh NAME @@ -306,6 +306,10 @@ Pageins (same as Process group number. .It Cm pid Process ID. +.It Cm pledge +Comma separated list of active +.Xr pledge 2 +promises. .It Cm ppid Parent process ID. .It Cm pri |