summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2001-08-16 11:44:45 +0000
committerderaadt <deraadt@openbsd.org>2001-08-16 11:44:45 +0000
commite9ed081dfd47caf3d41f53d4e528d8054973c3a7 (patch)
tree70897eb88de67589adcebb8b87a755db2797fdc5 /lib/libc/sys
parentdo not link with lwres. ok ho@ (diff)
downloadwireguard-openbsd-e9ed081dfd47caf3d41f53d4e528d8054973c3a7.tar.xz
wireguard-openbsd-e9ed081dfd47caf3d41f53d4e528d8054973c3a7.zip
Xr raise(3)
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/kill.25
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/kill.2 b/lib/libc/sys/kill.2
index 831907d67d2..dd14bdd4ec8 100644
--- a/lib/libc/sys/kill.2
+++ b/lib/libc/sys/kill.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: kill.2,v 1.13 2000/10/18 05:12:10 aaron Exp $
+.\" $OpenBSD: kill.2,v 1.14 2001/08/16 11:44:45 deraadt Exp $
.\" $NetBSD: kill.2,v 1.7 1995/02/27 12:33:53 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -143,7 +143,8 @@ of the group could not be signaled.
.Xr getpgrp 2 ,
.Xr getpid 2 ,
.Xr sigaction 2 ,
-.Xr killpg 3
+.Xr killpg 3 ,
+.Xr raise 3
.Sh STANDARDS
The
.Fn kill