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_once.3 | |
parent | ebcae7f14ea225f115f2fa877d1e12e4055244bf (diff) |
Fix .Os so that correct OS version appears
Diffstat (limited to 'lib/libc_r/man/pthread_once.3')
-rw-r--r-- | lib/libc_r/man/pthread_once.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/man/pthread_once.3 b/lib/libc_r/man/pthread_once.3 index 22f57415ed7..3c786eb201d 100644 --- a/lib/libc_r/man/pthread_once.3 +++ b/lib/libc_r/man/pthread_once.3 @@ -30,7 +30,7 @@ .\" .Dd April 4, 1996 .Dt PTHREAD_ONCE 3 -.Os BSD 4 +.Os .Sh NAME .Nm pthread_once .Nd dynamic package initialization |