summaryrefslogtreecommitdiff
path: root/lib/libpthread/pthread_self.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/pthread_self.3')
-rw-r--r--lib/libpthread/pthread_self.39
1 files changed, 3 insertions, 6 deletions
diff --git a/lib/libpthread/pthread_self.3 b/lib/libpthread/pthread_self.3
index 98fc831ffa4..c3edf395c46 100644
--- a/lib/libpthread/pthread_self.3
+++ b/lib/libpthread/pthread_self.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_self.3,v 1.4 2010/07/09 08:51:28 jruoho Exp $
+.\" $NetBSD: pthread_self.3,v 1.5 2017/10/23 01:03:23 wiz Exp $
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -70,12 +70,9 @@
.Sh DESCRIPTION
The
.Fn pthread_self
-function returns the thread
-.Tn ID
-of the calling thread.
+function returns the thread ID of the calling thread.
.Sh RETURN VALUES
-The return value is the thread
-.Tn ID .
+The return value is the thread ID.
.Sh ERRORS
None.
.Sh SEE ALSO