Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Mar 2018 10:29:29 +0000 (UTC)
From:      Eitan Adler <eadler@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: r330319 - stable/11/bin/pkill
Message-ID:  <201803031029.w23ATTVo026130@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Sat Mar  3 10:29:29 2018
New Revision: 330319
URL: https://svnweb.freebsd.org/changeset/base/330319

Log:
  MFC r319602:
  
  Clarify -q is only for pgrep.

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

Modified: stable/11/bin/pkill/pkill.1
==============================================================================
--- stable/11/bin/pkill/pkill.1	Sat Mar  3 10:27:33 2018	(r330318)
+++ stable/11/bin/pkill/pkill.1	Sat Mar  3 10:29:29 2018	(r330319)
@@ -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?201803031029.w23ATTVo026130>