=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/pkill/pkill.1,v retrieving revision 1.16 retrieving revision 1.17 diff -c -r1.16 -r1.17 *** src/usr.bin/pkill/pkill.1 2010/09/29 07:44:56 1.16 --- src/usr.bin/pkill/pkill.1 2012/01/17 04:27:20 1.17 *************** *** 1,4 **** ! .\" $OpenBSD: pkill.1,v 1.16 2010/09/29 07:44:56 jmc Exp $ .\" $NetBSD: pkill.1,v 1.8 2003/02/14 15:59:18 grant Exp $ .\" .\" Copyright (c) 2002 The NetBSD Foundation, Inc. --- 1,4 ---- ! .\" $OpenBSD: pkill.1,v 1.17 2012/01/17 04:27:20 lum Exp $ .\" $NetBSD: pkill.1,v 1.8 2003/02/14 15:59:18 grant Exp $ .\" .\" Copyright (c) 2002 The NetBSD Foundation, Inc. *************** *** 28,34 **** .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" ! .Dd $Mdocdate: September 29 2010 $ .Dt PKILL 1 .Os .Sh NAME --- 28,34 ---- .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" ! .Dd $Mdocdate: January 17 2012 $ .Dt PKILL 1 .Os .Sh NAME *************** *** 48,54 **** .Op Ar pattern ... .Nm pkill .Op Fl Ar signal ! .Op Fl fnovx .Op Fl G Ar gid .Op Fl g Ar pgrp .Op Fl P Ar ppid --- 48,54 ---- .Op Ar pattern ... .Nm pkill .Op Fl Ar signal ! .Op Fl flnovx .Op Fl G Ar gid .Op Fl g Ar pgrp .Op Fl P Ar ppid *************** *** 99,108 **** process. If used in conjunction with .Fl f , ! print the process ID and the full argument list for each matching process. ! This option can only be used with the ! .Nm pgrep ! command. .It Fl n Match only the most recently created (newest) process, if any. Cannot be used in conjunction with --- 99,107 ---- process. If used in conjunction with .Fl f , ! print the process ID and the full argument list for each matching process ! .Pf ( Nm pgrep ! only). .It Fl n Match only the most recently created (newest) process, if any. Cannot be used in conjunction with