OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man3 / sigqueue.3
index 0c9d933..b428501 100644 (file)
@@ -1,5 +1,6 @@
 .\" Copyright (c) 2002 Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
 .\" Copyright (c) 2002 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.
 .\" 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,6 +20,7 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .\" added note on self-signaling, aeb, 2002-06-07
 .\" added note on CAP_KILL, mtk, 2004-06-16
 .\"
 .\" added note on self-signaling, aeb, 2002-06-07
 .\" added note on CAP_KILL, mtk, 2004-06-16
@@ -78,7 +80,7 @@ Furthermore, the
 .I si_code
 field of that structure will be set to
 .BR SI_QUEUE .
 .I si_code
 field of that structure will be set to
 .BR SI_QUEUE .
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 On success,
 .BR sigqueue ()
 returns 0, indicating that the signal was successfully
 On success,
 .BR sigqueue ()
 returns 0, indicating that the signal was successfully
@@ -109,7 +111,7 @@ No process has a PID matching
 .IR pid .
 .SH VERSIONS
 This system call first appeared in Linux 2.2.
 .IR pid .
 .SH VERSIONS
 This system call first appeared in Linux 2.2.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 POSIX.1-2001.
 .SH NOTES
 If this function results in the sending of a signal to the process
 POSIX.1-2001.
 .SH NOTES
 If this function results in the sending of a signal to the process
@@ -144,7 +146,7 @@ uinfo.si_uid = getuid();   /* Real UID of sender */
 uinfo.si_value = val;      /* argument supplied to sigqueue() */
 .fi
 .in
 uinfo.si_value = val;      /* argument supplied to sigqueue() */
 .fi
 .in
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR kill (2),
 .BR rt_sigqueueinfo (2),
 .BR sigaction (2),
 .BR kill (2),
 .BR rt_sigqueueinfo (2),
 .BR sigaction (2),