svn commit: r319602 - head/bin/pkill

Bryan Drewery bdrewery at FreeBSD.org
Mon Jun 5 16:00:12 UTC 2017


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


More information about the svn-src-all mailing list