svn commit: r218991 - head/share/man/man3

Pietro Cerutti gahr at FreeBSD.org
Thu Feb 24 10:21:26 UTC 2011


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


More information about the svn-src-head mailing list