Module Name: src Committed By: abhinav Date: Sun Oct 22 15:44:21 UTC 2017
Modified Files: src/lib/libpthread: pthread_attr_get_np.3 Log Message: Add pthread_getattr_np to the NAME section To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libpthread/pthread_attr_get_np.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libpthread/pthread_attr_get_np.3 diff -u src/lib/libpthread/pthread_attr_get_np.3:1.4 src/lib/libpthread/pthread_attr_get_np.3:1.5 --- src/lib/libpthread/pthread_attr_get_np.3:1.4 Fri Aug 6 05:35:42 2010 +++ src/lib/libpthread/pthread_attr_get_np.3 Sun Oct 22 15:44:21 2017 @@ -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 <jruoho...@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