Module Name:    src
Committed By:   abhinav
Date:           Sun Oct 22 17:45:46 UTC 2017

Modified Files:
        src/usr.bin/pkill: pkill.1

Log Message:
Add pgrep and prenice to the NAME section


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/usr.bin/pkill/pkill.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/pkill/pkill.1
diff -u src/usr.bin/pkill/pkill.1:1.27 src/usr.bin/pkill/pkill.1:1.28
--- src/usr.bin/pkill/pkill.1:1.27	Mon Aug 22 00:15:59 2016
+++ src/usr.bin/pkill/pkill.1	Sun Oct 22 17:45:46 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: pkill.1,v 1.27 2016/08/22 00:15:59 sevan Exp $
+.\"	$NetBSD: pkill.1,v 1.28 2017/10/22 17:45:46 abhinav Exp $
 .\"
 .\" Copyright (c) 2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -31,7 +31,9 @@
 .Dt PKILL 1
 .Os
 .Sh NAME
-.Nm pkill
+.Nm pkill ,
+.Nm pgrep ,
+.Nm prenice
 .Nd find or signal processes by name
 .Sh SYNOPSIS
 .Nm pgrep

Reply via email to