summaryrefslogtreecommitdiff
path: root/lib/libc/sys/kill.2
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-07-22 12:07:25 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-07-22 12:07:25 +0000
commitb5cf87e26a33fe12c8e2238149b5896b328f7fe2 (patch)
tree3849d872b4b73608feb17809d7fb4d95c0fef6e0 /lib/libc/sys/kill.2
parent4622ab764ab8a3550702e2699d502d3ddd177c1e (diff)
Notes
Diffstat (limited to 'lib/libc/sys/kill.2')
-rw-r--r--lib/libc/sys/kill.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/kill.2 b/lib/libc/sys/kill.2
index 5a7c05cb355e..2c2166b44004 100644
--- a/lib/libc/sys/kill.2
+++ b/lib/libc/sys/kill.2
@@ -59,7 +59,7 @@ may be one of the signals specified in
.Xr sigaction 2
or it may be 0, in which case
error checking is performed but no
-signal is actually sent.
+signal is actually sent.
This can be used to check the validity of
.Fa pid .
.Pp
@@ -135,7 +135,7 @@ of the group could not be signaled.
.Sh STANDARDS
The
.Fn kill
-function call is expected to conform to
+function call is expected to conform to
.St -p1003.1-90 .
.Sh HISTORY
A