Sun Oct 22 17:45:46 2017 UTC ()
Add pgrep and prenice to the NAME section


(abhinav)
diff -r1.27 -r1.28 src/usr.bin/pkill/pkill.1

cvs diff -r1.27 -r1.28 src/usr.bin/pkill/pkill.1 (expand / switch to unified diff)

--- src/usr.bin/pkill/pkill.1 2016/08/22 00:15:59 1.27
+++ src/usr.bin/pkill/pkill.1 2017/10/22 17:45:46 1.28
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: pkill.1,v 1.27 2016/08/22 00:15:59 sevan Exp $ 1.\" $NetBSD: pkill.1,v 1.28 2017/10/22 17:45:46 abhinav Exp $
2.\" 2.\"
3.\" Copyright (c) 2002 The NetBSD Foundation, Inc. 3.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" This code is derived from software contributed to The NetBSD Foundation 6.\" This code is derived from software contributed to The NetBSD Foundation
7.\" by Andrew Doran. 7.\" by Andrew Doran.
8.\" 8.\"
9.\" Redistribution and use in source and binary forms, with or without 9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions 10.\" modification, are permitted provided that the following conditions
11.\" are met: 11.\" are met:
12.\" 1. Redistributions of source code must retain the above copyright 12.\" 1. Redistributions of source code must retain the above copyright
13.\" notice, this list of conditions and the following disclaimer. 13.\" notice, this list of conditions and the following disclaimer.
14.\" 2. Redistributions in binary form must reproduce the above copyright 14.\" 2. Redistributions in binary form must reproduce the above copyright
@@ -21,27 +21,29 @@ @@ -21,27 +21,29 @@
21.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 21.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
22.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 22.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 23.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 24.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 25.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 26.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 27.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28.\" POSSIBILITY OF SUCH DAMAGE. 28.\" POSSIBILITY OF SUCH DAMAGE.
29.\" 29.\"
30.Dd August 22, 2016 30.Dd August 22, 2016
31.Dt PKILL 1 31.Dt PKILL 1
32.Os 32.Os
33.Sh NAME 33.Sh NAME
34.Nm pkill 34.Nm pkill ,
 35.Nm pgrep ,
 36.Nm prenice
35.Nd find or signal processes by name 37.Nd find or signal processes by name
36.Sh SYNOPSIS 38.Sh SYNOPSIS
37.Nm pgrep 39.Nm pgrep
38.Op Fl filnvx 40.Op Fl filnvx
39.Op Fl d Ar delim 41.Op Fl d Ar delim
40.Op Fl G Ar gid 42.Op Fl G Ar gid
41.Op Fl g Ar pgrp 43.Op Fl g Ar pgrp
42.Op Fl P Ar ppid 44.Op Fl P Ar ppid
43.Op Fl s Ar sid 45.Op Fl s Ar sid
44.Op Fl t Ar tty 46.Op Fl t Ar tty
45.Op Fl U Ar uid 47.Op Fl U Ar uid
46.Op Fl u Ar euid 48.Op Fl u Ar euid
47.Ar pattern ... 49.Ar pattern ...