svn commit: r225908 - head/bin/ps

Glen Barber gjb at FreeBSD.org
Sat Oct 1 20:56:58 UTC 2011


Author: gjb (doc committer)
Date: Sat Oct  1 20:56:58 2011
New Revision: 225908
URL: http://svn.freebsd.org/changeset/base/225908

Log:
  Reorder default ps(1) output according to reality.
  
  Submitted by:	arundel (via docs@)
  MFC after:	1 week

Modified:
  head/bin/ps/ps.1

Modified: head/bin/ps/ps.1
==============================================================================
--- head/bin/ps/ps.1	Sat Oct  1 19:58:35 2011	(r225907)
+++ head/bin/ps/ps.1	Sat Oct  1 20:56:58 2011	(r225908)
@@ -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 )


More information about the svn-src-head mailing list