Source-Changes-HG archive

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

[src/trunk]: src/bin/kill kill(1) is a utility, not a function.



details:   https://anonhg.NetBSD.org/src/rev/9d7c5d3c8c46
branches:  trunk
changeset: 818196:9d7c5d3c8c46
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Sun Oct 02 21:00:54 2016 +0000

description:
kill(1) is a utility, not a function.

diffstat:

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

diffs (18 lines):

diff -r ea8e4c069e98 -r 9d7c5d3c8c46 bin/kill/kill.1
--- a/bin/kill/kill.1   Sun Oct 02 19:40:35 2016 +0000
+++ b/bin/kill/kill.1   Sun Oct 02 21:00:54 2016 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: kill.1,v 1.25 2016/08/11 22:10:01 sevan Exp $
+.\"    $NetBSD: kill.1,v 1.26 2016/10/02 21:00:54 abhinav Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -140,7 +140,7 @@
 .Sh STANDARDS
 The
 .Nm
-function is expected to be
+utility is expected to be
 .St -p1003.2
 compatible.
 .Sh HISTORY



Home | Main Index | Thread Index | Old Index