svn commit: r222127 - head/bin/ps

Sergey Kandaurov pluknet at FreeBSD.org
Fri May 20 14:07:08 UTC 2011


Author: pluknet
Date: Fri May 20 14:07:08 2011
New Revision: 222127
URL: http://svn.freebsd.org/changeset/base/222127

Log:
  Fix the description of the "paddr" keyword.  It shows a process
  pointer just like a dublicating "uprocp".
  
  MFC after:	1 week

Modified:
  head/bin/ps/ps.1

Modified: head/bin/ps/ps.1
==============================================================================
--- head/bin/ps/ps.1	Fri May 20 12:52:08 2011	(r222126)
+++ head/bin/ps/ps.1	Fri May 20 14:07:08 2011	(r222127)
@@ -549,7 +549,7 @@ wait channel (as an address)
 total blocks written (alias
 .Cm oublock )
 .It Cm paddr
-swap address
+process pointer
 .It Cm pagein
 pageins (same as majflt)
 .It Cm pgid


More information about the svn-src-all mailing list