
gozer at apache
Jul 25, 2007, 12:15 PM
Post #1 of 1
(1280 views)
Permalink
|
|
svn commit: r559562 - /perl/modperl/docs/trunk/src/docs/2.0/api/APR/ThreadRWLock.pod
|
|
Author: gozer Date: Wed Jul 25 12:15:25 2007 New Revision: 559562 URL: http://svn.apache.org/viewvc?view=rev&rev=559562 Log: Keep the first paragraph description concise, as it shows in the API index page docs/2.0/api/index.html Modified: perl/modperl/docs/trunk/src/docs/2.0/api/APR/ThreadRWLock.pod Modified: perl/modperl/docs/trunk/src/docs/2.0/api/APR/ThreadRWLock.pod URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/api/APR/ThreadRWLock.pod?view=diff&rev=559562&r1=559561&r2=559562 ============================================================================== --- perl/modperl/docs/trunk/src/docs/2.0/api/APR/ThreadRWLock.pod (original) +++ perl/modperl/docs/trunk/src/docs/2.0/api/APR/ThreadRWLock.pod Wed Jul 25 12:15:25 2007 @@ -16,8 +16,9 @@ =head1 Description -C<APR::ThreadRWLock> interfaces APR thread read/write locks, see -F<srclib/apr/locks/unix/thread_rwlock.c> in your Apache source tree. +C<APR::ThreadRWLock> interfaces APR thread read/write locks. + +See F<srclib/apr/locks/unix/thread_rwlock.c> in your Apache source tree. At the time of this writing these methods are not supported on all platforms. Thus, check your libraries! --------------------------------------------------------------------- To unsubscribe, e-mail: docs-cvs-unsubscribe [at] perl For additional commands, e-mail: docs-cvs-help [at] perl
|