Module Name:    src
Committed By:   wiz
Date:           Fri Jul  9 10:49:48 UTC 2010

Modified Files:
        src/lib/libpthread: pthread_getspecific.3

Log Message:
Mark up NULL, remove double space.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libpthread/pthread_getspecific.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libpthread/pthread_getspecific.3
diff -u src/lib/libpthread/pthread_getspecific.3:1.4 src/lib/libpthread/pthread_getspecific.3:1.5
--- src/lib/libpthread/pthread_getspecific.3:1.4	Fri Jul  9 08:22:04 2010
+++ src/lib/libpthread/pthread_getspecific.3	Fri Jul  9 10:49:48 2010
@@ -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 @@
 .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

Reply via email to