diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-02-21 09:06:32 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-02-21 09:06:32 +0000 |
commit | 35b1b00251f2e5eaee9424187e52cd05b6479f08 (patch) | |
tree | fd219a48cbb4723003aa53680b9490ad0d971b02 /lib | |
parent | 5354a3e391966f1250c2c9fd79fcc80398d5e588 (diff) |
When cleanup_routine is called... also use .St to reference standards.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc_r/man/pthread_cleanup_push.3 | 10 | ||||
-rw-r--r-- | lib/libpthread/man/pthread_cleanup_push.3 | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/lib/libc_r/man/pthread_cleanup_push.3 b/lib/libc_r/man/pthread_cleanup_push.3 index f1efb812ae4..d599d11c722 100644 --- a/lib/libc_r/man/pthread_cleanup_push.3 +++ b/lib/libc_r/man/pthread_cleanup_push.3 @@ -1,4 +1,5 @@ -.\" $OpenBSD: pthread_cleanup_push.3,v 1.4 1999/11/24 05:35:31 d Exp $ +.\" $OpenBSD: pthread_cleanup_push.3,v 1.5 2002/02/21 09:06:31 fgsch Exp $ +.\" .\" Copyright (c) 1997 Brian Cully <shmit@kublai.com> .\" All rights reserved. .\" @@ -47,7 +48,7 @@ to the top of the stack of cleanup handlers that get called when the current thread exits. .Pp When -.Fn pthread_cleanup_push +.Fa cleanup_routine is called, it is passed .Fa arg as its only argument. @@ -61,6 +62,5 @@ None .Xr pthread_exit 3 .Sh STANDARDS .Fn pthread_cleanup_push -conforms to ISO/IEC 9945-1 ANSI/IEEE -.Pq Dq Tn POSIX -Std 1003.1 Second Edition 1996-07-12. +conforms to +.St -p1003.1-96 . diff --git a/lib/libpthread/man/pthread_cleanup_push.3 b/lib/libpthread/man/pthread_cleanup_push.3 index f1efb812ae4..d599d11c722 100644 --- a/lib/libpthread/man/pthread_cleanup_push.3 +++ b/lib/libpthread/man/pthread_cleanup_push.3 @@ -1,4 +1,5 @@ -.\" $OpenBSD: pthread_cleanup_push.3,v 1.4 1999/11/24 05:35:31 d Exp $ +.\" $OpenBSD: pthread_cleanup_push.3,v 1.5 2002/02/21 09:06:31 fgsch Exp $ +.\" .\" Copyright (c) 1997 Brian Cully <shmit@kublai.com> .\" All rights reserved. .\" @@ -47,7 +48,7 @@ to the top of the stack of cleanup handlers that get called when the current thread exits. .Pp When -.Fn pthread_cleanup_push +.Fa cleanup_routine is called, it is passed .Fa arg as its only argument. @@ -61,6 +62,5 @@ None .Xr pthread_exit 3 .Sh STANDARDS .Fn pthread_cleanup_push -conforms to ISO/IEC 9945-1 ANSI/IEEE -.Pq Dq Tn POSIX -Std 1003.1 Second Edition 1996-07-12. +conforms to +.St -p1003.1-96 . |