Module Name: src
Committed By: wiz
Date: Fri Aug 6 06:29:39 UTC 2010
Modified Files:
src/lib/libpthread: pthread_testcancel.3
Log Message:
Fix typo.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libpthread/pthread_testcancel.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_testcancel.3
diff -u src/lib/libpthread/pthread_testcancel.3:1.6 src/lib/libpthread/pthread_testcancel.3:1.7
--- src/lib/libpthread/pthread_testcancel.3:1.6 Fri Aug 6 05:25:46 2010
+++ src/lib/libpthread/pthread_testcancel.3 Fri Aug 6 06:29:38 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_testcancel.3,v 1.6 2010/08/06 05:25:46 christos Exp $
+.\" $NetBSD: pthread_testcancel.3,v 1.7 2010/08/06 06:29:38 wiz Exp $
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -23,7 +23,7 @@
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $FreeBSD: src/lib/libpthread/man/pthread_testcancel.3,v 1.9 2002/09/16 19:29:29 mini Exp $
-.Dd Auguest 6, 2010
+.Dd August 6, 2010
.Dt PTHREAD_TESTCANCEL 3
.Os
.Sh NAME