stas        2004/04/19 16:56:24

  Modified:    src/docs/2.0/api/Apache Const.pod
  Log:
  - correctly sort the recently added items
  
  Revision  Changes    Path
  1.9       +36 -30    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.8
  retrieving revision 1.9
  diff -u -u -r1.8 -r1.9
  --- Const.pod 19 Apr 2004 23:53:55 -0000      1.8
  +++ Const.pod 19 Apr 2004 23:56:24 -0000      1.9
  @@ -292,32 +292,39 @@
   
   
   
  -=head2 C<:filter_type>
   
  -  use Apache::Const -compile => qw(:filter_type);
   
  -The C<:filter_type> group is for XXX constants.
  +=head2 C<:conn_keepalive>
   
  +  use Apache::Const -compile => qw(:conn_keepalive);
   
  +The C<:conn_keepalive> group is used by the
  +(C<L<$c-E<gt>keepalive|docs::2.0::api::Apache::Connection/C_keepalive_>>)
  +method.
   
   
  -=head3 C<Apache::FTYPE_CONNECTION>
  +
  +
  +=head3 C<Apache::CONN_CLOSE>
  +
  +The connection will be closed at the end of the current HTTP request.
   
   =over
   
  -=item since: 1.99_12
  +=item since: 1.99_13
   
   =back
   
   
   
   
  +=head3 C<Apache::CONN_KEEPALIVE>
   
  -=head3 C<Apache::FTYPE_CONTENT_SET>
  +The connection will be kept alive at the end of the current HTTP request.
   
   =over
   
  -=item since: 1.99_12
  +=item since: 1.99_13
   
   =back
   
  @@ -325,11 +332,14 @@
   
   
   
  -=head3 C<Apache::FTYPE_NETWORK>
  +=head3 C<Apache::CONN_UNKNOWN>
  +
  +The connection is at an unknown state, e.g., initialized but not open
  +yet.
   
   =over
   
  -=item since: 1.99_12
  +=item since: 1.99_13
   
   =back
   
  @@ -337,19 +347,18 @@
   
   
   
  -=head3 C<Apache::FTYPE_PROTOCOL>
   
  -=over
   
  -=item since: 1.99_12
  +=head2 C<:filter_type>
   
  -=back
  +  use Apache::Const -compile => qw(:filter_type);
   
  +The C<:filter_type> group is for XXX constants.
   
   
   
   
  -=head3 C<Apache::FTYPE_RESOURCE>
  +=head3 C<Apache::FTYPE_CONNECTION>
   
   =over
   
  @@ -361,7 +370,7 @@
   
   
   
  -=head3 C<Apache::FTYPE_TRANSCODE>
  +=head3 C<Apache::FTYPE_CONTENT_SET>
   
   =over
   
  @@ -373,54 +382,51 @@
   
   
   
  +=head3 C<Apache::FTYPE_NETWORK>
   
  -=head2 C<:conn_keepalive>
  +=over
   
  -  use Apache::Const -compile => qw(:conn_keepalive);
  +=item since: 1.99_12
   
  -The C<:conn_keepalive> group is used by the
  -(C<L<$c-E<gt>keepalive|docs::2.0::api::Apache::Connection/C_keepalive_>>)
  -method.
  +=back
   
   
   
   
  -=head3 C<Apache::CONN_UNKNOWN>
   
  -The connection is at an unknown state, e.g., initialized but not open
  -yet.
  +=head3 C<Apache::FTYPE_PROTOCOL>
   
   =over
   
  -=item since: 1.99_13
  +=item since: 1.99_12
   
   =back
   
   
   
   
  -=head3 C<Apache::CONN_CLOSE>
   
  -The connection will be closed at the end of the current HTTP request.
  +=head3 C<Apache::FTYPE_RESOURCE>
   
   =over
   
  -=item since: 1.99_13
  +=item since: 1.99_12
   
   =back
   
   
   
   
  -=head3 C<Apache::CONN_KEEPALIVE>
   
  -The connection will be kept alive at the end of the current HTTP request.
  +=head3 C<Apache::FTYPE_TRANSCODE>
   
   =over
   
  -=item since: 1.99_13
  +=item since: 1.99_12
   
   =back
  +
  +
   
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to