diff options
| author | abhinav <abhinav@NetBSD.org> | 2017-10-22 15:44:21 +0000 |
|---|---|---|
| committer | abhinav <abhinav@NetBSD.org> | 2017-10-22 15:44:21 +0000 |
| commit | 4d33e07ea5bb6cfa0b2e87491b0cdf8f574d93a7 (patch) | |
| tree | 042f45e552fbd8e921c14cba5a1eb4e6f662f4d2 /lib/libpthread | |
| parent | c39302efe324db178b8c71c84a6cbf6b6016d094 (diff) | |
Add pthread_getattr_np to the NAME section
Diffstat (limited to 'lib/libpthread')
| -rw-r--r-- | lib/libpthread/pthread_attr_get_np.3 | 5 |
1 files changed, 3 insertions, 2 deletions
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 <jruohonen@iki.fi> .\" 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 |
