diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-16 01:07:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-16 01:07:38 +0000 |
commit | 5d78d0ac06416c8d636a9c5b434e1aa93ab18c77 (patch) | |
tree | f6608c729c7977e4814bf4edd0eff39a831707d5 /lib/libc/sys/kill.2 | |
parent | 9843662ad45ddecb7ea944318208f9203baa4df9 (diff) |
fix Xr
Diffstat (limited to 'lib/libc/sys/kill.2')
-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 |