summaryrefslogtreecommitdiffstats
path: root/share/man/man3/pthread_setspecific.3
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2004-12-29 00:11:34 +0000
committertrhodes <trhodes@FreeBSD.org>2004-12-29 00:11:34 +0000
commiteef75dc3e478027ed5b51ae8bb42c912ffbe75c9 (patch)
treef5201802dde57a66e14a93b618a81c96e54c138b /share/man/man3/pthread_setspecific.3
parent30dce67d0cb78b2ac372601962b733bc1d4dff42 (diff)
downloadFreeBSD-src-eef75dc3e478027ed5b51ae8bb42c912ffbe75c9.zip
FreeBSD-src-eef75dc3e478027ed5b51ae8bb42c912ffbe75c9.tar.gz
Some grammar, spelling, and mdoc(7) fixes. No content changes.
PR: 75581 Submitted by: Nobuyuki Koganemaru n-kogane@syd.odn.ne.jp (original version)
Diffstat (limited to 'share/man/man3/pthread_setspecific.3')
-rw-r--r--share/man/man3/pthread_setspecific.32
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man3/pthread_setspecific.3 b/share/man/man3/pthread_setspecific.3
index 48bcbdf..40a0502 100644
--- a/share/man/man3/pthread_setspecific.3
+++ b/share/man/man3/pthread_setspecific.3
@@ -51,7 +51,7 @@ 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.
+Different threads can 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.
OpenPOWER on IntegriCloud