diff options
author | jb <jb@FreeBSD.org> | 1998-04-03 09:12:19 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 1998-04-03 09:12:19 +0000 |
commit | a6ff3fe2e91fc381861cc7c8409c5d66ba9cdf6c (patch) | |
tree | 00e7f7c1300e37c046a01f9c8db1f9f0f7fc37e5 /lib | |
parent | 449d1d74af3d015a43cf3407730ff9c903f51aca (diff) | |
download | FreeBSD-src-a6ff3fe2e91fc381861cc7c8409c5d66ba9cdf6c.zip FreeBSD-src-a6ff3fe2e91fc381861cc7c8409c5d66ba9cdf6c.tar.gz |
This function compiles with the standard, so say so.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc_r/man/pthread_join.3 | 6 | ||||
-rw-r--r-- | lib/libpthread/man/pthread_join.3 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc_r/man/pthread_join.3 b/lib/libc_r/man/pthread_join.3 index cabf319..1c13216 100644 --- a/lib/libc_r/man/pthread_join.3 +++ b/lib/libc_r/man/pthread_join.3 @@ -1,4 +1,4 @@ -.\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>. +.\" Copyright (c) 1996-1998 John Birrell <jb@cimlogic.com.au>. .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without @@ -95,6 +95,6 @@ specifies the calling thread. .Xr pthread_create 3 .Sh STANDARDS .Fn pthread_join -is expected to conform to IEEE +conforms to ISO/IEC 9945-1 ANSI/IEEE .Pq Dq Tn POSIX -Std 1003.1c when it is published. +Std 1003.1 Second Edition 1996-06-12 diff --git a/lib/libpthread/man/pthread_join.3 b/lib/libpthread/man/pthread_join.3 index cabf319..1c13216 100644 --- a/lib/libpthread/man/pthread_join.3 +++ b/lib/libpthread/man/pthread_join.3 @@ -1,4 +1,4 @@ -.\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>. +.\" Copyright (c) 1996-1998 John Birrell <jb@cimlogic.com.au>. .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without @@ -95,6 +95,6 @@ specifies the calling thread. .Xr pthread_create 3 .Sh STANDARDS .Fn pthread_join -is expected to conform to IEEE +conforms to ISO/IEC 9945-1 ANSI/IEEE .Pq Dq Tn POSIX -Std 1003.1c when it is published. +Std 1003.1 Second Edition 1996-06-12 |