stas 2004/08/01 22:34:23
Modified: src/docs/2.0/api/Apache Connection.pod Util.pod
Log:
tweaks
Revision Changes Path
1.9 +2 -2 modperl-docs/src/docs/2.0/api/Apache/Connection.pod
Index: Connection.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/Apache/Connection.pod,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -u -r1.8 -r1.9
--- Connection.pod 24 Jul 2004 09:27:37 -0000 1.8
+++ Connection.pod 2 Aug 2004 05:34:23 -0000 1.9
@@ -192,7 +192,7 @@
=item obj: C<$c>
( C<L<Apache::Connection object|docs::2.0::api::Apache::Connection>> )
-=item arg1 opt: C<$new_status> (C<L<:conn_keepalive
+=item opt arg1: C<$new_status> (C<L<:conn_keepalive
constant|docs::2.0::api::Apache::Const/C__conn_keepalive_>>)
Normally you should not mess with setting this option when handling
@@ -256,7 +256,7 @@
=item obj: C<$c>
( C<L<Apache::Connection object|docs::2.0::api::Apache::Connection>> )
-=item obj opt: C<$new_served> (integer)
+=item opt arg1: C<$new_served> (integer)
Set the number of served requests over the current
connection. Normally you won't do that when handling HTTP
1.5 +3 -3 modperl-docs/src/docs/2.0/api/Apache/Util.pod
Index: Util.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/Apache/Util.pod,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -u -r1.4 -r1.5
--- Util.pod 22 May 2004 02:03:27 -0000 1.4
+++ Util.pod 2 Aug 2004 05:34:23 -0000 1.5
@@ -40,14 +40,14 @@
The pool to allocate memory from
-=item arg2 opt: C<$time> (number)
+=item opt arg2: C<$time> (number)
The time to convert (e.g., C<time()> or
C<L<$r-E<gt>request_time|docs::2.0::api::Apache::RequestRec/C_request_time_>>).
If the value is not passed the current time will be used.
-=item arg3 opt: C<$fmt> (string)
+=item opt arg3: C<$fmt> (string)
The format to use for the conversion, using strftime(3) tokens.
@@ -55,7 +55,7 @@
"%a, %d %b %Y %H:%M:%S %Z"
-=item arg4 opt: C<$gmt> (integer)
+=item opt arg4: C<$gmt> (integer)
The time will be not converted to GMT if 0 is passed.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]