From 4d33e07ea5bb6cfa0b2e87491b0cdf8f574d93a7 Mon Sep 17 00:00:00 2001 From: abhinav Date: Sun, 22 Oct 2017 15:44:21 +0000 Subject: Add pthread_getattr_np to the NAME section --- lib/libpthread/pthread_attr_get_np.3 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/libpthread') diff --git a/lib/libpthread/pthread_attr_get_np.3 b/lib/libpthread/pthread_attr_get_np.3 index d34aaa75108..cbd0bc2911e 100644 --- a/lib/libpthread/pthread_attr_get_np.3 +++ b/lib/libpthread/pthread_attr_get_np.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: pthread_attr_get_np.3,v 1.4 2010/08/06 05:35:42 christos Exp $ +.\" $NetBSD: pthread_attr_get_np.3,v 1.5 2017/10/22 15:44:21 abhinav Exp $ .\" .\" Copyright (c) 2010 Jukka Ruohonen .\" All rights reserved. @@ -29,7 +29,8 @@ .Dt PTHREAD_ATTR_GET_NP 3 .Os .Sh NAME -.Nm pthread_attr_get_np +.Nm pthread_attr_get_np , +.Nm pthread_getattr_np .Nd get attributes of existing thread .Sh LIBRARY .Lb libpthread -- cgit