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 ra...@apache.org on 2005/05/08 00:38:25 UTC

svn commit: r169115 - /perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestUtil.pod

Author: randyk
Date: Sat May  7 15:38:24 2005
New Revision: 169115

URL: http://svn.apache.org/viewcvs?rev=169115&view=rev
Log:
Insert a link to APR::Status::is_EACCES and APR::Status::is_ENOENT.

Modified:
    perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestUtil.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestUtil.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestUtil.pod?rev=169115&r1=169114&r2=169115&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestUtil.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestUtil.pod Sat May  7 15:38:24 2005
@@ -1079,10 +1079,15 @@
 =item excpt: C<L<APR::Error|docs::2.0::api::APR::Error>>
 
 Possible error codes could be:
-C<L<APR::Const::EACCES|docs::2.0::api::APR::Const/C_APR__EACCES_>>
+C<L<APR::Const::EACCES|docs::2.0::api::APR::Const/C_APR__Const__EACCES_>>
 (permission problems),
-C<L<APR::Const::ENOENT|docs::2.0::api::APR::Const/C_APR__ENOENT_>> (file not
-found) and others.
+C<L<APR::Const::ENOENT|docs::2.0::api::APR::Const/C_APR__Const__ENOENT_>>
+(file not found), and others. For checking such error codes, see the
+documentation for, for example,
+C<L<APR::Status::is_EACCES|docs::2.0::api::APR::Status/C_is_EACCES_>>
+and
+C<L<APR::Status::is_ENOENT|docs::2.0::api::APR::Status/C_is_ENOENT_>>.
+
 
 =item since: 1.99_22
 



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