summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2019-06-23 20:25:53 +0000
committerjmc <jmc@openbsd.org>2019-06-23 20:25:53 +0000
commit9651cef09b36051edd4df0c65e3e5b7103c200ee (patch)
treeb0d405b3676c113977049a503b459c9cdc861191 /bin
parentExplicitly lock unveil. Noticed when testing the recent ps(1) commit exposing (diff)
downloadwireguard-openbsd-9651cef09b36051edd4df0c65e3e5b7103c200ee.tar.xz
wireguard-openbsd-9651cef09b36051edd4df0c65e3e5b7103c200ee.zip
sort previous; ok deraadt
Diffstat (limited to 'bin')
-rw-r--r--bin/ps/ps.118
1 files changed, 9 insertions, 9 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1
index e23d8036854..f70614b8aa6 100644
--- a/bin/ps/ps.1
+++ b/bin/ps/ps.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ps.1,v 1.112 2019/06/23 16:57:02 deraadt Exp $
+.\" $OpenBSD: ps.1,v 1.113 2019/06/23 20:25:53 jmc Exp $
.\" $NetBSD: ps.1,v 1.16 1996/03/21 01:36:28 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1991, 1993, 1994
@@ -456,14 +456,6 @@ scheduling priority.
.It p
The process has called
.Xr pledge 2 .
-.It u
-The process has unveiled, but not yet locked
-.Xr unveil 2
-(could be a program error).
-.It U
-The process has unveiled, and
-.Xr unveil 2
-is now locked.
.\" .It S
.\" The process has asked for FIFO
.\" page replacement
@@ -474,6 +466,14 @@ is now locked.
.\" sequentially address voluminous data).
.It s
The process is a session leader.
+.It U
+The process has unveiled, and
+.Xr unveil 2
+is now locked.
+.It u
+The process has unveiled, but not yet locked
+.Xr unveil 2
+(could be a program error).
.It V
The process is suspended during a
.Xr vfork 2 .