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_once.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_once.3')
-rw-r--r-- | lib/libpthread/man/pthread_once.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/man/pthread_once.3 b/lib/libpthread/man/pthread_once.3 index 22f57415ed7..3c786eb201d 100644 --- a/lib/libpthread/man/pthread_once.3 +++ b/lib/libpthread/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 |