Module Name:    src
Committed By:   abhinav
Date:           Sun Oct 22 15:48:11 UTC 2017

Modified Files:
        src/lib/libpthread: pthread_attr_getdetachstate.3

Log Message:
Add pthread_attr_setdetachstate to NAME section


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libpthread/pthread_attr_getdetachstate.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_getdetachstate.3
diff -u src/lib/libpthread/pthread_attr_getdetachstate.3:1.2 src/lib/libpthread/pthread_attr_getdetachstate.3:1.3
--- src/lib/libpthread/pthread_attr_getdetachstate.3:1.2	Fri Jul  9 08:51:28 2010
+++ src/lib/libpthread/pthread_attr_getdetachstate.3	Sun Oct 22 15:48:11 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: pthread_attr_getdetachstate.3,v 1.2 2010/07/09 08:51:28 jruoho Exp $
+.\"	$NetBSD: pthread_attr_getdetachstate.3,v 1.3 2017/10/22 15:48:11 abhinav Exp $
 .\"
 .\" Copyright (c) 2002, 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -57,7 +57,8 @@
 .Dt PTHREAD_ATTR_GETDETACHSTATE 3
 .Os
 .Sh NAME
-.Nm pthread_attr_getdetachstate
+.Nm pthread_attr_getdetachstate ,
+.Nm pthread_attr_setdetachstate
 .Nd get and set the
 .Dq detach state
 attribute

Reply via email to