svn commit: r322092 - stable/11/bin/ps

Edward Tomasz Napierala trasz at FreeBSD.org
Sat Aug 5 09:48:59 UTC 2017


Author: trasz
Date: Sat Aug  5 09:48:58 2017
New Revision: 322092
URL: https://svnweb.freebsd.org/changeset/base/322092

Log:
  MFC r321368:
  
  Use the "tree" word in ps(1) -d option description, to make it easier
  to find.

Modified:
  stable/11/bin/ps/ps.1
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/bin/ps/ps.1
==============================================================================
--- stable/11/bin/ps/ps.1	Sat Aug  5 09:45:48 2017	(r322091)
+++ stable/11/bin/ps/ps.1	Sat Aug  5 09:48:58 2017	(r322092)
@@ -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-all mailing list