X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=original%2Fman2%2Frt_sigqueueinfo.2;h=ca17a6500fbb0fad621faaba002a903c2c80d953;hb=e9e6c106d11bd9cca5f4a6585364b93f5ae3007a;hp=e9c398bb6defcf75e2a7164c16ce9ef3b1f0887c;hpb=781fb70b02c5d368a8ccd67d3c074c7aa8eb0c1a;p=linuxjm%2FLDP_man-pages.git diff --git a/original/man2/rt_sigqueueinfo.2 b/original/man2/rt_sigqueueinfo.2 index e9c398bb..ca17a650 100644 --- a/original/man2/rt_sigqueueinfo.2 +++ b/original/man2/rt_sigqueueinfo.2 @@ -1,5 +1,6 @@ .\" Copyright (c) 2002, 2011 Michael Kerrisk .\" +.\" %%%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),