diff options
Diffstat (limited to 'usr/src/man/man2/kill.2')
-rw-r--r-- | usr/src/man/man2/kill.2 | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/usr/src/man/man2/kill.2 b/usr/src/man/man2/kill.2 index 794cb22ef1..306e7df2e1 100644 --- a/usr/src/man/man2/kill.2 +++ b/usr/src/man/man2/kill.2 @@ -34,7 +34,7 @@ the effective set of the sending process (see \fBIntro\fR(2)), or \fIsig\fR is \fBSIGCONT\fR and the sending process has the same session \fBID\fR as the receiving process. A process needs the basic privilege {\fBPRIV_PROC_SESSION\fR} to send signals to a process with a different session -ID. See \fBprivileges\fR(5). +ID. See \fBprivileges\fR(7). .sp .LP If \fIpid\fR is greater than 0, \fIsig\fR will be sent to the process whose @@ -114,7 +114,7 @@ processes. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -132,7 +132,16 @@ MT-Level Async-Signal-Safe .SH SEE ALSO .sp .LP -\fBkill\fR(1), \fBIntro\fR(2), \fBexec\fR(2), \fBgetpid\fR(2), \fBgetsid\fR(2), -\fBsetpgrp\fR(2), \fBsigaction\fR(2), \fBsigsend\fR(2), \fBsignal\fR(3C), -\fBsignal.h\fR(3HEAD), \fBattributes\fR(5), \fBprivileges\fR(5), -\fBstandards\fR(5) +.BR kill (1), +.BR Intro (2), +.BR exec (2), +.BR getpid (2), +.BR getsid (2), +.BR setpgrp (2), +.BR sigaction (2), +.BR sigsend (2), +.BR signal (3C), +.BR signal.h (3HEAD), +.BR attributes (7), +.BR privileges (7), +.BR standards (7) |