summaryrefslogtreecommitdiff
path: root/lib/libpthread/pthread_self.3
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2017-10-23 01:03:23 +0000
committerwiz <wiz@NetBSD.org>2017-10-23 01:03:23 +0000
commita4b760f13ccc8a4df5f8e44e73bd4e4a3932bd4d (patch)
treee740742408b5e3011dad78dec2fa54315a52e1e2 /lib/libpthread/pthread_self.3
parentc41d01af8602daecd2570840eb625fdff9252433 (diff)
Remove superfluous Tn.
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