From 6abd2b9cccc36c5e5c3e7204f5713651768c20e7 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 6 Aug 2010 06:29:38 +0000 Subject: [PATCH] Fix typo. --- lib/libpthread/pthread_testcancel.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libpthread/pthread_testcancel.3 b/lib/libpthread/pthread_testcancel.3 index 98246b2c26c5..94b215865250 100644 --- a/lib/libpthread/pthread_testcancel.3 +++ b/lib/libpthread/pthread_testcancel.3 @@ -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