Module Name: src Committed By: uwe Date: Sat Nov 10 23:12:36 UTC 2012
Modified Files: src/lib/libpthread: pthread_attr.3 Log Message: Each get function "has" a set counterpart, it doesn't "contain" it. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/lib/libpthread/pthread_attr.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.3 diff -u src/lib/libpthread/pthread_attr.3:1.21 src/lib/libpthread/pthread_attr.3:1.22 --- src/lib/libpthread/pthread_attr.3:1.21 Fri Jul 9 08:51:28 2010 +++ src/lib/libpthread/pthread_attr.3 Sat Nov 10 23:12:36 2012 @@ -1,4 +1,4 @@ -.\" $NetBSD: pthread_attr.3,v 1.21 2010/07/09 08:51:28 jruoho Exp $ +.\" $NetBSD: pthread_attr.3,v 1.22 2012/11/10 23:12:36 uwe Exp $ .\" .\" Copyright (c) 2002, 2010 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -124,7 +124,7 @@ The following standard thread attribute .Pp Each listed .Fn pthread_attr_get* -function contains a +function has a .Fn pthread_attr_set* counterpart. In addition, the following