aboutsummaryrefslogtreecommitdiffstats
path: root/man3/sigqueue.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/sigqueue.3')
-rw-r--r--man3/sigqueue.310
1 files changed, 5 insertions, 5 deletions
diff --git a/man3/sigqueue.3 b/man3/sigqueue.3
index 483d115ebe..cfb4bc46d9 100644
--- a/man3/sigqueue.3
+++ b/man3/sigqueue.3
@@ -97,11 +97,6 @@ For the required permissions, see
.B ESRCH
No process has a PID matching
.IR pid .
-.SH VERSIONS
-.BR sigqueue ()
-and the underlying
-.BR rt_sigqueueinfo (2)
-system call first appeared in Linux 2.2.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
@@ -119,6 +114,11 @@ T} Thread safety MT-Safe
.hy
.ad
.sp 1
+.SH VERSIONS
+.BR sigqueue ()
+and the underlying
+.BR rt_sigqueueinfo (2)
+system call first appeared in Linux 2.2.
.SH STANDARDS
POSIX.1-2001, POSIX.1-2008.
.SH NOTES