summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Xu <davidxu@FreeBSD.org>2005-11-30 04:15:44 +0000
committerDavid Xu <davidxu@FreeBSD.org>2005-11-30 04:15:44 +0000
commit6f59c4c0cd0dcb66adf8192528ece22c0355d140 (patch)
tree7a241b2220afc5e956b0b1e3c6b78d6eec2bcf84
parent400786f6bbab518d1bc0f62e2623946a6ace551f (diff)
Notes
-rw-r--r--lib/libc/sys/sigqueue.25
-rw-r--r--lib/libc/sys/timer_create.25
-rw-r--r--lib/libc/sys/timer_delete.25
-rw-r--r--lib/libc/sys/timer_settime.25
4 files changed, 16 insertions, 4 deletions
diff --git a/lib/libc/sys/sigqueue.2 b/lib/libc/sys/sigqueue.2
index e68a7f77f65ea..88346b52fd79c 100644
--- a/lib/libc/sys/sigqueue.2
+++ b/lib/libc/sys/sigqueue.2
@@ -139,4 +139,7 @@ does not exist.
The
.Fn sigqueue
system call conforms to
-.St -p1003.1-96 .
+.St -p1003.1-2004
+.Sh HISTORY
+Support for POSIX realtime signal queue first appeared in
+.Fx 7.0 .
diff --git a/lib/libc/sys/timer_create.2 b/lib/libc/sys/timer_create.2
index 95ac55be435f4..b94e2a51f8763 100644
--- a/lib/libc/sys/timer_create.2
+++ b/lib/libc/sys/timer_create.2
@@ -155,4 +155,7 @@ memory protection fault.
The
.Fn timer_create
system call conforms to
-.St -p1003.1-96 .
+.St -p1003.1-2004
+.Sh HISTORY
+Support for POSIX per-process timer first appeared in
+.Fx 7.0 .
diff --git a/lib/libc/sys/timer_delete.2 b/lib/libc/sys/timer_delete.2
index f1035b888cea2..97524a1006329 100644
--- a/lib/libc/sys/timer_delete.2
+++ b/lib/libc/sys/timer_delete.2
@@ -72,4 +72,7 @@ is not a valid timer ID.
The
.Fn timer_delete
system call conforms to
-.St -p1003.1-96 .
+.St -p1003.1-2004
+.Sh HISTORY
+Support for POSIX per-process timer first appeared in
+.Fx 7.0 .
diff --git a/lib/libc/sys/timer_settime.2 b/lib/libc/sys/timer_settime.2
index 74743b7efaa6b..12882df510a23 100644
--- a/lib/libc/sys/timer_settime.2
+++ b/lib/libc/sys/timer_settime.2
@@ -256,4 +256,7 @@ The
and
.Fn timer_settime
system calls conform to
-.St -p1003.1-96 .
+.St -p1003.1-2004
+.Sh HISTORY
+Support for POSIX per-process timer first appeared in
+.Fx 7.0 .