Module Name:    src
Committed By:   abhinav
Date:           Sun Oct  2 21:00:54 UTC 2016

Modified Files:
        src/bin/kill: kill.1

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


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/bin/kill/kill.1

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

Modified files:

Index: src/bin/kill/kill.1
diff -u src/bin/kill/kill.1:1.25 src/bin/kill/kill.1:1.26
--- src/bin/kill/kill.1:1.25	Thu Aug 11 22:10:01 2016
+++ src/bin/kill/kill.1	Sun Oct  2 21:00:54 2016
@@ -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 @@ for details.
 .Sh STANDARDS
 The
 .Nm
-function is expected to be
+utility is expected to be
 .St -p1003.2
 compatible.
 .Sh HISTORY

Reply via email to