diff options
author | 1999-03-10 10:04:41 +0000 | |
---|---|---|
committer | 1999-03-10 10:04:41 +0000 | |
commit | c043c0f733a033ead51778828d8171fddd749c8f (patch) | |
tree | cb778d1fd8f34641363b11b16dfc0b756ac161d7 /lib/libpthread/man/pthread_cond_timedwait.3 | |
parent | ident (diff) | |
download | wireguard-openbsd-c043c0f733a033ead51778828d8171fddd749c8f.tar.xz wireguard-openbsd-c043c0f733a033ead51778828d8171fddd749c8f.zip |
Fix .Os so that correct OS version appears
Diffstat (limited to 'lib/libpthread/man/pthread_cond_timedwait.3')
-rw-r--r-- | lib/libpthread/man/pthread_cond_timedwait.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/man/pthread_cond_timedwait.3 b/lib/libpthread/man/pthread_cond_timedwait.3 index ab0184a7c58..0c087b4b51b 100644 --- a/lib/libpthread/man/pthread_cond_timedwait.3 +++ b/lib/libpthread/man/pthread_cond_timedwait.3 @@ -27,7 +27,7 @@ .\" .Dd July 28, 1998 .Dt PTHREAD_COND_TIMEDWAIT 3 -.Os BSD 4 +.Os .Sh NAME .Nm pthread_cond_timedwait .Nd wait on a condition variable for a specific amount of time |