diff options
author | gjb <gjb@FreeBSD.org> | 2011-10-01 20:56:58 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2011-10-01 20:56:58 +0000 |
commit | 38415e6d0dff165e62a29b6d74ca39a9ee4ff891 (patch) | |
tree | 234049732dc7224cb41b2a000720784245e567b4 /bin | |
parent | 68c6f15722f9509e1acf75c09261e89990c5465a (diff) | |
download | FreeBSD-src-38415e6d0dff165e62a29b6d74ca39a9ee4ff891.zip FreeBSD-src-38415e6d0dff165e62a29b6d74ca39a9ee4ff891.tar.gz |
Reorder default ps(1) output according to reality.
Submitted by: arundel (via docs@)
MFC after: 1 week
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ps/ps.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index a66ed5d..8c27186 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -90,8 +90,8 @@ and .Fl o options). The default output format includes, for each process, the process' 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 process file system (see .Xr procfs 5 ) |