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/09/21 19:40:53 UTC

svn commit: r290759 - /perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Response.pod

Author: stas
Date: Wed Sep 21 10:40:51 2005
New Revision: 290759

URL: http://svn.apache.org/viewcvs?rev=290759&view=rev
Log:
fix incorrect suggestions to use usec instead of sec
Submitted by: Jan Kratochvil <la...@jankratochvil.net>

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

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Response.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Response.pod?rev=290759&r1=290758&r2=290759&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Response.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Response.pod Wed Sep 21 10:40:51 2005
@@ -201,11 +201,11 @@
 
 The current request
 
-=item arg1: C<$mtime> (number)
+=item arg1: C<$mtime> ( time in seconds )
 
 The last modified time
 
-=item ret: C<$mtime_rat> (number)
+=item ret: C<$mtime_rat> ( time in seconds )
 
 the latest rational time from a request/mtime pair.  Mtime is
 returned unless it's in the future, in which case we return the
@@ -354,7 +354,7 @@
 =item obj: C<$r>
 ( C<L<Apache2::RequestRec object|docs::2.0::api::Apache2::RequestRec>> )
 
-=item opt arg1: C<$mtime> ( time in microseconds )
+=item opt arg1: C<$mtime> ( time in seconds )
 
 if the C<$mtime> argument is passed,
 L<$r-E<gt>update_mtime|/C_update_mtime_> will be first run with that
@@ -385,7 +385,7 @@
 
 The current request
 
-=item arg1: C<$mtime> ( time in microseconds )
+=item arg1: C<$mtime> ( time in seconds )
 
 =item ret: no return value
 



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