diff options
Diffstat (limited to 'lib/libc_r/man/pthread_getspecific.3')
-rw-r--r-- | lib/libc_r/man/pthread_getspecific.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc_r/man/pthread_getspecific.3 b/lib/libc_r/man/pthread_getspecific.3 index b53841e..b7875fb 100644 --- a/lib/libc_r/man/pthread_getspecific.3 +++ b/lib/libc_r/man/pthread_getspecific.3 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id$ +.\" $Id: pthread_getspecific.3,v 1.4 1997/02/22 15:05:24 peter Exp $ .\" .Dd April 4, 1996 .Dt PTHREAD_GETSPECIFIC 3 @@ -77,6 +77,6 @@ None. .Xr pthread_setspecific 3 .Sh STANDARDS .Fn pthread_getspecific -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-07-12. |