stas 2004/09/14 12:14:10
Modified: src/docs/2.0/api/APR Const.pod
src/docs/2.0/api/Apache Const.pod
Log:
some constants documentation
Revision Changes Path
1.22 +18 -1 modperl-docs/src/docs/2.0/api/APR/Const.pod
Index: Const.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/APR/Const.pod,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -u -r1.21 -r1.22
--- Const.pod 4 Jul 2004 01:41:49 -0000 1.21
+++ Const.pod 14 Sep 2004 19:14:10 -0000 1.22
@@ -1791,7 +1791,8 @@
use APR::Const -compile => qw(:poll);
-The C<:poll> group is for XXX constants.
+The C<:poll> group is used by
+C<L<poll|docs::2.0::api::APR::Socket/C_poll_>>.
@@ -1804,6 +1805,7 @@
=back
+Pending error
@@ -1816,6 +1818,7 @@
=back
+Hangup occurred
@@ -1828,6 +1831,7 @@
=back
+Can read without blocking
@@ -1840,6 +1844,7 @@
=back
+Descriptior invalid
@@ -1852,6 +1857,8 @@
=back
+Can write without blocking
+
@@ -1863,6 +1870,16 @@
=item since: 1.99_12
=back
+
+Priority data available
+
+
+
+
+
+
+
+
1.24 +2 -1 modperl-docs/src/docs/2.0/api/Apache/Const.pod
Index: Const.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/Apache/Const.pod,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -u -r1.23 -r1.24
--- Const.pod 14 Sep 2004 17:47:35 -0000 1.23
+++ Const.pod 14 Sep 2004 19:14:10 -0000 1.24
@@ -1230,7 +1230,8 @@
use Apache::Const -compile => qw(:input_mode);
-The C<:input_mode> group is for XXX constants.
+The C<:input_mode> group is used by
+C<L<get_brigade|docs::2.0::api::Apache::Filter/C_get_brigade_>>.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]