You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2003/06/27 20:53:04 UTC

cvs commit: httpd-2.0/docs/manual/mod core.xml

slive       2003/06/27 11:53:04

  Modified:    docs/manual install.xml
               docs/manual/developer API.xml thread_safety.xml
               docs/manual/mod core.xml
  Log:
  A few small formatting changes to help the LaTeX transforms.
  
  Revision  Changes    Path
  1.20      +1 -1      httpd-2.0/docs/manual/install.xml
  
  Index: install.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/install.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -d -b -u -r1.19 -r1.20
  --- install.xml	13 Jun 2003 15:12:01 -0000	1.19
  +++ install.xml	27 Jun 2003 18:53:03 -0000	1.20
  @@ -30,7 +30,7 @@
       impatient</title>
   
       <table>
  -      <columnspec><column width=".15"/><column width=".85"/></columnspec>
  +      <columnspec><column width=".13"/><column width=".80"/></columnspec>
         <tr>
           <td><a href="#download">Download</a></td>
   
  
  
  
  1.2       +3 -2      httpd-2.0/docs/manual/developer/API.xml
  
  Index: API.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/developer/API.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -d -b -u -r1.1 -r1.2
  --- API.xml	3 May 2003 00:12:36 -0000	1.1
  +++ API.xml	27 Jun 2003 18:53:03 -0000	1.2
  @@ -345,8 +345,9 @@
   <pre>int header_only;     /* HEAD request, as opposed to GET */
   char *protocol;      /* Protocol, as given to us, or HTTP/0.9 */
   char *method;        /* GET, HEAD, POST, <em>etc.</em> */
  -int method_number;   /* M_GET, M_POST, <em>etc.</em> */</pre>
  -        <br />
  +int method_number;   /* M_GET, M_POST, <em>etc.</em> */
  +
  +</pre>
           /* Info for logging */<br />
           <br />
           char *the_request;<br />
  
  
  
  1.5       +1 -2      httpd-2.0/docs/manual/developer/thread_safety.xml
  
  Index: thread_safety.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/developer/thread_safety.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -d -b -u -r1.4 -r1.5
  --- thread_safety.xml	12 Apr 2003 15:04:45 -0000	1.4
  +++ thread_safety.xml	27 Jun 2003 18:53:03 -0000	1.5
  @@ -271,4 +271,3 @@
       </table>
   </section>
   </manualpage>
  -
  
  
  
  1.69      +1 -1      httpd-2.0/docs/manual/mod/core.xml
  
  Index: core.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/core.xml,v
  retrieving revision 1.68
  retrieving revision 1.69
  diff -u -d -b -u -r1.68 -r1.69
  --- core.xml	21 Jun 2003 23:33:59 -0000	1.68
  +++ core.xml	27 Jun 2003 18:53:03 -0000	1.69
  @@ -2431,7 +2431,7 @@
   <contextlist><context>server config</context><context>virtual host</context>
   <context>directory</context><context>.htaccess</context></contextlist>
   <override>FileInfo</override>
  -<compatibility>Win32 only<br />
  +<compatibility>Win32 only;
   option <code>Registry-Strict</code> is available in Apache 2.0 and
   later</compatibility>