diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-05-15 19:38:07 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-05-15 19:38:07 +0000 |
commit | 65dd691ad3f3764dfbfa28f71ec486f5c06fdd68 (patch) | |
tree | baf3d8c84383b395bbb6f3e7653f601e34e0e17d | |
parent | 6358a4be2b43ab78e42699146734a7b1156f630f (diff) |
flesh out STANDARDS; ok guenther
-rw-r--r-- | bin/ps/ps.1 | 28 |
1 files changed, 22 insertions, 6 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index c9d4968c953..5bf023f013e 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ps.1,v 1.89 2014/01/21 03:15:44 schwarze Exp $ +.\" $OpenBSD: ps.1,v 1.90 2014/05/15 19:38:06 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: January 21 2014 $ +.Dd $Mdocdate: May 15 2014 $ .Dt PS 1 .Os .Sh NAME @@ -564,15 +564,31 @@ The .Nm utility is compliant with the .St -p1003.1-2008 -specification. +specification, +except that the flag +.Op Fl G +is unsupported. .Pp The flags -.Op Fl CcHhjkLMmNOrST -are extensions to that specification. +.Op Fl defglnu +are marked by +.St -p1003.1-2008 +as being an X/Open System Interfaces option; +of these, +.Op Fl dfgn +are not supported by this implementation of +.Nm . .Pp Behaviour for the .Fl e -flag differs between this implementation and +and +.Fl u +flags differ between this implementation and +.St -p1003.1-2008 . +.Pp +The flags +.Op Fl CcHhjkLMmNOrST +are extensions to .St -p1003.1-2008 . .Sh HISTORY A |