diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-03 09:53:21 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-03 09:53:21 +0000 |
commit | 90235b6a389342833e0d0274e26e329442fc5afd (patch) | |
tree | 5829da3575e5c09e938690b0b6c65a06fa2c3d11 /bin/ps | |
parent | c51fd5b8a2f165a9fbe744c02af75eaa9dcffd59 (diff) |
add an EXIT STATUS section for /bin;
Diffstat (limited to 'bin/ps')
-rw-r--r-- | bin/ps/ps.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index a2c8e37fb6d..a64c176bdf8 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ps.1,v 1.70 2009/02/08 17:33:02 jmc Exp $ +.\" $OpenBSD: ps.1,v 1.71 2010/09/03 09:53:20 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: February 8 2009 $ +.Dd $Mdocdate: September 3 2010 $ .Dt PS 1 .Os .Sh NAME @@ -176,8 +176,6 @@ will use as many columns as necessary without regard for window size. .It Fl x Display information about processes without controlling terminals. .El -.Pp -.Ex -std ps .Sh KEYWORDS The following is a complete list of the available keywords and their meanings. @@ -512,6 +510,8 @@ system namelist database .Pa /dev name database .El +.Sh EXIT STATUS +.Ex -std ps .Sh EXAMPLES Display information on all system processes: .Pp |