]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/sigqueue.3
getent.1, intro.1, time.1, _exit.2, _syscall.2, accept.2, access.2, acct.2, adjtimex...
[thirdparty/man-pages.git] / man3 / sigqueue.3
index 0c9d9338429b0d165bd319320ea30834defcc728..ae4e32128b98bb71eeeecee7dded2d317bc1aefe 100644 (file)
@@ -78,7 +78,7 @@ Furthermore, the
 .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
@@ -109,7 +109,7 @@ No process has a PID matching
 .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
@@ -144,7 +144,7 @@ uinfo.si_uid = getuid();   /* Real UID of sender */
 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),