Module Name: src
Committed By: wiz
Date: Thu Jul 8 18:30:00 UTC 2010
Modified Files:
src/lib/libpthread: pthread_attr.3
Log Message:
Add missing word.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 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.19 src/lib/libpthread/pthread_attr.3:1.20
--- src/lib/libpthread/pthread_attr.3:1.19 Thu Jul 8 06:47:49 2010
+++ src/lib/libpthread/pthread_attr.3 Thu Jul 8 18:30:00 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_attr.3,v 1.19 2010/07/08 06:47:49 jruoho Exp $
+.\" $NetBSD: pthread_attr.3,v 1.20 2010/07/08 18:30:00 wiz Exp $
.\"
.\" Copyright (c) 2002, 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -79,7 +79,7 @@
type is an opaque representation of the thread attributes;
any access to the object other than via the described
.Fn pthread_attr_*
-functions may result undefined behavior.
+functions may result in undefined behavior.
.Pp
The
.Fn pthread_attr_init