diff options
author | 2003-05-18 13:06:33 +0000 | |
---|---|---|
committer | 2003-05-18 13:06:33 +0000 | |
commit | 79ad192cf264972d5e32c82337786b1e37445796 (patch) | |
tree | 9116c54724f9adbefc7cd21a03c753455b634db9 /lib/libpthread/man/pthread_once.3 | |
parent | Print kerberos version w/o depending on ~4 include files (diff) | |
download | wireguard-openbsd-79ad192cf264972d5e32c82337786b1e37445796.tar.xz wireguard-openbsd-79ad192cf264972d5e32c82337786b1e37445796.zip |
- typos
- new sentence, new line
- clean up .Xrs
Diffstat (limited to 'lib/libpthread/man/pthread_once.3')
-rw-r--r-- | lib/libpthread/man/pthread_once.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libpthread/man/pthread_once.3 b/lib/libpthread/man/pthread_once.3 index 83e40014787..77c9bcbee7d 100644 --- a/lib/libpthread/man/pthread_once.3 +++ b/lib/libpthread/man/pthread_once.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_once.3,v 1.10 2002/05/01 08:03:30 mpech Exp $ +.\" $OpenBSD: pthread_once.3,v 1.11 2003/05/18 13:06:33 jmc Exp $ .\" .\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>. .\" All rights reserved. @@ -78,13 +78,14 @@ is not a cancellation point. However, if .Fn init_routine is a cancellation point and is cancelled, the effect on -.Fa once_control is as if +.Fa once_control +is as if .Fn pthread_once was never called. .Pp The constant .Dv PTHREAD_ONCE_INIT -is defined by header +is defined in the header file .Aq Pa pthread.h . .Pp The behavior of |