Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Aug 2017 09:48:58 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r322092 - stable/11/bin/ps
Message-ID:  <201708050948.v759mwFE047160@repo.freebsd.org>

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



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