You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by rb...@locus.apache.org on 2000/11/18 04:40:41 UTC

cvs commit: apr-site/docs APR_File_handling.html APR_I18N_translation_library.html APR_MD5_Library.html APR_MMAP_library.html APR_Network_library.html APR_Process_library.html APR_Random_Functions.html APR_Table_library.html APR_Thread_library.html APR_Time_library.html APR_UUID_Handling.html APR_command_arguments.html APR_general-purpose_library.html APR_lock_library.html APR_memory_allocation.html APR_portability_Routines.html APR_strings_library.html Dynamic_Object_Handling.html Error_Codes.html Fnmatch_functions.html General.html Hash_Tables.html Shared_Memory_library.html packages.html to-do.html

rbb         00/11/17 19:40:41

  Modified:    docs     APR_File_handling.html
                        APR_I18N_translation_library.html
                        APR_MD5_Library.html APR_MMAP_library.html
                        APR_Network_library.html APR_Process_library.html
                        APR_Random_Functions.html APR_Table_library.html
                        APR_Thread_library.html APR_Time_library.html
                        APR_UUID_Handling.html APR_command_arguments.html
                        APR_general-purpose_library.html
                        APR_lock_library.html APR_memory_allocation.html
                        APR_portability_Routines.html
                        APR_strings_library.html
                        Dynamic_Object_Handling.html Error_Codes.html
                        Fnmatch_functions.html General.html
                        Hash_Tables.html Shared_Memory_library.html
                        packages.html to-do.html
  Log:
  Cleanup the docs a bit more.  This should remove the rest of the spaces
  in the URL references.
  
  Revision  Changes    Path
  1.2       +22 -22    apr-site/docs/APR_File_handling.html
  
  Index: APR_File_handling.html
  ===================================================================
  RCS file: /home/cvs/apr-site/docs/APR_File_handling.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- APR_File_handling.html	2000/11/17 21:38:14	1.1
  +++ APR_File_handling.html	2000/11/18 03:40:40	1.2
  @@ -11,18 +11,18 @@
     <h2>Package Name: APR File handling</h2>
     <b>
   <h3><img src="../images/ball1.gif" width=18 height=17 align=texttop>
  -  <a href="APR File handling.html#apr_finfo_t">struct apr_finfo_t</h3></a>
  +  <a href="APR_File_handling.html#apr_finfo_t">struct apr_finfo_t</h3></a>
     <ul>
  -<li><a href="APR File handling.html#apr_finfo_t-atime">atime</a>
  -<li><a href="APR File handling.html#apr_finfo_t-ctime">ctime</a>
  -<li><a href="APR File handling.html#apr_finfo_t-device">device</a>
  -<li><a href="APR File handling.html#apr_finfo_t-filetype">filetype</a>
  -<li><a href="APR File handling.html#apr_finfo_t-group">group</a>
  -<li><a href="APR File handling.html#apr_finfo_t-inode">inode</a>
  -<li><a href="APR File handling.html#apr_finfo_t-mtime">mtime</a>
  -<li><a href="APR File handling.html#apr_finfo_t-protection">protection</a>
  -<li><a href="APR File handling.html#apr_finfo_t-size">size</a>
  -<li><a href="APR File handling.html#apr_finfo_t-user">user</a>
  +<li><a href="APR_File_handling.html#apr_finfo_t-atime">atime</a>
  +<li><a href="APR_File_handling.html#apr_finfo_t-ctime">ctime</a>
  +<li><a href="APR_File_handling.html#apr_finfo_t-device">device</a>
  +<li><a href="APR_File_handling.html#apr_finfo_t-filetype">filetype</a>
  +<li><a href="APR_File_handling.html#apr_finfo_t-group">group</a>
  +<li><a href="APR_File_handling.html#apr_finfo_t-inode">inode</a>
  +<li><a href="APR_File_handling.html#apr_finfo_t-mtime">mtime</a>
  +<li><a href="APR_File_handling.html#apr_finfo_t-protection">protection</a>
  +<li><a href="APR_File_handling.html#apr_finfo_t-size">size</a>
  +<li><a href="APR_File_handling.html#apr_finfo_t-user">user</a>
   </ul>
   
   </b>
  @@ -39,16 +39,16 @@
   <p>
   The file information structure.  This is analogous to the POSIX
   stat structure.<h2>Member Index</h2>
  -<ul><li><a href="APR File handling.html#apr_finfo_t-atime">    apr_time_t atime</a>
  -	<li><a href="APR File handling.html#apr_finfo_t-ctime">    apr_time_t ctime</a>
  -	<li><a href="APR File handling.html#apr_finfo_t-device">    apr_dev_t device</a>
  -	<li><a href="APR File handling.html#apr_finfo_t-filetype">    apr_filetype_e filetype</a>
  -	<li><a href="APR File handling.html#apr_finfo_t-group">    apr_gid_t group</a>
  -	<li><a href="APR File handling.html#apr_finfo_t-inode">    apr_ino_t inode</a>
  -	<li><a href="APR File handling.html#apr_finfo_t-mtime">    apr_time_t mtime</a>
  -	<li><a href="APR File handling.html#apr_finfo_t-protection">    apr_fileperms_t protection</a>
  -	<li><a href="APR File handling.html#apr_finfo_t-size">    apr_off_t size</a>
  -	<li><a href="APR File handling.html#apr_finfo_t-user">    apr_uid_t user</a>
  +<ul><li><a href="APR_File_handling.html#apr_finfo_t-atime">    apr_time_t atime</a>
  +	<li><a href="APR_File_handling.html#apr_finfo_t-ctime">    apr_time_t ctime</a>
  +	<li><a href="APR_File_handling.html#apr_finfo_t-device">    apr_dev_t device</a>
  +	<li><a href="APR_File_handling.html#apr_finfo_t-filetype">    apr_filetype_e filetype</a>
  +	<li><a href="APR_File_handling.html#apr_finfo_t-group">    apr_gid_t group</a>
  +	<li><a href="APR_File_handling.html#apr_finfo_t-inode">    apr_ino_t inode</a>
  +	<li><a href="APR_File_handling.html#apr_finfo_t-mtime">    apr_time_t mtime</a>
  +	<li><a href="APR_File_handling.html#apr_finfo_t-protection">    apr_fileperms_t protection</a>
  +	<li><a href="APR_File_handling.html#apr_finfo_t-size">    apr_off_t size</a>
  +	<li><a href="APR_File_handling.html#apr_finfo_t-user">    apr_uid_t user</a>
   	</ul><h2>Class Variables</h2>
   <blockquote>
   
  @@ -1104,7 +1104,7 @@
       <hr size=4>
       &copy 2000 [Apache Software Foundation]<br>
       Generated by <a href="http://scandoc.sourceforge.net/"><b>ScanDoc 0.12</b></a><br>
  -    Last Updated: Fri Nov 17 13:08:43 2000
  +    Last Updated: Fri Nov 17 19:40:19 2000
   <br>
     </body>
   </html>
  
  
  
  1.2       +1 -1      apr-site/docs/APR_I18N_translation_library.html
  
  Index: APR_I18N_translation_library.html
  ===================================================================
  RCS file: /home/cvs/apr-site/docs/APR_I18N_translation_library.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- APR_I18N_translation_library.html	2000/11/17 21:38:14	1.1
  +++ APR_I18N_translation_library.html	2000/11/18 03:40:40	1.2
  @@ -165,7 +165,7 @@
       <hr size=4>
       &copy 2000 [Apache Software Foundation]<br>
       Generated by <a href="http://scandoc.sourceforge.net/"><b>ScanDoc 0.12</b></a><br>
  -    Last Updated: Fri Nov 17 13:08:43 2000
  +    Last Updated: Fri Nov 17 19:40:19 2000
   <br>
     </body>
   </html>
  
  
  
  1.2       +10 -10    apr-site/docs/APR_MD5_Library.html
  
  Index: APR_MD5_Library.html
  ===================================================================
  RCS file: /home/cvs/apr-site/docs/APR_MD5_Library.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- APR_MD5_Library.html	2000/11/17 21:38:14	1.1
  +++ APR_MD5_Library.html	2000/11/18 03:40:40	1.2
  @@ -11,12 +11,12 @@
     <h2>Package Name: APR MD5 Library</h2>
     <b>
   <h3><img src="../images/ball1.gif" width=18 height=17 align=texttop>
  -  <a href="APR MD5 Library.html#apr_md5_ctx_t">struct apr_md5_ctx_t</h3></a>
  +  <a href="APR_MD5_Library.html#apr_md5_ctx_t">struct apr_md5_ctx_t</h3></a>
     <ul>
  -<li><a href="APR MD5 Library.html#apr_md5_ctx_t-buffer">buffer[64]</a>
  -<li><a href="APR MD5 Library.html#apr_md5_ctx_t-count">count[2]</a>
  -<li><a href="APR MD5 Library.html#apr_md5_ctx_t-state">state[4]</a>
  -<li><a href="APR MD5 Library.html#apr_md5_ctx_t-xlate">xlate</a>
  +<li><a href="APR_MD5_Library.html#apr_md5_ctx_t-buffer">buffer[64]</a>
  +<li><a href="APR_MD5_Library.html#apr_md5_ctx_t-count">count[2]</a>
  +<li><a href="APR_MD5_Library.html#apr_md5_ctx_t-state">state[4]</a>
  +<li><a href="APR_MD5_Library.html#apr_md5_ctx_t-xlate">xlate</a>
   </ul>
   
   </b>
  @@ -32,10 +32,10 @@
   </table>
   <p>
   MD5 context.<h2>Member Index</h2>
  -<ul><li><a href="APR MD5 Library.html#apr_md5_ctx_t-buffer">    unsigned char buffer[64]</a>
  -	<li><a href="APR MD5 Library.html#apr_md5_ctx_t-count">    UINT4 count[2]</a>
  -	<li><a href="APR MD5 Library.html#apr_md5_ctx_t-state">    UINT4 state[4]</a>
  -	<li><a href="APR MD5 Library.html#apr_md5_ctx_t-xlate">    apr_xlate_t *xlate</a>
  +<ul><li><a href="APR_MD5_Library.html#apr_md5_ctx_t-buffer">    unsigned char buffer[64]</a>
  +	<li><a href="APR_MD5_Library.html#apr_md5_ctx_t-count">    UINT4 count[2]</a>
  +	<li><a href="APR_MD5_Library.html#apr_md5_ctx_t-state">    UINT4 state[4]</a>
  +	<li><a href="APR_MD5_Library.html#apr_md5_ctx_t-xlate">    apr_xlate_t *xlate</a>
   	</ul><h2>Class Variables</h2>
   <blockquote>
   
  @@ -177,7 +177,7 @@
       <hr size=4>
       &copy 2000 [Apache Software Foundation]<br>
       Generated by <a href="http://scandoc.sourceforge.net/"><b>ScanDoc 0.12</b></a><br>
  -    Last Updated: Fri Nov 17 13:08:43 2000
  +    Last Updated: Fri Nov 17 19:40:19 2000
   <br>
     </body>
   </html>
  
  
  
  1.2       +10 -10    apr-site/docs/APR_MMAP_library.html
  
  Index: APR_MMAP_library.html
  ===================================================================
  RCS file: /home/cvs/apr-site/docs/APR_MMAP_library.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- APR_MMAP_library.html	2000/11/17 21:38:14	1.1
  +++ APR_MMAP_library.html	2000/11/18 03:40:40	1.2
  @@ -11,12 +11,12 @@
     <h2>Package Name: APR MMAP library</h2>
     <b>
   <h3><img src="../images/ball1.gif" width=18 height=17 align=texttop>
  -  <a href="APR MMAP library.html#apr_mmap_t">struct apr_mmap_t</h3></a>
  +  <a href="APR_MMAP_library.html#apr_mmap_t">struct apr_mmap_t</h3></a>
     <ul>
  -<li><a href="APR MMAP library.html#apr_mmap_t-area">area</a>
  -<li><a href="APR MMAP library.html#apr_mmap_t-cntxt">cntxt</a>
  -<li><a href="APR MMAP library.html#apr_mmap_t-mm">mm</a>
  -<li><a href="APR MMAP library.html#apr_mmap_t-size">size</a>
  +<li><a href="APR_MMAP_library.html#apr_mmap_t-area">area</a>
  +<li><a href="APR_MMAP_library.html#apr_mmap_t-cntxt">cntxt</a>
  +<li><a href="APR_MMAP_library.html#apr_mmap_t-mm">mm</a>
  +<li><a href="APR_MMAP_library.html#apr_mmap_t-size">size</a>
   </ul>
   
   </b>
  @@ -32,10 +32,10 @@
   </table>
   <p>
   The MMAP structure<h2>Member Index</h2>
  -<ul><li><a href="APR MMAP library.html#apr_mmap_t-area">    area_id area</a>
  -	<li><a href="APR MMAP library.html#apr_mmap_t-cntxt">    apr_pool_t *cntxt</a>
  -	<li><a href="APR MMAP library.html#apr_mmap_t-mm">    void *mm</a>
  -	<li><a href="APR MMAP library.html#apr_mmap_t-size">    size_t size</a>
  +<ul><li><a href="APR_MMAP_library.html#apr_mmap_t-area">    area_id area</a>
  +	<li><a href="APR_MMAP_library.html#apr_mmap_t-cntxt">    apr_pool_t *cntxt</a>
  +	<li><a href="APR_MMAP_library.html#apr_mmap_t-mm">    void *mm</a>
  +	<li><a href="APR_MMAP_library.html#apr_mmap_t-size">    size_t size</a>
   	</ul><h2>Class Variables</h2>
   <blockquote>
   
  @@ -141,7 +141,7 @@
       <hr size=4>
       &copy 2000 [Apache Software Foundation]<br>
       Generated by <a href="http://scandoc.sourceforge.net/"><b>ScanDoc 0.12</b></a><br>
  -    Last Updated: Fri Nov 17 13:08:43 2000
  +    Last Updated: Fri Nov 17 19:40:19 2000
   <br>
     </body>
   </html>
  
  
  
  1.2       +10 -10    apr-site/docs/APR_Network_library.html
  
  Index: APR_Network_library.html
  ===================================================================
  RCS file: /home/cvs/apr-site/docs/APR_Network_library.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- APR_Network_library.html	2000/11/17 21:38:14	1.1
  +++ APR_Network_library.html	2000/11/18 03:40:40	1.2
  @@ -11,12 +11,12 @@
     <h2>Package Name: APR Network library</h2>
     <b>
   <h3><img src="../images/ball1.gif" width=18 height=17 align=texttop>
  -  <a href="APR Network library.html#apr_hdtr_t">struct apr_hdtr_t</h3></a>
  +  <a href="APR_Network_library.html#apr_hdtr_t">struct apr_hdtr_t</h3></a>
     <ul>
  -<li><a href="APR Network library.html#apr_hdtr_t-iovec">iovec</a>
  -<li><a href="APR Network library.html#apr_hdtr_t-iovec-2">iovec</a>
  -<li><a href="APR Network library.html#apr_hdtr_t-numheaders">numheaders</a>
  -<li><a href="APR Network library.html#apr_hdtr_t-numtrailers">numtrailers</a>
  +<li><a href="APR_Network_library.html#apr_hdtr_t-iovec">iovec</a>
  +<li><a href="APR_Network_library.html#apr_hdtr_t-iovec-2">iovec</a>
  +<li><a href="APR_Network_library.html#apr_hdtr_t-numheaders">numheaders</a>
  +<li><a href="APR_Network_library.html#apr_hdtr_t-numtrailers">numtrailers</a>
   </ul>
   
   </b>
  @@ -32,10 +32,10 @@
   </table>
   <p>
   A structure to encapsulate headers and trailers for apr_sendfile<h2>Member Index</h2>
  -<ul><li><a href="APR Network library.html#apr_hdtr_t-iovec">iovec *headers </a>
  -	<li><a href="APR Network library.html#apr_hdtr_t-iovec-2">iovec *trailers </a>
  -	<li><a href="APR Network library.html#apr_hdtr_t-numheaders">    int numheaders</a>
  -	<li><a href="APR Network library.html#apr_hdtr_t-numtrailers">    int numtrailers</a>
  +<ul><li><a href="APR_Network_library.html#apr_hdtr_t-iovec">iovec *headers </a>
  +	<li><a href="APR_Network_library.html#apr_hdtr_t-iovec-2">iovec *trailers </a>
  +	<li><a href="APR_Network_library.html#apr_hdtr_t-numheaders">    int numheaders</a>
  +	<li><a href="APR_Network_library.html#apr_hdtr_t-numtrailers">    int numtrailers</a>
   	</ul><h2>Class Variables</h2>
   <blockquote>
   
  @@ -960,7 +960,7 @@
       <hr size=4>
       &copy 2000 [Apache Software Foundation]<br>
       Generated by <a href="http://scandoc.sourceforge.net/"><b>ScanDoc 0.12</b></a><br>
  -    Last Updated: Fri Nov 17 13:08:43 2000
  +    Last Updated: Fri Nov 17 19:40:19 2000
   <br>
     </body>
   </html>
  
  
  
  1.2       +1 -1      apr-site/docs/APR_Process_library.html
  
  Index: APR_Process_library.html
  ===================================================================
  RCS file: /home/cvs/apr-site/docs/APR_Process_library.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- APR_Process_library.html	2000/11/17 21:38:14	1.1
  +++ APR_Process_library.html	2000/11/18 03:40:40	1.2
  @@ -455,7 +455,7 @@
       <hr size=4>
       &copy 2000 [Apache Software Foundation]<br>
       Generated by <a href="http://scandoc.sourceforge.net/"><b>ScanDoc 0.12</b></a><br>
  -    Last Updated: Fri Nov 17 13:08:43 2000
  +    Last Updated: Fri Nov 17 19:40:19 2000
   <br>
     </body>
   </html>
  
  
  
  1.2       +1 -1      apr-site/docs/APR_Random_Functions.html
  
  Index: APR_Random_Functions.html
  ===================================================================
  RCS file: /home/cvs/apr-site/docs/APR_Random_Functions.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- APR_Random_Functions.html	2000/11/17 21:38:14	1.1
  +++ APR_Random_Functions.html	2000/11/18 03:40:40	1.2
  @@ -37,7 +37,7 @@
       <hr size=4>
       &copy 2000 [Apache Software Foundation]<br>
       Generated by <a href="http://scandoc.sourceforge.net/"><b>ScanDoc 0.12</b></a><br>
  -    Last Updated: Fri Nov 17 13:08:43 2000
  +    Last Updated: Fri Nov 17 19:40:19 2000
   <br>
     </body>
   </html>
  
  
  
  1.2       +32 -32    apr-site/docs/APR_Table_library.html
  
  Index: APR_Table_library.html
  ===================================================================
  RCS file: /home/cvs/apr-site/docs/APR_Table_library.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- APR_Table_library.html	2000/11/17 21:38:14	1.1
  +++ APR_Table_library.html	2000/11/18 03:40:40	1.2
  @@ -11,37 +11,37 @@
     <h2>Package Name: APR Table library</h2>
     <b>
   <h3><img src="../images/ball1.gif" width=18 height=17 align=texttop>
  -  <a href="APR Table library.html#apr_array_header_t">struct apr_array_header_t</h3></a>
  +  <a href="APR_Table_library.html#apr_array_header_t">struct apr_array_header_t</h3></a>
     <ul>
  -<li><a href="APR Table library.html#apr_array_header_t-cont">cont</a>
  -<li><a href="APR Table library.html#apr_array_header_t-elt_size">elt_size</a>
  -<li><a href="APR Table library.html#apr_array_header_t-elts">elts</a>
  -<li><a href="APR Table library.html#apr_array_header_t-nalloc">nalloc</a>
  -<li><a href="APR Table library.html#apr_array_header_t-nelts">nelts</a>
  +<li><a href="APR_Table_library.html#apr_array_header_t-cont">cont</a>
  +<li><a href="APR_Table_library.html#apr_array_header_t-elt_size">elt_size</a>
  +<li><a href="APR_Table_library.html#apr_array_header_t-elts">elts</a>
  +<li><a href="APR_Table_library.html#apr_array_header_t-nalloc">nalloc</a>
  +<li><a href="APR_Table_library.html#apr_array_header_t-nelts">nelts</a>
   </ul>
   <h3><img src="../images/ball1.gif" width=18 height=17 align=texttop>
  -  <a href="APR Table library.html#apr_btable_entry_t">struct apr_btable_entry_t</h3></a>
  +  <a href="APR_Table_library.html#apr_btable_entry_t">struct apr_btable_entry_t</h3></a>
     <ul>
  -<li><a href="APR Table library.html#apr_btable_entry_t-key">key</a>
  -<li><a href="APR Table library.html#apr_btable_entry_t-val">val</a>
  +<li><a href="APR_Table_library.html#apr_btable_entry_t-key">key</a>
  +<li><a href="APR_Table_library.html#apr_btable_entry_t-val">val</a>
   </ul>
   <h3><img src="../images/ball1.gif" width=18 height=17 align=texttop>
  -  <a href="APR Table library.html#apr_btable_t">struct apr_btable_t</h3></a>
  +  <a href="APR_Table_library.html#apr_btable_t">struct apr_btable_t</h3></a>
     <ul>
  -<li><a href="APR Table library.html#apr_btable_t-a">a</a>
  -<li><a href="APR Table library.html#apr_btable_t-creator">creator</a>
  +<li><a href="APR_Table_library.html#apr_btable_t-a">a</a>
  +<li><a href="APR_Table_library.html#apr_btable_t-creator">creator</a>
   </ul>
   <h3><img src="../images/ball1.gif" width=18 height=17 align=texttop>
  -  <a href="APR Table library.html#apr_table_entry_t">struct apr_table_entry_t</h3></a>
  +  <a href="APR_Table_library.html#apr_table_entry_t">struct apr_table_entry_t</h3></a>
     <ul>
  -<li><a href="APR Table library.html#apr_table_entry_t-key">key</a>
  -<li><a href="APR Table library.html#apr_table_entry_t-val">val</a>
  +<li><a href="APR_Table_library.html#apr_table_entry_t-key">key</a>
  +<li><a href="APR_Table_library.html#apr_table_entry_t-val">val</a>
   </ul>
   <h3><img src="../images/ball1.gif" width=18 height=17 align=texttop>
  -  <a href="APR Table library.html#apr_table_t">struct apr_table_t</h3></a>
  +  <a href="APR_Table_library.html#apr_table_t">struct apr_table_t</h3></a>
     <ul>
  -<li><a href="APR Table library.html#apr_table_t-a">a</a>
  -<li><a href="APR Table library.html#apr_table_t-creator">creator</a>
  +<li><a href="APR_Table_library.html#apr_table_t-a">a</a>
  +<li><a href="APR_Table_library.html#apr_table_t-creator">creator</a>
   </ul>
   
   </b>
  @@ -57,11 +57,11 @@
   </table>
   <p>
   An opaque array type<h2>Member Index</h2>
  -<ul><li><a href="APR Table library.html#apr_array_header_t-cont">    apr_pool_t *cont</a>
  -	<li><a href="APR Table library.html#apr_array_header_t-elt_size">    int elt_size</a>
  -	<li><a href="APR Table library.html#apr_array_header_t-elts">    char *elts</a>
  -	<li><a href="APR Table library.html#apr_array_header_t-nalloc">    int nalloc</a>
  -	<li><a href="APR Table library.html#apr_array_header_t-nelts">    int nelts</a>
  +<ul><li><a href="APR_Table_library.html#apr_array_header_t-cont">    apr_pool_t *cont</a>
  +	<li><a href="APR_Table_library.html#apr_array_header_t-elt_size">    int elt_size</a>
  +	<li><a href="APR_Table_library.html#apr_array_header_t-elts">    char *elts</a>
  +	<li><a href="APR_Table_library.html#apr_array_header_t-nalloc">    int nalloc</a>
  +	<li><a href="APR_Table_library.html#apr_array_header_t-nelts">    int nelts</a>
   	</ul><h2>Class Variables</h2>
   <blockquote>
   
  @@ -117,8 +117,8 @@
   </table>
   <p>
   The type for each entry in a binary-content table<h2>Member Index</h2>
  -<ul><li><a href="APR Table library.html#apr_btable_entry_t-key">    char *key</a>
  -	<li><a href="APR Table library.html#apr_btable_entry_t-val">    apr_item_t *val</a>
  +<ul><li><a href="APR_Table_library.html#apr_btable_entry_t-key">    char *key</a>
  +	<li><a href="APR_Table_library.html#apr_btable_entry_t-val">    apr_item_t *val</a>
   	</ul><h2>Class Variables</h2>
   <blockquote>
   
  @@ -150,8 +150,8 @@
   </table>
   <p>
   The opaque binary-content table type<h2>Member Index</h2>
  -<ul><li><a href="APR Table library.html#apr_btable_t-a">    apr_array_header_t a</a>
  -	<li><a href="APR Table library.html#apr_btable_t-creator">    void *creator</a>
  +<ul><li><a href="APR_Table_library.html#apr_btable_t-a">    apr_array_header_t a</a>
  +	<li><a href="APR_Table_library.html#apr_btable_t-creator">    void *creator</a>
   	</ul><h2>Class Variables</h2>
   <blockquote>
   
  @@ -184,8 +184,8 @@
   <p>
   The (opaque) structure for string-content tables.
    The type for each entry in a string-content table<h2>Member Index</h2>
  -<ul><li><a href="APR Table library.html#apr_table_entry_t-key">    char *key</a>
  -	<li><a href="APR Table library.html#apr_table_entry_t-val">    char *val</a>
  +<ul><li><a href="APR_Table_library.html#apr_table_entry_t-key">    char *key</a>
  +	<li><a href="APR_Table_library.html#apr_table_entry_t-val">    char *val</a>
   	</ul><h2>Class Variables</h2>
   <blockquote>
   
  @@ -217,8 +217,8 @@
   </table>
   <p>
   The opaque string-content table type<h2>Member Index</h2>
  -<ul><li><a href="APR Table library.html#apr_table_t-a">    apr_array_header_t a</a>
  -	<li><a href="APR Table library.html#apr_table_t-creator">    void *creator</a>
  +<ul><li><a href="APR_Table_library.html#apr_table_t-a">    apr_array_header_t a</a>
  +	<li><a href="APR_Table_library.html#apr_table_t-creator">    void *creator</a>
   	</ul><h2>Class Variables</h2>
   <blockquote>
   
  @@ -255,7 +255,7 @@
       <hr size=4>
       &copy 2000 [Apache Software Foundation]<br>
       Generated by <a href="http://scandoc.sourceforge.net/"><b>ScanDoc 0.12</b></a><br>
  -    Last Updated: Fri Nov 17 13:08:43 2000
  +    Last Updated: Fri Nov 17 19:40:19 2000
   <br>
     </body>
   </html>
  
  
  
  1.2       +8 -8      apr-site/docs/APR_Thread_library.html
  
  Index: APR_Thread_library.html
  ===================================================================
  RCS file: /home/cvs/apr-site/docs/APR_Thread_library.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- APR_Thread_library.html	2000/11/17 21:38:14	1.1
  +++ APR_Thread_library.html	2000/11/18 03:40:40	1.2
  @@ -11,11 +11,11 @@
     <h2>Package Name: APR Thread library</h2>
     <b>
   <h3><img src="../images/ball1.gif" width=18 height=17 align=texttop>
  -  <a href="APR Thread library.html#apr_proc_t">struct apr_proc_t</h3></a>
  +  <a href="APR_Thread_library.html#apr_proc_t">struct apr_proc_t</h3></a>
     <ul>
  -<li><a href="APR Thread library.html#apr_proc_t-in">in</a>
  -<li><a href="APR Thread library.html#apr_proc_t-out">out</a>
  -<li><a href="APR Thread library.html#apr_proc_t-pid">pid</a>
  +<li><a href="APR_Thread_library.html#apr_proc_t-in">in</a>
  +<li><a href="APR_Thread_library.html#apr_proc_t-out">out</a>
  +<li><a href="APR_Thread_library.html#apr_proc_t-pid">pid</a>
   </ul>
   
   </b>
  @@ -31,9 +31,9 @@
   </table>
   <p>
   The APR process type<h2>Member Index</h2>
  -<ul><li><a href="APR Thread library.html#apr_proc_t-in">    apr_file_t *in</a>
  -	<li><a href="APR Thread library.html#apr_proc_t-out">    apr_file_t *out</a>
  -	<li><a href="APR Thread library.html#apr_proc_t-pid">    pid_t pid</a>
  +<ul><li><a href="APR_Thread_library.html#apr_proc_t-in">    apr_file_t *in</a>
  +	<li><a href="APR_Thread_library.html#apr_proc_t-out">    apr_file_t *out</a>
  +	<li><a href="APR_Thread_library.html#apr_proc_t-pid">    pid_t pid</a>
   	</ul><h2>Class Variables</h2>
   <blockquote>
   
  @@ -359,7 +359,7 @@
       <hr size=4>
       &copy 2000 [Apache Software Foundation]<br>
       Generated by <a href="http://scandoc.sourceforge.net/"><b>ScanDoc 0.12</b></a><br>
  -    Last Updated: Fri Nov 17 13:08:43 2000
  +    Last Updated: Fri Nov 17 19:40:19 2000
   <br>
     </body>
   </html>
  
  
  
  1.2       +24 -24    apr-site/docs/APR_Time_library.html
  
  Index: APR_Time_library.html
  ===================================================================
  RCS file: /home/cvs/apr-site/docs/APR_Time_library.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- APR_Time_library.html	2000/11/17 21:38:14	1.1
  +++ APR_Time_library.html	2000/11/18 03:40:40	1.2
  @@ -11,19 +11,19 @@
     <h2>Package Name: APR Time library</h2>
     <b>
   <h3><img src="../images/ball1.gif" width=18 height=17 align=texttop>
  -  <a href="APR Time library.html#apr_exploded_time_t">struct apr_exploded_time_t</h3></a>
  +  <a href="APR_Time_library.html#apr_exploded_time_t">struct apr_exploded_time_t</h3></a>
     <ul>
  -<li><a href="APR Time library.html#apr_exploded_time_t-tm_gmtoff">tm_gmtoff</a>
  -<li><a href="APR Time library.html#apr_exploded_time_t-tm_hour">tm_hour</a>
  -<li><a href="APR Time library.html#apr_exploded_time_t-tm_isdst">tm_isdst</a>
  -<li><a href="APR Time library.html#apr_exploded_time_t-tm_mday">tm_mday</a>
  -<li><a href="APR Time library.html#apr_exploded_time_t-tm_min">tm_min</a>
  -<li><a href="APR Time library.html#apr_exploded_time_t-tm_mon">tm_mon</a>
  -<li><a href="APR Time library.html#apr_exploded_time_t-tm_sec">tm_sec</a>
  -<li><a href="APR Time library.html#apr_exploded_time_t-tm_usec">tm_usec</a>
  -<li><a href="APR Time library.html#apr_exploded_time_t-tm_wday">tm_wday</a>
  -<li><a href="APR Time library.html#apr_exploded_time_t-tm_yday">tm_yday</a>
  -<li><a href="APR Time library.html#apr_exploded_time_t-tm_year">tm_year</a>
  +<li><a href="APR_Time_library.html#apr_exploded_time_t-tm_gmtoff">tm_gmtoff</a>
  +<li><a href="APR_Time_library.html#apr_exploded_time_t-tm_hour">tm_hour</a>
  +<li><a href="APR_Time_library.html#apr_exploded_time_t-tm_isdst">tm_isdst</a>
  +<li><a href="APR_Time_library.html#apr_exploded_time_t-tm_mday">tm_mday</a>
  +<li><a href="APR_Time_library.html#apr_exploded_time_t-tm_min">tm_min</a>
  +<li><a href="APR_Time_library.html#apr_exploded_time_t-tm_mon">tm_mon</a>
  +<li><a href="APR_Time_library.html#apr_exploded_time_t-tm_sec">tm_sec</a>
  +<li><a href="APR_Time_library.html#apr_exploded_time_t-tm_usec">tm_usec</a>
  +<li><a href="APR_Time_library.html#apr_exploded_time_t-tm_wday">tm_wday</a>
  +<li><a href="APR_Time_library.html#apr_exploded_time_t-tm_yday">tm_yday</a>
  +<li><a href="APR_Time_library.html#apr_exploded_time_t-tm_year">tm_year</a>
   </ul>
   
   </b>
  @@ -41,17 +41,17 @@
   a structure similar to ANSI struct tm with the following differences:
    - tm_usec isn't an ANSI field
    - tm_gmtoff isn't an ANSI field (it's a bsdism)<h2>Member Index</h2>
  -<ul><li><a href="APR Time library.html#apr_exploded_time_t-tm_gmtoff">    apr_int32_t tm_gmtoff</a>
  -	<li><a href="APR Time library.html#apr_exploded_time_t-tm_hour">    apr_int32_t tm_hour</a>
  -	<li><a href="APR Time library.html#apr_exploded_time_t-tm_isdst">    apr_int32_t tm_isdst</a>
  -	<li><a href="APR Time library.html#apr_exploded_time_t-tm_mday">    apr_int32_t tm_mday</a>
  -	<li><a href="APR Time library.html#apr_exploded_time_t-tm_min">    apr_int32_t tm_min</a>
  -	<li><a href="APR Time library.html#apr_exploded_time_t-tm_mon">    apr_int32_t tm_mon</a>
  -	<li><a href="APR Time library.html#apr_exploded_time_t-tm_sec">    apr_int32_t tm_sec</a>
  -	<li><a href="APR Time library.html#apr_exploded_time_t-tm_usec">    apr_int32_t tm_usec</a>
  -	<li><a href="APR Time library.html#apr_exploded_time_t-tm_wday">    apr_int32_t tm_wday</a>
  -	<li><a href="APR Time library.html#apr_exploded_time_t-tm_yday">    apr_int32_t tm_yday</a>
  -	<li><a href="APR Time library.html#apr_exploded_time_t-tm_year">    apr_int32_t tm_year</a>
  +<ul><li><a href="APR_Time_library.html#apr_exploded_time_t-tm_gmtoff">    apr_int32_t tm_gmtoff</a>
  +	<li><a href="APR_Time_library.html#apr_exploded_time_t-tm_hour">    apr_int32_t tm_hour</a>
  +	<li><a href="APR_Time_library.html#apr_exploded_time_t-tm_isdst">    apr_int32_t tm_isdst</a>
  +	<li><a href="APR_Time_library.html#apr_exploded_time_t-tm_mday">    apr_int32_t tm_mday</a>
  +	<li><a href="APR_Time_library.html#apr_exploded_time_t-tm_min">    apr_int32_t tm_min</a>
  +	<li><a href="APR_Time_library.html#apr_exploded_time_t-tm_mon">    apr_int32_t tm_mon</a>
  +	<li><a href="APR_Time_library.html#apr_exploded_time_t-tm_sec">    apr_int32_t tm_sec</a>
  +	<li><a href="APR_Time_library.html#apr_exploded_time_t-tm_usec">    apr_int32_t tm_usec</a>
  +	<li><a href="APR_Time_library.html#apr_exploded_time_t-tm_wday">    apr_int32_t tm_wday</a>
  +	<li><a href="APR_Time_library.html#apr_exploded_time_t-tm_yday">    apr_int32_t tm_yday</a>
  +	<li><a href="APR_Time_library.html#apr_exploded_time_t-tm_year">    apr_int32_t tm_year</a>
   	</ul><h2>Class Variables</h2>
   <blockquote>
   
  @@ -317,7 +317,7 @@
       <hr size=4>
       &copy 2000 [Apache Software Foundation]<br>
       Generated by <a href="http://scandoc.sourceforge.net/"><b>ScanDoc 0.12</b></a><br>
  -    Last Updated: Fri Nov 17 13:08:43 2000
  +    Last Updated: Fri Nov 17 19:40:19 2000
   <br>
     </body>
   </html>
  
  
  
  1.2       +1 -1      apr-site/docs/APR_UUID_Handling.html
  
  Index: APR_UUID_Handling.html
  ===================================================================
  RCS file: /home/cvs/apr-site/docs/APR_UUID_Handling.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- APR_UUID_Handling.html	2000/11/17 21:38:14	1.1
  +++ APR_UUID_Handling.html	2000/11/18 03:40:40	1.2
  @@ -72,7 +72,7 @@
       <hr size=4>
       &copy 2000 [Apache Software Foundation]<br>
       Generated by <a href="http://scandoc.sourceforge.net/"><b>ScanDoc 0.12</b></a><br>
  -    Last Updated: Fri Nov 17 13:08:43 2000
  +    Last Updated: Fri Nov 17 19:40:19 2000
   <br>
     </body>
   </html>
  
  
  
  1.2       +18 -18    apr-site/docs/APR_command_arguments.html
  
  Index: APR_command_arguments.html
  ===================================================================
  RCS file: /home/cvs/apr-site/docs/APR_command_arguments.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- APR_command_arguments.html	2000/11/17 21:38:14	1.1
  +++ APR_command_arguments.html	2000/11/18 03:40:40	1.2
  @@ -11,16 +11,16 @@
     <h2>Package Name: APR command arguments</h2>
     <b>
   <h3><img src="../images/ball1.gif" width=18 height=17 align=texttop>
  -  <a href="APR command arguments.html#apr_getopt_t">struct apr_getopt_t</h3></a>
  +  <a href="APR_command_arguments.html#apr_getopt_t">struct apr_getopt_t</h3></a>
     <ul>
  -<li><a href="APR command arguments.html#apr_getopt_t-argc">argc</a>
  -<li><a href="APR command arguments.html#apr_getopt_t-const">const</a>
  -<li><a href="APR command arguments.html#apr_getopt_t-cont">cont</a>
  -<li><a href="APR command arguments.html#apr_getopt_t-err">err</a>
  -<li><a href="APR command arguments.html#apr_getopt_t-ind">ind</a>
  -<li><a href="APR command arguments.html#apr_getopt_t-opt">opt</a>
  -<li><a href="APR command arguments.html#apr_getopt_t-place">place</a>
  -<li><a href="APR command arguments.html#apr_getopt_t-reset">reset</a>
  +<li><a href="APR_command_arguments.html#apr_getopt_t-argc">argc</a>
  +<li><a href="APR_command_arguments.html#apr_getopt_t-const">const</a>
  +<li><a href="APR_command_arguments.html#apr_getopt_t-cont">cont</a>
  +<li><a href="APR_command_arguments.html#apr_getopt_t-err">err</a>
  +<li><a href="APR_command_arguments.html#apr_getopt_t-ind">ind</a>
  +<li><a href="APR_command_arguments.html#apr_getopt_t-opt">opt</a>
  +<li><a href="APR_command_arguments.html#apr_getopt_t-place">place</a>
  +<li><a href="APR_command_arguments.html#apr_getopt_t-reset">reset</a>
   </ul>
   
   </b>
  @@ -36,14 +36,14 @@
   </table>
   <p>
   Structure to store command line argument information.<h2>Member Index</h2>
  -<ul><li><a href="APR command arguments.html#apr_getopt_t-argc">    int argc</a>
  -	<li><a href="APR command arguments.html#apr_getopt_t-const">    char *const</a>
  -	<li><a href="APR command arguments.html#apr_getopt_t-cont">    apr_pool_t *cont</a>
  -	<li><a href="APR command arguments.html#apr_getopt_t-err">    int err</a>
  -	<li><a href="APR command arguments.html#apr_getopt_t-ind">    int ind</a>
  -	<li><a href="APR command arguments.html#apr_getopt_t-opt">    int opt</a>
  -	<li><a href="APR command arguments.html#apr_getopt_t-place">    char const* place</a>
  -	<li><a href="APR command arguments.html#apr_getopt_t-reset">    int reset</a>
  +<ul><li><a href="APR_command_arguments.html#apr_getopt_t-argc">    int argc</a>
  +	<li><a href="APR_command_arguments.html#apr_getopt_t-const">    char *const</a>
  +	<li><a href="APR_command_arguments.html#apr_getopt_t-cont">    apr_pool_t *cont</a>
  +	<li><a href="APR_command_arguments.html#apr_getopt_t-err">    int err</a>
  +	<li><a href="APR_command_arguments.html#apr_getopt_t-ind">    int ind</a>
  +	<li><a href="APR_command_arguments.html#apr_getopt_t-opt">    int opt</a>
  +	<li><a href="APR_command_arguments.html#apr_getopt_t-place">    char const* place</a>
  +	<li><a href="APR_command_arguments.html#apr_getopt_t-reset">    int reset</a>
   	</ul><h2>Class Variables</h2>
   <blockquote>
   
  @@ -251,7 +251,7 @@
       <hr size=4>
       &copy 2000 [Apache Software Foundation]<br>
       Generated by <a href="http://scandoc.sourceforge.net/"><b>ScanDoc 0.12</b></a><br>
  -    Last Updated: Fri Nov 17 13:08:43 2000
  +    Last Updated: Fri Nov 17 19:40:19 2000
   <br>
     </body>
   </html>
  
  
  
  1.2       +1 -1      apr-site/docs/APR_general-purpose_library.html
  
  Index: APR_general-purpose_library.html
  ===================================================================
  RCS file: /home/cvs/apr-site/docs/APR_general-purpose_library.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- APR_general-purpose_library.html	2000/11/17 21:38:14	1.1
  +++ APR_general-purpose_library.html	2000/11/18 03:40:40	1.2
  @@ -222,7 +222,7 @@
       <hr size=4>
       &copy 2000 [Apache Software Foundation]<br>
       Generated by <a href="http://scandoc.sourceforge.net/"><b>ScanDoc 0.12</b></a><br>
  -    Last Updated: Fri Nov 17 13:08:43 2000
  +    Last Updated: Fri Nov 17 19:40:19 2000
   <br>
     </body>
   </html>
  
  
  
  1.2       +1 -1      apr-site/docs/APR_lock_library.html
  
  Index: APR_lock_library.html
  ===================================================================
  RCS file: /home/cvs/apr-site/docs/APR_lock_library.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- APR_lock_library.html	2000/11/17 21:38:14	1.1
  +++ APR_lock_library.html	2000/11/18 03:40:40	1.2
  @@ -180,7 +180,7 @@
       <hr size=4>
       &copy 2000 [Apache Software Foundation]<br>
       Generated by <a href="http://scandoc.sourceforge.net/"><b>ScanDoc 0.12</b></a><br>
  -    Last Updated: Fri Nov 17 13:08:43 2000
  +    Last Updated: Fri Nov 17 19:40:19 2000
   <br>
     </body>
   </html>
  
  
  
  1.2       +24 -24    apr-site/docs/APR_memory_allocation.html
  
  Index: APR_memory_allocation.html
  ===================================================================
  RCS file: /home/cvs/apr-site/docs/APR_memory_allocation.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- APR_memory_allocation.html	2000/11/17 21:38:14	1.1
  +++ APR_memory_allocation.html	2000/11/18 03:40:40	1.2
  @@ -11,33 +11,33 @@
     <h2>Package Name: APR memory allocation</h2>
     <b>
   <h3><img src="../images/ball1.gif" width=18 height=17 align=texttop>
  -  <a href="APR memory allocation.html#apr_pool_t">struct apr_pool_t</h3></a>
  +  <a href="APR_memory_allocation.html#apr_pool_t">struct apr_pool_t</h3></a>
     <ul>
  -<li><a href="APR memory allocation.html#apr_pool_t-allocation_list">allocation_list</a>
  -<li><a href="APR memory allocation.html#apr_pool_t-apr_pool_t">apr_pool_t</a>
  -<li><a href="APR memory allocation.html#apr_pool_t-datastruct">datastruct</a>
  -<li><a href="APR memory allocation.html#apr_pool_t-first">first</a>
  -<li><a href="APR memory allocation.html#apr_pool_t-free_first_avail">free_first_avail</a>
  -<li><a href="APR memory allocation.html#apr_pool_t-int">int</a>
  -<li><a href="APR memory allocation.html#apr_pool_t-last">last</a>
  +<li><a href="APR_memory_allocation.html#apr_pool_t-allocation_list">allocation_list</a>
  +<li><a href="APR_memory_allocation.html#apr_pool_t-apr_pool_t">apr_pool_t</a>
  +<li><a href="APR_memory_allocation.html#apr_pool_t-datastruct">datastruct</a>
  +<li><a href="APR_memory_allocation.html#apr_pool_t-first">first</a>
  +<li><a href="APR_memory_allocation.html#apr_pool_t-free_first_avail">free_first_avail</a>
  +<li><a href="APR_memory_allocation.html#apr_pool_t-int">int</a>
  +<li><a href="APR_memory_allocation.html#apr_pool_t-last">last</a>
   </ul>
   <h3><img src="../images/ball1.gif" width=18 height=17 align=texttop>
  -  <a href="APR memory allocation.html#apr_pool_t-apr_pool_t">struct apr_pool_t</h3></a>
  +  <a href="APR_memory_allocation.html#apr_pool_t-apr_pool_t">struct apr_pool_t</h3></a>
     <ul>
   </ul>
   <h3><img src="../images/ball1.gif" width=18 height=17 align=texttop>
  -  <a href="APR memory allocation.html#apr_pool_t-cleanup">struct cleanup</h3></a>
  +  <a href="APR_memory_allocation.html#apr_pool_t-cleanup">struct cleanup</h3></a>
     <ul>
   </ul>
   <h3><img src="../images/ball1.gif" width=18 height=17 align=texttop>
  -  <a href="APR memory allocation.html#apr_pool_t-process_chain">struct process_chain</h3></a>
  +  <a href="APR_memory_allocation.html#apr_pool_t-process_chain">struct process_chain</h3></a>
     <ul>
   </ul>
   <h3><img src="../images/ball1.gif" width=18 height=17 align=texttop>
  -  <a href="APR memory allocation.html#process_chain">struct process_chain</h3></a>
  +  <a href="APR_memory_allocation.html#process_chain">struct process_chain</h3></a>
     <ul>
  -<li><a href="APR memory allocation.html#process_chain-pid">pid</a>
  -<li><a href="APR memory allocation.html#process_chain-process_chain">process_chain</a>
  +<li><a href="APR_memory_allocation.html#process_chain-pid">pid</a>
  +<li><a href="APR_memory_allocation.html#process_chain-process_chain">process_chain</a>
   </ul>
   
   </b>
  @@ -53,13 +53,13 @@
   </table>
   <p>
   The memory allocation structure<h2>Member Index</h2>
  -<ul><li><a href="APR memory allocation.html#apr_pool_t-allocation_list">    void *allocation_list</a>
  -	<li><a href="APR memory allocation.html#apr_pool_t-apr_pool_t">apr_pool_t *joined </a>
  -	<li><a href="APR memory allocation.html#apr_pool_t-datastruct">datastruct *prog_data </a>
  -	<li><a href="APR memory allocation.html#apr_pool_t-first">    union block_hdr *first</a>
  -	<li><a href="APR memory allocation.html#apr_pool_t-free_first_avail">    char *free_first_avail</a>
  -	<li><a href="APR memory allocation.html#apr_pool_t-int">int apr_abort(int retcode) </a>
  -	<li><a href="APR memory allocation.html#apr_pool_t-last">    union block_hdr *last</a>
  +<ul><li><a href="APR_memory_allocation.html#apr_pool_t-allocation_list">    void *allocation_list</a>
  +	<li><a href="APR_memory_allocation.html#apr_pool_t-apr_pool_t">apr_pool_t *joined </a>
  +	<li><a href="APR_memory_allocation.html#apr_pool_t-datastruct">datastruct *prog_data </a>
  +	<li><a href="APR_memory_allocation.html#apr_pool_t-first">    union block_hdr *first</a>
  +	<li><a href="APR_memory_allocation.html#apr_pool_t-free_first_avail">    char *free_first_avail</a>
  +	<li><a href="APR_memory_allocation.html#apr_pool_t-int">int apr_abort(int retcode) </a>
  +	<li><a href="APR_memory_allocation.html#apr_pool_t-last">    union block_hdr *last</a>
   	</ul><h2>Class Variables</h2>
   <blockquote>
   
  @@ -168,8 +168,8 @@
   </table>
   <p>
   A list of processes<h2>Member Index</h2>
  -<ul><li><a href="APR memory allocation.html#process_chain-pid">    apr_proc_t *pid</a>
  -	<li><a href="APR memory allocation.html#process_chain-process_chain">process_chain *next </a>
  +<ul><li><a href="APR_memory_allocation.html#process_chain-pid">    apr_proc_t *pid</a>
  +	<li><a href="APR_memory_allocation.html#process_chain-process_chain">process_chain *next </a>
   	</ul><h2>Class Variables</h2>
   <blockquote>
   
  @@ -586,7 +586,7 @@
       <hr size=4>
       &copy 2000 [Apache Software Foundation]<br>
       Generated by <a href="http://scandoc.sourceforge.net/"><b>ScanDoc 0.12</b></a><br>
  -    Last Updated: Fri Nov 17 13:08:43 2000
  +    Last Updated: Fri Nov 17 19:40:19 2000
   <br>
     </body>
   </html>
  
  
  
  1.2       +1 -1      apr-site/docs/APR_portability_Routines.html
  
  Index: APR_portability_Routines.html
  ===================================================================
  RCS file: /home/cvs/apr-site/docs/APR_portability_Routines.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- APR_portability_Routines.html	2000/11/17 21:38:14	1.1
  +++ APR_portability_Routines.html	2000/11/18 03:40:40	1.2
  @@ -335,7 +335,7 @@
       <hr size=4>
       &copy 2000 [Apache Software Foundation]<br>
       Generated by <a href="http://scandoc.sourceforge.net/"><b>ScanDoc 0.12</b></a><br>
  -    Last Updated: Fri Nov 17 13:08:43 2000
  +    Last Updated: Fri Nov 17 19:40:19 2000
   <br>
     </body>
   </html>
  
  
  
  1.2       +1 -1      apr-site/docs/APR_strings_library.html
  
  Index: APR_strings_library.html
  ===================================================================
  RCS file: /home/cvs/apr-site/docs/APR_strings_library.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- APR_strings_library.html	2000/11/17 21:38:14	1.1
  +++ APR_strings_library.html	2000/11/18 03:40:40	1.2
  @@ -237,7 +237,7 @@
       <hr size=4>
       &copy 2000 [Apache Software Foundation]<br>
       Generated by <a href="http://scandoc.sourceforge.net/"><b>ScanDoc 0.12</b></a><br>
  -    Last Updated: Fri Nov 17 13:08:43 2000
  +    Last Updated: Fri Nov 17 19:40:19 2000
   <br>
     </body>
   </html>
  
  
  
  1.2       +1 -1      apr-site/docs/Dynamic_Object_Handling.html
  
  Index: Dynamic_Object_Handling.html
  ===================================================================
  RCS file: /home/cvs/apr-site/docs/Dynamic_Object_Handling.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Dynamic_Object_Handling.html	2000/11/17 21:38:14	1.1
  +++ Dynamic_Object_Handling.html	2000/11/18 03:40:40	1.2
  @@ -97,7 +97,7 @@
       <hr size=4>
       &copy 2000 [Apache Software Foundation]<br>
       Generated by <a href="http://scandoc.sourceforge.net/"><b>ScanDoc 0.12</b></a><br>
  -    Last Updated: Fri Nov 17 13:08:43 2000
  +    Last Updated: Fri Nov 17 19:40:19 2000
   <br>
     </body>
   </html>
  
  
  
  1.2       +1 -1      apr-site/docs/Error_Codes.html
  
  Index: Error_Codes.html
  ===================================================================
  RCS file: /home/cvs/apr-site/docs/Error_Codes.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Error_Codes.html	2000/11/17 21:38:14	1.1
  +++ Error_Codes.html	2000/11/18 03:40:40	1.2
  @@ -36,7 +36,7 @@
       <hr size=4>
       &copy 2000 [Apache Software Foundation]<br>
       Generated by <a href="http://scandoc.sourceforge.net/"><b>ScanDoc 0.12</b></a><br>
  -    Last Updated: Fri Nov 17 13:08:43 2000
  +    Last Updated: Fri Nov 17 19:40:19 2000
   <br>
     </body>
   </html>
  
  
  
  1.2       +1 -1      apr-site/docs/Fnmatch_functions.html
  
  Index: Fnmatch_functions.html
  ===================================================================
  RCS file: /home/cvs/apr-site/docs/Fnmatch_functions.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Fnmatch_functions.html	2000/11/17 21:38:14	1.1
  +++ Fnmatch_functions.html	2000/11/18 03:40:40	1.2
  @@ -62,7 +62,7 @@
       <hr size=4>
       &copy 2000 [Apache Software Foundation]<br>
       Generated by <a href="http://scandoc.sourceforge.net/"><b>ScanDoc 0.12</b></a><br>
  -    Last Updated: Fri Nov 17 13:08:43 2000
  +    Last Updated: Fri Nov 17 19:40:19 2000
   <br>
     </body>
   </html>
  
  
  
  1.2       +1 -1      apr-site/docs/General.html
  
  Index: General.html
  ===================================================================
  RCS file: /home/cvs/apr-site/docs/General.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- General.html	2000/11/17 21:38:14	1.1
  +++ General.html	2000/11/18 03:40:40	1.2
  @@ -68,7 +68,7 @@
       <hr size=4>
       &copy 2000 [Apache Software Foundation]<br>
       Generated by <a href="http://scandoc.sourceforge.net/"><b>ScanDoc 0.12</b></a><br>
  -    Last Updated: Fri Nov 17 13:08:43 2000
  +    Last Updated: Fri Nov 17 19:40:19 2000
   <br>
     </body>
   </html>
  
  
  
  1.2       +1 -1      apr-site/docs/Hash_Tables.html
  
  Index: Hash_Tables.html
  ===================================================================
  RCS file: /home/cvs/apr-site/docs/Hash_Tables.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Hash_Tables.html	2000/11/17 21:38:14	1.1
  +++ Hash_Tables.html	2000/11/18 03:40:40	1.2
  @@ -158,7 +158,7 @@
       <hr size=4>
       &copy 2000 [Apache Software Foundation]<br>
       Generated by <a href="http://scandoc.sourceforge.net/"><b>ScanDoc 0.12</b></a><br>
  -    Last Updated: Fri Nov 17 13:08:43 2000
  +    Last Updated: Fri Nov 17 19:40:19 2000
   <br>
     </body>
   </html>
  
  
  
  1.2       +1 -1      apr-site/docs/Shared_Memory_library.html
  
  Index: Shared_Memory_library.html
  ===================================================================
  RCS file: /home/cvs/apr-site/docs/Shared_Memory_library.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Shared_Memory_library.html	2000/11/17 21:38:14	1.1
  +++ Shared_Memory_library.html	2000/11/18 03:40:40	1.2
  @@ -195,7 +195,7 @@
       <hr size=4>
       &copy 2000 [Apache Software Foundation]<br>
       Generated by <a href="http://scandoc.sourceforge.net/"><b>ScanDoc 0.12</b></a><br>
  -    Last Updated: Fri Nov 17 13:08:43 2000
  +    Last Updated: Fri Nov 17 19:40:19 2000
   <br>
     </body>
   </html>
  
  
  
  1.2       +1 -1      apr-site/docs/packages.html
  
  Index: packages.html
  ===================================================================
  RCS file: /home/cvs/apr-site/docs/packages.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- packages.html	2000/11/17 21:38:14	1.1
  +++ packages.html	2000/11/18 03:40:40	1.2
  @@ -36,7 +36,7 @@
       <hr size=4>
       &copy 2000 [Apache Software Foundation]<br>
       Generated by <a href="http://scandoc.sourceforge.net/"><b>ScanDoc 0.12</b></a><br>
  -    Last Updated: Fri Nov 17 13:08:43 2000
  +    Last Updated: Fri Nov 17 19:40:19 2000
   <br>
     </body>
   </html>
  
  
  
  1.2       +1 -1      apr-site/docs/to-do.html
  
  Index: to-do.html
  ===================================================================
  RCS file: /home/cvs/apr-site/docs/to-do.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- to-do.html	2000/11/17 21:38:14	1.1
  +++ to-do.html	2000/11/18 03:40:40	1.2
  @@ -11,7 +11,7 @@
       <hr size=4>
       &copy 2000 [Apache Software Foundation]<br>
       Generated by <a href="http://scandoc.sourceforge.net/"><b>ScanDoc 0.12</b></a><br>
  -    Last Updated: Fri Nov 17 13:08:43 2000
  +    Last Updated: Fri Nov 17 19:40:19 2000
   <br>
     </body>
   </html>