=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/pkill/pkill.1,v retrieving revision 1.24 retrieving revision 1.25 diff -c -r1.24 -r1.25 *** src/usr.bin/pkill/pkill.1 2018/08/31 15:56:42 1.24 --- src/usr.bin/pkill/pkill.1 2020/11/14 14:06:42 1.25 *************** *** 1,4 **** ! .\" $OpenBSD: pkill.1,v 1.24 2018/08/31 15:56:42 naddy 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.25 2020/11/14 14:06:42 otto 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: August 31 2018 $ .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: November 14 2020 $ .Dt PKILL 1 .Os .Sh NAME *************** *** 174,190 **** .Pp If any .Ar pattern ! operands are specified, they are used as ! extended regular expressions to match the command name ! or, if .Fl f ! is specified, the full argument list of each process. ! However, presently ! .Ox ! will only keep track of the first 16 characters of the command name ! for each process. ! Attempts to match any characters after the first 16 of a ! command name will silently fail. .Pp Note that a running .Nm pgrep --- 174,188 ---- .Pp If any .Ar pattern ! operands are specified, ! they are used as extended regular expressions to match the command name. ! Only the first 16 characters of the command name are matched; ! attempts to match any characters after the first 16 will silently fail. ! If .Fl f ! is specified, the full argument list, ! including the full command name, ! of each process is matched. .Pp Note that a running .Nm pgrep