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/libpthread/man/pthread_cond_init.3 | |
parent | ebcae7f14ea225f115f2fa877d1e12e4055244bf (diff) |
Fix .Os so that correct OS version appears
Diffstat (limited to 'lib/libpthread/man/pthread_cond_init.3')
-rw-r--r-- | lib/libpthread/man/pthread_cond_init.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/man/pthread_cond_init.3 b/lib/libpthread/man/pthread_cond_init.3 index 00f669d51be..664f6207ab7 100644 --- a/lib/libpthread/man/pthread_cond_init.3 +++ b/lib/libpthread/man/pthread_cond_init.3 @@ -27,7 +27,7 @@ .\" .Dd July 28, 1998 .Dt PTHREAD_COND_INIT 3 -.Os BSD 4 +.Os .Sh NAME .Nm pthread_cond_init .Nd create a condition variable |