svn commit: r321368 - head/bin/ps

Edward Tomasz Napierala trasz at FreeBSD.org
Sat Jul 22 10:38:46 UTC 2017


Author: trasz
Date: Sat Jul 22 10:38:44 2017
New Revision: 321368
URL: https://svnweb.freebsd.org/changeset/base/321368

Log:
  Use the "tree" word in ps(1) -d option description, to make it easier
  to find.
  
  MFC after:	2 weeks
  Sponsored by:	DARPA, AFRL

Modified:
  head/bin/ps/ps.1

Modified: head/bin/ps/ps.1
==============================================================================
--- head/bin/ps/ps.1	Sat Jul 22 10:15:11 2017	(r321367)
+++ head/bin/ps/ps.1	Sat Jul 22 10:38:44 2017	(r321368)
@@ -29,7 +29,7 @@
 .\"     @(#)ps.1	8.3 (Berkeley) 4/18/94
 .\" $FreeBSD$
 .\"
-.Dd August 12, 2016
+.Dd July 25, 2017
 .Dt PS 1
 .Os
 .Sh NAME
@@ -129,7 +129,7 @@ time (this normally has
 no effect).
 .It Fl d
 Arrange processes into descendancy order and prefix each command with
-indentation text showing sibling and parent/child relationships.
+indentation text showing sibling and parent/child relationships as a tree.
 If either of the
 .Fl m
 and


More information about the svn-src-head mailing list