summaryrefslogtreecommitdiff
path: root/bin/ps
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2014-05-21 06:01:20 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2014-05-21 06:01:20 +0000
commit06c1f7e88086cc8bc06ccbe161ef507e32244f7a (patch)
tree97bcc347825c4aaf85155048aef185ae7fb62b09 /bin/ps
parent21d826b0a12dbb5ccafc0af5c5e61f39fa4dc3a2 (diff)
document which keywords are posix conformant;
ok guenther sobrado
Diffstat (limited to 'bin/ps')
-rw-r--r--bin/ps/ps.123
1 files changed, 21 insertions, 2 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1
index 645a3df52dc..c7f49567ece 100644
--- a/bin/ps/ps.1
+++ b/bin/ps/ps.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ps.1,v 1.93 2014/05/17 06:26:44 jmc Exp $
+.\" $OpenBSD: ps.1,v 1.94 2014/05/21 06:01:19 jmc 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: May 17 2014 $
+.Dd $Mdocdate: May 21 2014 $
.Dt PS 1
.Os
.Sh NAME
@@ -596,6 +596,25 @@ The flags
.Op Fl CcHhjkLMmNOrSTwx
are extensions to
.St -p1003.1-2008 .
+.Pp
+Only the following keywords are recognised by
+.St -p1003.1-2008 :
+.Cm args ,
+.Cm comm ,
+.Cm etime ,
+.Cm group ,
+.Cm nice ,
+.Cm pcpu ,
+.Cm pgid ,
+.Cm pid ,
+.Cm ppid ,
+.Cm rgroup ,
+.Cm ruser ,
+.Cm time ,
+.Cm tty ,
+.Cm user ,
+and
+.Cm vsz .
.Sh HISTORY
A
.Nm