summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2001-05-31 03:12:27 +0000
committerderaadt <deraadt@openbsd.org>2001-05-31 03:12:27 +0000
commit51cd874bcfeb5e9f90ab46f04ef7caeca5e20702 (patch)
tree1f845087e647c5179f6b5357c64c31357dd70edb /lib/libpthread/man
parenttypos; first few spotted by heko@saitti.net (diff)
downloadwireguard-openbsd-51cd874bcfeb5e9f90ab46f04ef7caeca5e20702.tar.xz
wireguard-openbsd-51cd874bcfeb5e9f90ab46f04ef7caeca5e20702.zip
more typos
Diffstat (limited to 'lib/libpthread/man')
-rw-r--r--lib/libpthread/man/pthread_setspecific.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libpthread/man/pthread_setspecific.3 b/lib/libpthread/man/pthread_setspecific.3
index f8f8e855dd5..3bedda09b44 100644
--- a/lib/libpthread/man/pthread_setspecific.3
+++ b/lib/libpthread/man/pthread_setspecific.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_setspecific.3,v 1.6 1999/11/24 05:35:33 d Exp $
+.\" $OpenBSD: pthread_setspecific.3,v 1.7 2001/05/31 03:12:27 deraadt Exp $
.\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>.
.\" All rights reserved.
.\"
@@ -48,18 +48,18 @@ function associates a thread-specific value with a
.Fa key
obtained via a previous call to
.Fn pthread_key_create .
-Different threads man bind different values to the same key. These values are
+Different threads may bind different values to the same key. These values are
typically pointers to blocks of dynamically allocated memory that have been
reserved for use by the calling thread.
.Pp
The effect of calling
.Fn pthread_setspecific
with a key value not obtained from
-.Fn pthread_key_create
+.Fn pthread_key_create ,
or after
.Fa key
has been deleted with
-.Fn pthread_key_delete
+.Fn pthread_key_delete ,
is undefined.
.Pp
.Fn pthread_setspecific