Author: gahr (ports committer) Date: Thu Feb 24 10:21:26 2011 New Revision: 218991 URL: http://svn.freebsd.org/changeset/base/218991
Log: - Fix typo Approved by: davidxu Modified: head/share/man/man3/pthread_rwlock_timedwrlock.3 Modified: head/share/man/man3/pthread_rwlock_timedwrlock.3 ============================================================================== --- head/share/man/man3/pthread_rwlock_timedwrlock.3 Thu Feb 24 10:11:29 2011 (r218990) +++ head/share/man/man3/pthread_rwlock_timedwrlock.3 Thu Feb 24 10:21:26 2011 (r218991) @@ -77,7 +77,7 @@ The lock could not be acquired before th .El .Pp The -.Fn pthread_rwlock_timedrwlock +.Fn pthread_rwlock_timedwrlock function may fail if: .Bl -tag -width Er .It Bq Er EDEADLK _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
