diff options
author | David Leonard <d@cvs.openbsd.org> | 1999-03-10 10:04:43 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 1999-03-10 10:04:43 +0000 |
commit | 16054fc0d3520f96e019286367bca16c0dec6667 (patch) | |
tree | cbe035edc35dac30810eb737d146c7d0eb973cf6 /lib/libc_r/man/pthread_cond_timedwait.3 | |
parent | ebcae7f14ea225f115f2fa877d1e12e4055244bf (diff) |
Fix .Os so that correct OS version appears
Diffstat (limited to 'lib/libc_r/man/pthread_cond_timedwait.3')
-rw-r--r-- | lib/libc_r/man/pthread_cond_timedwait.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/man/pthread_cond_timedwait.3 b/lib/libc_r/man/pthread_cond_timedwait.3 index ab0184a7c58..0c087b4b51b 100644 --- a/lib/libc_r/man/pthread_cond_timedwait.3 +++ b/lib/libc_r/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 |