Remove superfluous word.

This commit is contained in:
wiz 2003-07-04 11:57:17 +00:00
parent df617ae85c
commit c9b0edd1ba

View File

@ -1,4 +1,4 @@
.\" $NetBSD: pthread_rwlock_rdlock.3,v 1.5 2003/07/04 08:41:25 wiz Exp $
.\" $NetBSD: pthread_rwlock_rdlock.3,v 1.6 2003/07/04 11:57:17 wiz Exp $
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -83,7 +83,7 @@ acquire the lock.
.Pp
The
.Fn pthread_rwlock_timedrdlock
performs the same action, with but will not wait beyond
performs the same action, but will not wait beyond
.Fa abstime
to obtain the lock before returning.
.Pp