diff options
author | 1997-07-16 01:07:36 +0000 | |
---|---|---|
committer | 1997-07-16 01:07:36 +0000 | |
commit | c15da8cce31cebbd47d6bdbe4950d387cb166850 (patch) | |
tree | 528a3d4b98a27eb4220ea2c7c8b42c05102b5a67 /lib | |
parent | flags for tunnels and replacing existing routes, sysctl! + tiny bug fix (diff) | |
download | wireguard-openbsd-c15da8cce31cebbd47d6bdbe4950d387cb166850.tar.xz wireguard-openbsd-c15da8cce31cebbd47d6bdbe4950d387cb166850.zip |
fix Xr
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/kill.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/kill.2 b/lib/libc/sys/kill.2 index 6b7157f35f7..1d629f64dd0 100644 --- a/lib/libc/sys/kill.2 +++ b/lib/libc/sys/kill.2 @@ -80,7 +80,7 @@ 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; this is a variant of -.Xr killpg 2 . +.Xr killpg 3 . .It \&If Fa pid No \&is -1 : If the user has super-user privileges, the signal is sent to all processes excluding @@ -95,7 +95,7 @@ if the process number is negative but not -1, the signal is sent to all processes whose process group ID is equal to the absolute value of the process number. This is a variant of -.Xr killpg 2 . +.Xr killpg 3 . .Sh RETURN VALUES Upon successful completion, a value of 0 is returned. Otherwise, a value of -1 is returned and @@ -123,7 +123,7 @@ of the group could not be signaled. .Sh SEE ALSO .Xr getpid 2 , .Xr getpgrp 2 , -.Xr killpg 2 , +.Xr killpg 3 , .Xr sigaction 2 .Sh STANDARDS The |