Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jul 2017 10:38:44 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r321368 - head/bin/ps
Message-ID:  <201707221038.v6MAci2L055657@repo.freebsd.org>

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



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