diff options
Diffstat (limited to 'lib/libpthread/man')
-rw-r--r-- | lib/libpthread/man/pthread_getcpuclockid.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libpthread/man/pthread_getcpuclockid.3 b/lib/libpthread/man/pthread_getcpuclockid.3 index b01ff49afda..fae9aaaa993 100644 --- a/lib/libpthread/man/pthread_getcpuclockid.3 +++ b/lib/libpthread/man/pthread_getcpuclockid.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_getcpuclockid.3,v 1.1 2013/06/17 19:11:54 guenther Exp $ +.\" $OpenBSD: pthread_getcpuclockid.3,v 1.2 2014/11/30 21:35:46 schwarze Exp $ .\" .\" Copyright (c) 2013 Philip Guenther <guenther@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 17 2013 $ +.Dd $Mdocdate: November 30 2014 $ .Dt PTHREAD_GETCPUCLOCKID 3 .Os .Sh NAME @@ -55,7 +55,7 @@ function conforms to .Sh HISTORY The .Fn pthread_getcpuclockid -function first appeared in -.St -p1003.1d-99 +function first appeared in IEEE Std 1003.1d-1999 +.Pq Dq POSIX.1d and has been available since .Ox 5.4 . |