Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jun 2017 16:00:11 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r319602 - head/bin/pkill
Message-ID:  <201706051600.v55G0BnM079905@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Mon Jun  5 16:00:10 2017
New Revision: 319602
URL: https://svnweb.freebsd.org/changeset/base/319602

Log:
  Clarify -q is only for pgrep.
  
  MFC after:	3 days
  Sponsored by:	Dell EMC Isilon

Modified:
  head/bin/pkill/pkill.1

Modified: head/bin/pkill/pkill.1
==============================================================================
--- head/bin/pkill/pkill.1	Mon Jun  5 11:55:26 2017	(r319601)
+++ head/bin/pkill/pkill.1	Mon Jun  5 16:00:10 2017	(r319602)
@@ -29,7 +29,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd August 21, 2015
+.Dd June 5, 2017
 .Dt PKILL 1
 .Os
 .Sh NAME
@@ -176,6 +176,8 @@ Select only the newest (most recently started) of the 
 .It Fl o
 Select only the oldest (least recently started) of the matching processes.
 .It Fl q
+For
+.Nm pgrep ,
 Do not write anything to standard output.
 .It Fl s Ar sid
 Restrict matches to processes with a session ID in the comma-separated



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