Update conformance and history sections.

This commit is contained in:
David Xu 2005-11-30 04:15:44 +00:00
parent 400786f6bb
commit 6f59c4c0cd
4 changed files with 16 additions and 4 deletions

View File

@ -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 .

View File

@ -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 .

View File

@ -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 .

View File

@ -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 .