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_exit.3 | |
parent | ebcae7f14ea225f115f2fa877d1e12e4055244bf (diff) |
Fix .Os so that correct OS version appears
Diffstat (limited to 'lib/libpthread/man/pthread_exit.3')
-rw-r--r-- | lib/libpthread/man/pthread_exit.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/man/pthread_exit.3 b/lib/libpthread/man/pthread_exit.3 index 0e0f1765ee8..1448bc6ca35 100644 --- a/lib/libpthread/man/pthread_exit.3 +++ b/lib/libpthread/man/pthread_exit.3 @@ -30,7 +30,7 @@ .\" .Dd April 4, 1996 .Dt PTHREAD_EXIT 3 -.Os BSD 4 +.Os .Sh NAME .Nm pthread_exit .Nd terminate the calling thread |