Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Oct 2011 20:56:58 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r225908 - head/bin/ps
Message-ID:  <201110012056.p91KuwwX033481@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 )



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110012056.p91KuwwX033481>