aboutsummaryrefslogtreecommitdiffstats
path: root/man3/sigvec.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/sigvec.3')
-rw-r--r--man3/sigvec.312
1 files changed, 6 insertions, 6 deletions
diff --git a/man3/sigvec.3 b/man3/sigvec.3
index af095b3d1c..30aa0e6afd 100644
--- a/man3/sigvec.3
+++ b/man3/sigvec.3
@@ -205,6 +205,12 @@ See the ERRORS under
.BR sigaction (2)
and
.BR sigprocmask (2).
+.SH "CONFORMING TO"
+All of these functions were in
+4.3BSD, except
+.BR siggetmask (),
+whose origin is unclear.
+These functions are obsolete: do not use them in new programs.
.SH NOTES
On 4.3BSD, the
.BR signal ()
@@ -230,12 +236,6 @@ but this function has a different argument on the two systems.
See
.BR sigpause (3)
for details.
-.SH "CONFORMING TO"
-All of these functions were in
-4.3BSD, except
-.BR siggetmask (),
-whose origin is unclear.
-These functions are obsolete: do not use them in new programs.
.SH "SEE ALSO"
.BR kill (2),
.BR pause (2),