You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2005/05/12 01:07:00 UTC

svn commit: r169714 - /perl/modperl/docs/trunk/src/docs/2.0/api/APR/Status.pod

Author: stas
Date: Wed May 11 16:06:59 2005
New Revision: 169714

URL: http://svn.apache.org/viewcvs?rev=169714&view=rev
Log:
add some visual space

Modified:
    perl/modperl/docs/trunk/src/docs/2.0/api/APR/Status.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/APR/Status.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/api/APR/Status.pod?rev=169714&r1=169713&r2=169714&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/APR/Status.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/APR/Status.pod Wed May 11 16:06:59 2005
@@ -15,6 +15,8 @@
 
 
 
+
+
 =head1 Description
 
 An interface to F<apr_errno.h> composite error codes.
@@ -47,10 +49,14 @@
 
 
 
+
+
 =head1 Functions
 
 
 
+
+
 =head2 C<is_EAGAIN>
 
 Check if the error is matching C<EAGAIN> and its variants (corresponds
@@ -98,6 +104,10 @@
 C<APR::Const::EAGAIN> unless you know what you are doing.
 
 
+
+
+
+
 =head2 C<is_EACCES>
 
 Check if the error is matching C<EACCES> and its variants (corresponds
@@ -135,6 +145,14 @@
 C<L<APR::Const::EACCES|docs::2.0::api::APR::Const/C_APR__Const__EACCES_>>
 directly.
 
+
+
+
+
+
+
+
+
 =head2 C<is_ENOENT>
 
 Check if the error is matching C<ENOENT> and its variants (corresponds
@@ -173,6 +191,13 @@
 directly.
 
 
+
+
+
+
+
+
+
 =head2 C<is_EOF>
 
 Check if the error is matching C<EOF> and its variants (corresponds
@@ -201,6 +226,18 @@
 directly.
 
 
+
+
+
+
+
+
+
+
+
+
+
+
 =head2 C<is_ECONNABORTED>
 
 Check if the error is matching C<ECONNABORTED> and its variants (corresponds
@@ -226,6 +263,17 @@
 the use of this function is recommended for checking error codes
 against this value, rather than just using
 C<L<APR::Const::ECONNABORTED|docs::2.0::api::APR::Const/C_APR__Const__ECONNABORTED_>> directly.
+
+
+
+
+
+
+
+
+
+
+
 
 
 =head2 C<is_TIMEUP>



---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org