summaryrefslogtreecommitdiff
path: root/lib/libc/sys/kill.2
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>1998-08-29 08:32:32 +0000
committerlukem <lukem@NetBSD.org>1998-08-29 08:32:32 +0000
commitce83c69e00a77ed28196913aa6cd4d90b18a5a40 (patch)
tree450c82d7051427c4a5591ae055ee20a914f89ff7 /lib/libc/sys/kill.2
parented88a6f1032cd4c9cfba1c0bd934bbe6bff8fc05 (diff)
first pass at fixing up capitalization of function names and
arguments; ensure that each is correct with respect to the implementation, rather than being correct as per english.
Diffstat (limited to 'lib/libc/sys/kill.2')
-rw-r--r--lib/libc/sys/kill.212
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/sys/kill.2 b/lib/libc/sys/kill.2
index 39a362d7da8..f242cd0e725 100644
--- a/lib/libc/sys/kill.2
+++ b/lib/libc/sys/kill.2
@@ -1,4 +1,4 @@
-.\" $NetBSD: kill.2,v 1.9 1997/07/15 07:13:29 mikel Exp $
+.\" $NetBSD: kill.2,v 1.10 1998/08/29 08:32:38 lukem Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -52,7 +52,7 @@ to
.Fa pid ,
a
process or a group of processes.
-.Fa Sig
+.Fa sig
may be one of the signals specified in
.Xr sigaction 2
or it may be 0, in which case
@@ -71,11 +71,11 @@ A single exception is the signal SIGCONT, which may always be sent
to any descendant of the current process.
.Bl -tag -width Ds
.It \&If Fa pid No \&is greater than zero :
-.Fa Sig
+.Fa sig
is sent to the process whose ID is equal to
.Fa pid.
.It \&If Fa pid No \&is zero :
-.Fa Sig
+.Fa sig
is sent to all processes whose group ID is equal
to the process group ID of the sender, and for which the
process has permission;
@@ -102,11 +102,11 @@ Otherwise, a value of -1 is returned and
.Va errno
is set to indicate the error.
.Sh ERRORS
-.Fn Kill
+.Fn kill
will fail and no signal will be sent if:
.Bl -tag -width Er
.It Bq Er EINVAL
-.Fa Sig
+.Fa sig
is not a valid signal number.
.It Bq Er ESRCH
No process can be found corresponding to that specified by