diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-10-03 06:49:26 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-10-03 06:49:26 +0000 |
commit | 09c2fcdb7e5c3ef9c3888395e5bda164eea18121 (patch) | |
tree | 3cc20286122c13de5fadc6505b374c0128fc2fc9 /bin | |
parent | 49a92652088f52384378f3cf886788b4427db6b0 (diff) |
list the fields in the default display in the order of display;
from Alexander Best
Diffstat (limited to 'bin')
-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 fb23eb2a2a0..4dcc9667321 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ps.1,v 1.77 2011/09/25 00:29:59 guenther Exp $ +.\" $OpenBSD: ps.1,v 1.78 2011/10/03 06:49:25 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: September 25 2011 $ +.Dd $Mdocdate: October 3 2011 $ .Dt PS 1 .Os .Sh NAME @@ -66,8 +66,8 @@ and .Fl o options). The default output format includes, for each process, the process's ID, -controlling terminal, CPU time (including both user and system time), -state, and associated command. +controlling terminal, state, CPU time (including both user and system time), +and associated command. .Pp The options are as follows: .Bl -tag -width Ds |