From fd77ca1dc6537f7c22385eadda1590fa94411ce7 Mon Sep 17 00:00:00 2001 From: Craig Small Date: Tue, 17 Mar 2015 22:43:22 +1100 Subject: [PATCH] pgrep.1 removed STANDARDS section 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 | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pgrep.1 b/pgrep.1 index c9860c7f..cd0962f9 100644 --- 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