Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/pkill Add pgrep and prenice to the NAME section



details:   https://anonhg.NetBSD.org/src/rev/8126912df822
branches:  trunk
changeset: 356979:8126912df822
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Sun Oct 22 17:45:46 2017 +0000

description:
Add pgrep and prenice to the NAME section

diffstat:

 usr.bin/pkill/pkill.1 |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r a572340a696f -r 8126912df822 usr.bin/pkill/pkill.1
--- a/usr.bin/pkill/pkill.1     Sun Oct 22 17:40:53 2017 +0000
+++ b/usr.bin/pkill/pkill.1     Sun Oct 22 17:45:46 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index