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 )
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to