]> granicus.if.org Git - procps-ng/commitdiff
pgrep.1 removed STANDARDS section
authorCraig Small <csmall@enc.com.au>
Tue, 17 Mar 2015 11:43:22 +0000 (22:43 +1100)
committerCraig Small <csmall@enc.com.au>
Tue, 17 Mar 2015 11:43:22 +0000 (22:43 +1100)
pgrep got updated due to the confusion of the f,l and a flags.
While the newer behaviour is far better but it is no longer following
the ancient Solaris standards, so that got removed.

References: https://bugs.debian.org/752501

pgrep.1

diff --git a/pgrep.1 b/pgrep.1
index c9860c7f40596ff32b0fdc6f6bdf5be95327b8ce..cd0962f9ec26846293d6427fd2fa0f27fadc27b0 100644 (file)
--- a/pgrep.1
+++ b/pgrep.1
@@ -2,7 +2,7 @@
 .\" Licensed under version 2 of the GNU General Public License.
 .\" Copyright 2000 Kjetil Torgrim Homme
 .\"
-.TH PGREP "1" "October 2012" "procps-ng" "User Commands"
+.TH PGREP "1" "March 2015" "procps-ng" "User Commands"
 .SH NAME
 pgrep, pkill \- look up or signal processes based on name and other attributes
 .SH SYNOPSIS
@@ -236,11 +236,6 @@ Defunct processes are reported.
 .BR skill (1),
 .BR kill (1),
 .BR kill (2)
-.SH STANDARDS
-.B pkill
-and
-.B pgrep
-were introduced in Sun's Solaris 7.  This implementation is fully compatible.
 .SH AUTHOR
 .UR kjetilho@ifi.uio.no
 Kjetil Torgrim Homme