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 2004/11/25 17:06:16 UTC

svn commit: r106578 - /perl/modperl/docs/trunk/src/docs/2.0/api/APR/Const.pod

Author: stas
Date: Thu Nov 25 08:06:13 2004
New Revision: 106578

URL: http://svn.apache.org/viewcvs?view=rev&rev=106578
Log:
correct the constant entries

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

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/APR/Const.pod
Url: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/api/APR/Const.pod?view=diff&rev=106578&p1=perl/modperl/docs/trunk/src/docs/2.0/api/APR/Const.pod&r1=106577&p2=perl/modperl/docs/trunk/src/docs/2.0/api/APR/Const.pod&r2=106578
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/APR/Const.pod	(original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/APR/Const.pod	Thu Nov 25 08:06:13 2004
@@ -1016,7 +1016,7 @@
 
 
 
-=head3 C<APR_FILEPROT_GEXECUTE>
+=head3 C<APR::FILEPROT_GEXECUTE>
 
 Execute by group
 
@@ -1031,7 +1031,7 @@
 
 
 
-=head3 C<APR_FILEPROT_GREAD>
+=head3 C<APR::FILEPROT_GREAD>
 
 Read by group
 
@@ -1044,7 +1044,7 @@
 
 
 
-=head3 C<APR_FILEPROT_GSETID>
+=head3 C<APR::FILEPROT_GSETID>
 
 Set group id
 
@@ -1057,7 +1057,7 @@
 
 
 
-=head3 C<APR_FILEPROT_GWRITE>
+=head3 C<APR::FILEPROT_GWRITE>
 
 Write by group
 
@@ -1070,7 +1070,7 @@
 
 
 
-=head3 C<APR_FILEPROT_OS_DEFAULT>
+=head3 C<APR::FILEPROT_OS_DEFAULT>
 
 use OS's default permissions
 
@@ -1083,7 +1083,7 @@
 
 
 
-=head3 C<APR_FILEPROT_UEXECUTE>
+=head3 C<APR::FILEPROT_UEXECUTE>
 
 Execute by user
 
@@ -1096,7 +1096,7 @@
 
 
 
-=head3 C<APR_FILEPROT_UREAD>
+=head3 C<APR::FILEPROT_UREAD>
 
 Read by user
 
@@ -1109,7 +1109,7 @@
 
 
 
-=head3 C<APR_FILEPROT_USETID>
+=head3 C<APR::FILEPROT_USETID>
 
 Set user id
 
@@ -1122,7 +1122,7 @@
 
 
 
-=head3 C<APR_FILEPROT_UWRITE>
+=head3 C<APR::FILEPROT_UWRITE>
 
 Write by user
 
@@ -1135,7 +1135,7 @@
 
 
 
-=head3 C<APR_FILEPROT_WEXECUTE>
+=head3 C<APR::FILEPROT_WEXECUTE>
 
 Execute by others
 
@@ -1148,7 +1148,7 @@
 
 
 
-=head3 C<APR_FILEPROT_WREAD>
+=head3 C<APR::FILEPROT_WREAD>
 
 Read by others
 
@@ -1161,7 +1161,7 @@
 
 
 
-=head3 C<APR_FILEPROT_WSTICKY>
+=head3 C<APR::FILEPROT_WSTICKY>
 
 Sticky bit
 
@@ -1174,7 +1174,7 @@
 
 
 
-=head3 C<APR_FILEPROT_WWRITE>
+=head3 C<APR::FILEPROT_WWRITE>
 
 Write by others
 

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