summaryrefslogtreecommitdiff
path: root/lib/libpthread
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2010-07-09 10:49:48 +0000
committerwiz <wiz@NetBSD.org>2010-07-09 10:49:48 +0000
commitf42b354e7da2bde7d2a601ba3ee5068407ed940d (patch)
tree24606d8a8ba3c305e3f6480912d232b8202b0c40 /lib/libpthread
parent2fb2239c330ee1165a1b3a00409af0df15c222c0 (diff)
Mark up NULL, remove double space.
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/pthread_getspecific.38
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libpthread/pthread_getspecific.3 b/lib/libpthread/pthread_getspecific.3
index dee33414fb8..09d5f80cc71 100644
--- a/lib/libpthread/pthread_getspecific.3
+++ b/lib/libpthread/pthread_getspecific.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_getspecific.3,v 1.4 2010/07/09 08:22:04 jruoho Exp $
+.\" $NetBSD: pthread_getspecific.3,v 1.5 2010/07/09 10:49:48 wiz Exp $
.\"
.\" Copyright (c) 2002, 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -106,8 +106,10 @@ function will return the thread-specific data value associated with the given
.Fa key .
If no thread-specific data value is associated with
.Fa key ,
-then the value NULL is returned.
-If successful, the
+then the value
+.Dv NULL
+is returned.
+If successful, the
.Fn pthread_setspecific
function will return zero.
Otherwise an error number will be returned to