diff options
Diffstat (limited to 'usr/src/man/man2/_lwp_kill.2')
-rw-r--r-- | usr/src/man/man2/_lwp_kill.2 | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/usr/src/man/man2/_lwp_kill.2 b/usr/src/man/man2/_lwp_kill.2 index cdcb4c6462..bfb964b403 100644 --- a/usr/src/man/man2/_lwp_kill.2 +++ b/usr/src/man/man2/_lwp_kill.2 @@ -3,7 +3,7 @@ .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH _lwp_kill 2 "8 Aug 2001" "SunOS 5.11" "System Calls" +.TH _LWP_KILL 2 "Aug 8, 2001" .SH NAME _lwp_kill \- send a signal to a LWP .SH SYNOPSIS @@ -38,23 +38,19 @@ If any of the following conditions occur, \fB_lwp_kill()\fR fails and returns the corresponding value: .sp .ne 2 -.mk .na \fB\fBEINVAL\fR\fR .ad .RS 10n -.rt The \fIsig\fR argument is not a valid signal number. .RE .sp .ne 2 -.mk .na \fB\fBESRCH\fR\fR .ad .RS 10n -.rt The \fItarget_lwp\fR argument cannot be found in the current process. .RE @@ -66,13 +62,12 @@ See \fBattributes\fR(5) for descriptions of the following attributes: .sp .TS -tab() box; -cw(2.75i) |cw(2.75i) -lw(2.75i) |lw(2.75i) -. -ATTRIBUTE TYPEATTRIBUTE VALUE +box; +c | c +l | l . +ATTRIBUTE TYPE ATTRIBUTE VALUE _ -MT-LevelAsync-Signal-Safe +MT-Level Async-Signal-Safe .TE .SH SEE ALSO |