summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2005-11-30 04:15:44 +0000
committerdavidxu <davidxu@FreeBSD.org>2005-11-30 04:15:44 +0000
commitfe2f3459f3077b7d5e548d1fea676788e4277c48 (patch)
tree7a241b2220afc5e956b0b1e3c6b78d6eec2bcf84 /lib/libc
parent155492a9a6daccb2ccc46df8b215d40e1f93a4ad (diff)
downloadFreeBSD-src-fe2f3459f3077b7d5e548d1fea676788e4277c48.zip
FreeBSD-src-fe2f3459f3077b7d5e548d1fea676788e4277c48.tar.gz
Update conformance and history sections.
Diffstat (limited to 'lib/libc')
-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 e68a7f7..88346b5 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 95ac55b..b94e2a5 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 f1035b8..97524a1 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 74743b7..12882df 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 .
OpenPOWER on IntegriCloud