svn commit: r330319 - stable/11/bin/pkill
Eitan Adler
eadler at FreeBSD.org
Sat Mar 3 10:29:29 UTC 2018
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
More information about the svn-src-stable-11
mailing list