From a4b760f13ccc8a4df5f8e44e73bd4e4a3932bd4d Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 23 Oct 2017 01:03:23 +0000 Subject: Remove superfluous Tn. --- lib/libpthread/pthread_self.3 | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'lib/libpthread/pthread_self.3') 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 -- cgit