OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man2 / rt_sigqueueinfo.2
index e9c398b..ca17a65 100644 (file)
@@ -1,5 +1,6 @@
 .\" Copyright (c) 2002, 2011 Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
+.\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
@@ -19,8 +20,9 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
-.TH RT_SIGQUEUEINFO 2 2011-09-18 "Linux" "Linux Programmer's Manual"
+.TH RT_SIGQUEUEINFO 2 2012-07-13 "Linux" "Linux Programmer's Manual"
 .SH NAME
 rt_sigqueueinfo, rt_tgsigqueueinfo \- queue a signal and data
 .SH SYNOPSIS
@@ -30,6 +32,9 @@ rt_sigqueueinfo, rt_tgsigqueueinfo \- queue a signal and data
 .BI "int rt_tgsigqueueinfo(pid_t " tgid ", pid_t " tid ", int " sig ,
 .BI "                      siginfo_t *" uinfo );
 .fi
+
+.IR Note :
+There are no glibc wrappers for these system calls; see NOTES.
 .SH DESCRIPTION
 The
 .BR rt_sigqueueinfo ()
@@ -75,7 +80,7 @@ The caller should set the following fields in this structure:
 .I si_code
 This must be one of the
 .B SI_*
-codes in the kernel source file
+codes in the Linux kernel source file
 .IR include/asm-generic/siginfo.h ,
 with the restriction that the code must be negative
 (i.e., cannot be
@@ -121,7 +126,7 @@ a thread group ID,
 and
 .IR tid ,
 a thread in that thread group.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 On success, these system calls return 0.
 On error, they return \-1 and
 .I errno
@@ -168,7 +173,7 @@ system call was added to Linux in version 2.2.
 The
 .BR rt_tgsigqueueinfo ()
 system call was added to Linux in version 2.6.31.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 These system calls are Linux-specific.
 .SH NOTES
 Since these system calls are not intended for application use,
@@ -180,7 +185,7 @@ As with
 .BR kill (2),
 the null signal (0) can be used to check if the specified process
 or thread exists.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR kill (2),
 .BR sigaction (2),
 .BR sigprocmask (2),