You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pe...@apache.org on 2001/01/19 05:12:57 UTC

cvs commit: httpd-docs-1.3/htdocs/manual/programs ab.html apachectl.html apxs.html dbmmanage.html htdigest.html htpasswd.html httpd.html index.html logresolve.html other.html rotatelogs.html suexec.html

pepper      01/01/18 20:12:57

  Modified:    htdocs/manual/programs ab.html apachectl.html apxs.html
                        dbmmanage.html htdigest.html htpasswd.html
                        httpd.html index.html logresolve.html other.html
                        rotatelogs.html suexec.html
  Log:
  Lowercased tags, added in-body titles, fixed a few typos in the HTMLized
  man pages Justin created.
  Also made header & footer formating a bit more consistent, in preparation
  for include files.
  
  Revision  Changes    Path
  1.2       +22 -5     httpd-docs-1.3/htdocs/manual/programs/ab.html
  
  Index: ab.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/programs/ab.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ab.html	2001/01/18 18:30:15	1.1
  +++ ab.html	2001/01/19 04:12:55	1.2
  @@ -1,7 +1,22 @@
   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  -<HTML><HEAD><TITLE>Manual Page: ab  - Apache HTTP Server</TITLE></HEAD>
  -<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF"
  -VLINK="#000080" ALINK="#FF0000">
  +<html>
  +<head>
  +	<title>Manual Page: ab - Apache HTTP Server</title>
  +</head>
  +
  + <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
  + <body
  +  bgcolor="#ffffff"
  +  text="#000000"
  +  link="#0000ff"
  +  vlink="#000080"
  +  alink="#ff0000"
  + >
  +  <!--#include virtual="header.html" -->
  +
  +
  +  <h1 align="center">Manual Page: ab</h1>
  +
   <!--#include virtual="header.html" -->
   <!-- This document was autogenerated from the man page -->
   <pre>
  @@ -49,7 +64,7 @@
   
        -<strong>c </strong><em>concurrency</em>
                    The number of simultaneous requests to  perform.
  -                 The default is to perform one HTTP request at at
  +                 The default is to perform one HTTP request at a
                    time, that is, no concurrency.
   
        -<strong>p </strong><em>POST file</em>
  @@ -130,5 +145,7 @@
        <strong>httpd(8)</strong>
   
   </pre>
  +
  +
   <!--#include virtual="footer.html" -->
  -</BODY></HTML>
  +</body></html>
  
  
  
  1.2       +6 -1      httpd-docs-1.3/htdocs/manual/programs/apachectl.html
  
  Index: apachectl.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/programs/apachectl.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- apachectl.html	2001/01/18 18:30:15	1.1
  +++ apachectl.html	2001/01/19 04:12:56	1.2
  @@ -1,5 +1,10 @@
   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  -<HTML><HEAD><TITLE>Manual Page: apachectl  - Apache HTTP Server</TITLE></HEAD>
  +<HTML>
  +<HEAD>
  +	<TITLE>Manual Page: apachectl - Apache HTTP Server</TITLE>
  +</HEAD>
  +
  +
   <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF"
   VLINK="#000080" ALINK="#FF0000">
   <!--#include virtual="header.html" -->
  
  
  
  1.2       +20 -5     httpd-docs-1.3/htdocs/manual/programs/apxs.html
  
  Index: apxs.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/programs/apxs.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- apxs.html	2001/01/18 18:30:15	1.1
  +++ apxs.html	2001/01/19 04:12:56	1.2
  @@ -1,8 +1,21 @@
   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  -<HTML><HEAD><TITLE>Manual Page: apxs  - Apache HTTP Server</TITLE></HEAD>
  -<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF"
  -VLINK="#000080" ALINK="#FF0000">
  +<html>
  +<head>
  +	<title>Manual Page: apxs - Apache HTTP Server</title>
  +</head>
  +
  + <body
  +  bgcolor="#ffffff"
  +  text="#000000"
  +  link="#0000ff"
  +  vlink="#000080"
  +  alink="#ff0000"
  + >
   <!--#include virtual="header.html" -->
  +
  +
  +  <h1 align="center">Manual Page: apxs</h1>
  +
   <!-- This document was autogenerated from the man page -->
   <pre>
   <strong>NAME</strong>
  @@ -62,7 +75,7 @@
        uses  the  C source files for compilation while it just uses
        the object and archive files for the linking phase. But when
        using such pre-compiled objects, make sure they are compiled
  -     for Position Independend Code (PIC) to be able to  use  them
  +     for Position Independent Code (PIC) to be able to  use  them
        for a DSO. For instance with GCC you always just have to use
        <strong>-fpic</strong>.  For other C compilers please consult its manual page
        or  watch  for  the  flags  <strong>apxs  </strong>uses to compile the object
  @@ -264,5 +277,7 @@
        <strong>apachectl(1), httpd(8).</strong>
   
   </pre>
  +
  +
   <!--#include virtual="footer.html" -->
  -</BODY></HTML>
  +</body></html>
  
  
  
  1.2       +20 -5     httpd-docs-1.3/htdocs/manual/programs/dbmmanage.html
  
  Index: dbmmanage.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/programs/dbmmanage.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- dbmmanage.html	2001/01/18 18:30:15	1.1
  +++ dbmmanage.html	2001/01/19 04:12:56	1.2
  @@ -1,8 +1,21 @@
   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  -<HTML><HEAD><TITLE>Manual Page: dbmmanage  - Apache HTTP Server</TITLE></HEAD>
  -<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF"
  -VLINK="#000080" ALINK="#FF0000">
  +<html>
  +<head>
  +	<title>Manual Page: dbmmanage - Apache HTTP Server</title>
  +</head>
  +
  + <body
  +  bgcolor="#ffffff"
  +  text="#000000"
  +  link="#0000ff"
  +  vlink="#000080"
  +  alink="#ff0000"
  + >
   <!--#include virtual="header.html" -->
  +
  +
  +  <h1 align="center">Manual Page: dbmmanage</h1>
  +
   <!-- This document was autogenerated from the man page -->
   <pre>
   <strong>NAME</strong>
  @@ -62,7 +75,7 @@
   
   <strong>BUGS</strong>
        One should be aware that there are a number of different DBM
  -     file   formats   in  existance,  and  with  all  likelihood,
  +     file   formats   in  existence,  and  with  all  likelihood,
        libraries for more than one format may exist on your system.
        The three primary examples are NDBM, the GNU project's GDBM,
        and Berkeley DB 2.  Unfortunately, all these  libraries  use
  @@ -99,5 +112,7 @@
        <strong>httpd(8)</strong>
   
   </pre>
  +
  +
   <!--#include virtual="footer.html" -->
  -</BODY></HTML>
  +</body></html>
  
  
  
  1.2       +23 -5     httpd-docs-1.3/htdocs/manual/programs/htdigest.html
  
  Index: htdigest.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/programs/htdigest.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- htdigest.html	2001/01/18 18:30:15	1.1
  +++ htdigest.html	2001/01/19 04:12:56	1.2
  @@ -1,8 +1,23 @@
   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  -<HTML><HEAD><TITLE>Manual Page: htdigest  - Apache HTTP Server</TITLE></HEAD>
  -<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF"
  -VLINK="#000080" ALINK="#FF0000">
  -<!--#include virtual="header.html" -->
  +<html>
  +<head>
  +	<title>Manual Page: htdigest - Apache HTTP Server</title>
  +</head>
  +
  + <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
  + <body
  +  bgcolor="#ffffff"
  +  text="#000000"
  +  link="#0000ff"
  +  vlink="#000080"
  +  alink="#ff0000"
  + >
  +  <!--#include virtual="header.html" -->
  +
  +
  +  <h1 align="center">Manual Page: htdigest</h1>
  +
  +
   <!-- This document was autogenerated from the man page -->
   <pre>
   <strong>NAME</strong>
  @@ -46,5 +61,8 @@
        <strong>httpd(8)</strong>
   
   </pre>
  +
  +
   <!--#include virtual="footer.html" -->
  -</BODY></HTML>
  +</body>
  +</html>
  
  
  
  1.2       +22 -5     httpd-docs-1.3/htdocs/manual/programs/htpasswd.html
  
  Index: htpasswd.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/programs/htpasswd.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- htpasswd.html	2001/01/18 18:30:15	1.1
  +++ htpasswd.html	2001/01/19 04:12:56	1.2
  @@ -1,8 +1,22 @@
   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  -<HTML><HEAD><TITLE>Manual Page: htpasswd  - Apache HTTP Server</TITLE></HEAD>
  -<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF"
  -VLINK="#000080" ALINK="#FF0000">
  -<!--#include virtual="header.html" -->
  +<html>
  +<head>
  +	<title>Manual Page: htpasswd - Apache HTTP Server</title>
  +</head>
  +
  + <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
  + <body
  +  bgcolor="#ffffff"
  +  text="#000000"
  +  link="#0000ff"
  +  vlink="#000080"
  +  alink="#ff0000"
  + >
  +  <!--#include virtual="header.html" -->
  +
  +
  +  <h1 align="center">Manual Page: htpasswd</h1>
  +
   <!-- This document was autogenerated from the man page -->
   <pre>
   <strong>NAME</strong>
  @@ -157,5 +171,8 @@
        distribution.
   
   </pre>
  +
  +
   <!--#include virtual="footer.html" -->
  -</BODY></HTML>
  +</body>
  +</html>
  
  
  
  1.2       +21 -5     httpd-docs-1.3/htdocs/manual/programs/httpd.html
  
  Index: httpd.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/programs/httpd.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- httpd.html	2001/01/18 18:30:15	1.1
  +++ httpd.html	2001/01/19 04:12:56	1.2
  @@ -1,8 +1,22 @@
   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  -<HTML><HEAD><TITLE>Manual Page: httpd  - Apache HTTP Server</TITLE></HEAD>
  -<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF"
  -VLINK="#000080" ALINK="#FF0000">
  -<!--#include virtual="header.html" -->
  +<html>
  +<head>
  +	<title>Manual Page: httpd - Apache HTTP Server</title>
  +</head>
  +
  + <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
  + <body
  +  bgcolor="#ffffff"
  +  text="#000000"
  +  link="#0000ff"
  +  vlink="#000080"
  +  alink="#ff0000"
  + >
  +  <!--#include virtual="header.html" -->
  +
  +
  +  <h1 align="center">Manual Page: httpd</h1>
  +
   <!-- This document was autogenerated from the man page -->
   <pre>
   <strong>NAME</strong>
  @@ -113,5 +127,7 @@
        <strong>inetd</strong>(8).
   
   </pre>
  +
  +
   <!--#include virtual="footer.html" -->
  -</BODY></HTML>
  +</body></html>
  
  
  
  1.2       +38 -35    httpd-docs-1.3/htdocs/manual/programs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/programs/index.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.html	2001/01/18 18:30:15	1.1
  +++ index.html	2001/01/19 04:12:56	1.2
  @@ -1,60 +1,63 @@
   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  -<HTML>
  - <HEAD>
  -  <TITLE>Apache HTTP Server and Supporting Programs</TITLE>
  - </HEAD>
  +<html>
  + <head>
  +  <title>Apache HTTP Server and Supporting Programs</title>
  + </head>
   
    <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
  - <BODY
  -  BGCOLOR="#FFFFFF"
  -  TEXT="#000000"
  -  LINK="#0000FF"
  -  VLINK="#000080"
  -  ALINK="#FF0000"
  + <body
  +  bgcolor="#ffffff"
  +  text="#000000"
  +  link="#0000ff"
  +  vlink="#000080"
  +  alink="#ff0000"
    >
     <!--#include virtual="header.html" -->
  -  <H1 ALIGN="CENTER">Server and Supporting Programs</H1>
   
  +
  +  <h1 align="center">Server and Supporting Programs</h1>
  +
   <p>This page documents all the executable programs included with the
   Apache HTTP Server.</p>
   
   <dl>
   
  -<dt><a href="httpd.html">httpd</a></dt>
  -<dd>Apache hypertext transfer protocol server</dd>
  +	<dt><a href="httpd.html">httpd</a></dt>
  +	<dd>Apache hypertext transfer protocol server</dd>
   
  -<dt><a href="apachectl.html">apachectl</a></dt>
  -<dd>Apache HTTP server control interface</dd>
  +	<dt><a href="apachectl.html">apachectl</a></dt>
  +	<dd>Apache HTTP server control interface</dd>
   
  -<dt><a href="ab.html">ab</a></dt>
  -<dd>Apache HTTP server benchmarking tool</dd>
  +	<dt><a href="ab.html">ab</a></dt>
  +	<dd>Apache HTTP server benchmarking tool</dd>
   
  -<dt><a href="apxs.html">apxs</a></dt>
  -<dd>APache eXtenSion tool</dd>
  +	<dt><a href="apxs.html">apxs</a></dt>
  +	<dd>APache eXtenSion tool</dd>
   
  -<dt><a href="dbmmanage.html">dbmmanage</a></dt>
  -<dd>Create and update user authentication files in DBM format for basic
  -authentication</dd>
  +	<dt><a href="dbmmanage.html">dbmmanage</a></dt>
  +	<dd>Create and update user authentication files in DBM format for basic
  +	authentication</dd>
   
  -<dt><a href="htdigest.html">htdigest</a></dt>
  -<dd>Create and update user authentication files for digest authentication</dd>
  +	<dt><a href="htdigest.html">htdigest</a></dt>
  +	<dd>Create and update user authentication files for digest authentication</dd>
   
  -<dt><a href="htpasswd.html">htpasswd</a></dt>
  -<dd>Create and update user authentication files for basic authentication</dd>
  +	<dt><a href="htpasswd.html">htpasswd</a></dt>
  +	<dd>Create and update user authentication files for basic authentication</dd>
   
  -<dt><a href="logresolve.html">logresolve</a></dt>
  -<dd>Resolve hostnames  for  IP-addresses  in  Apache logfiles</dd>
  +	<dt><a href="logresolve.html">logresolve</a></dt>
  +	<dd>Resolve hostnames  for  IP-addresses  in  Apache logfiles</dd>
   
  -<dt><a href="rotatelogs.html">rotatelogs</a></dt>
  -<dd>Rotate Apache logs without having to  kill  the server</dd>
  +	<dt><a href="rotatelogs.html">rotatelogs</a></dt>
  +	<dd>Rotate Apache logs without having to  kill  the server</dd>
   
  -<dt><a href="suexec.html">suexec</a></dt>
  -<dd>Switch User For Exec</dd>
  +	<dt><a href="suexec.html">suexec</a></dt>
  +	<dd>Switch User For Exec</dd>
   
  -<dt><a href="other.html">Other Programs</dt>
  +	<dt><a href="other.html">Other Programs</a></dt>
   
   </dl>
   
  +
     <!--#include virtual="footer.html" -->
  - </BODY>
  -</HTML>
  + </body>
  +</html>
  
  
  
  1.2       +24 -7     httpd-docs-1.3/htdocs/manual/programs/logresolve.html
  
  Index: logresolve.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/programs/logresolve.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- logresolve.html	2001/01/18 18:30:15	1.1
  +++ logresolve.html	2001/01/19 04:12:56	1.2
  @@ -1,12 +1,26 @@
   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  -<HTML><HEAD><TITLE>Manual Page: logresolve  - Apache HTTP Server</TITLE></HEAD>
  -<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF"
  -VLINK="#000080" ALINK="#FF0000">
  +<html>
  +<head>
  +	<title>Manual Page: logresolve - Apache HTTP Server</title>
  +</head>
  +
  + <body
  +  bgcolor="#ffffff"
  +  text="#000000"
  +  link="#0000ff"
  +  vlink="#000080"
  +  alink="#ff0000"
  + >
  +
   <!--#include virtual="header.html" -->
   <!-- This document was autogenerated from the man page -->
  +
  +
  +<h1 align="center">Manual Page: logresolve</h1>
  +
   <pre>
   <strong>NAME</strong>
  -     logresolve - resolve hostnames  for  IP-adresses  in  Apache
  +     logresolve - resolve hostnames  for  IP-addresses  in  Apache
        logfiles
   
   <strong>SYNOPSIS</strong>
  @@ -15,7 +29,7 @@
   
   <strong>DESCRIPTION</strong>
        <strong>logresolve </strong>is  a  post-processing  program  to  resolve  IP-
  -     adresses in Apache's access logfiles.  To minimize impact on
  +     addresses in Apache's access logfiles.  To minimize impact on
        your nameserver, logresolve has its very own internal  hash-
        table  cache.  This  means  that each IP number will only be
        looked up the first time it is found in the log file.
  @@ -31,7 +45,10 @@
   
   <strong>SEE ALSO</strong>
        <strong>httpd(8)</strong>
  -
   </pre>
  +
  +
   <!--#include virtual="footer.html" -->
  -</BODY></HTML>
  +
  +</body>
  +</html>
  
  
  
  1.2       +15 -17    httpd-docs-1.3/htdocs/manual/programs/other.html
  
  Index: other.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/programs/other.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- other.html	2001/01/18 18:30:15	1.1
  +++ other.html	2001/01/19 04:12:56	1.2
  @@ -1,24 +1,25 @@
   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  -<HTML>
  - <HEAD>
  -  <TITLE>Other Programs - Apache HTTP Server</TITLE>
  - </HEAD>
  +<html>
  + <head>
  +  <title>Other Programs - Apache HTTP Server</title>
  + </head>
   
    <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
  - <BODY
  -  BGCOLOR="#FFFFFF"
  -  TEXT="#000000"
  -  LINK="#0000FF"
  -  VLINK="#000080"
  -  ALINK="#FF0000"
  + <body
  +  bgcolor="#ffffff"
  +  text="#000000"
  +  link="#0000ff"
  +  vlink="#000080"
  +  alink="#ff0000"
    >
     <!--#include virtual="header.html" -->
  -  <H1 ALIGN="CENTER">Other Programs</H1>
   
  +
  +  <h1 align="center">Other Programs</h1>
  +
   <p>The following programs are simple support programs included with
   the Apache HTTP Server which do not have their own manual pages.</p>
   
  -
   <h2><a name="log_server_status">log_server_status</a></h2>
   
   <p>This Perl script is designed to be run at a frequent interval by something
  @@ -40,9 +41,6 @@
   will be appended to any existing log files.</p>
   
   
  -
  -</dl>
  -
     <!--#include virtual="footer.html" -->
  - </BODY>
  -</HTML>
  + </body>
  +</html>
  
  
  
  1.2       +22 -5     httpd-docs-1.3/htdocs/manual/programs/rotatelogs.html
  
  Index: rotatelogs.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/programs/rotatelogs.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- rotatelogs.html	2001/01/18 18:30:15	1.1
  +++ rotatelogs.html	2001/01/19 04:12:56	1.2
  @@ -1,8 +1,23 @@
   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  -<HTML><HEAD><TITLE>Manual Page: rotatelogs  - Apache HTTP Server</TITLE></HEAD>
  -<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF"
  -VLINK="#000080" ALINK="#FF0000">
  -<!--#include virtual="header.html" -->
  +<html>
  +<head>
  +	<title>Manual Page: rotatelogs - Apache HTTP Server</title>
  +</head>
  +
  +
  + <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
  + <body
  +  bgcolor="#ffffff"
  +  text="#000000"
  +  link="#0000ff"
  +  vlink="#000080"
  +  alink="#ff0000"
  + >
  +  <!--#include virtual="header.html" -->
  +
  +
  +  <h1 align="center">Manual Page: rotatelogs</h1>
  +
   <!-- This document was autogenerated from the man page -->
   <pre>
   <strong>NAME</strong>
  @@ -37,5 +52,7 @@
        <strong>httpd(8)</strong>
   
   </pre>
  +
  +
   <!--#include virtual="footer.html" -->
  -</BODY></HTML>
  +</body></html>
  
  
  
  1.2       +21 -4     httpd-docs-1.3/htdocs/manual/programs/suexec.html
  
  Index: suexec.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/programs/suexec.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- suexec.html	2001/01/18 18:30:15	1.1
  +++ suexec.html	2001/01/19 04:12:56	1.2
  @@ -1,7 +1,22 @@
   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  -<HTML><HEAD><TITLE>Manual Page: suexec  - Apache HTTP Server</TITLE></HEAD>
  -<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF"
  -VLINK="#000080" ALINK="#FF0000">
  +<html>
  +<head>
  +	<title>Manual Page: suexec - Apache HTTP Server</title>
  +</head>
  +
  + <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
  + <body
  +  bgcolor="#ffffff"
  +  text="#000000"
  +  link="#0000ff"
  +  vlink="#000080"
  +  alink="#ff0000"
  + >
  +  <!--#include virtual="header.html" -->
  +
  +
  +  <h1 align="center">Manual Page: suexec</h1>
  +
   <!--#include virtual="header.html" -->
   <!-- This document was autogenerated from the man page -->
   <pre>
  @@ -24,5 +39,7 @@
        <strong>httpd(8)</strong>
   
   </pre>
  +
   <!--#include virtual="footer.html" -->
  -</BODY></HTML>
  +</body>
  +</html>
  
  
  

[PATCH] ab.8 & apxs.8

Posted by Chris Pepper <pe...@mail.reppep.com>.
	Typo fixes for man pages.


						Chris Pepper

Index: ab.8
===================================================================
RCS file: /home/cvspublic/apache-1.3/src/support/ab.8,v
retrieving revision 1.11
diff -u -d -b -r1.11 ab.8
--- ab.8        2001/01/15 17:06:33     1.11
+++ ab.8        2001/01/20 03:36:25
@@ -134,7 +134,7 @@
  .TP 12
  .BI \-c " concurrency"
  The number of simultaneous requests to perform. The default is to
-perform one HTTP request at at time, that is, no concurrency.
+perform one HTTP request at a time, that is, no concurrency.

  .TP 12
  .BI \-p " POST file"
Index: apxs.8
===================================================================
RCS file: /home/cvspublic/apache-1.3/src/support/apxs.8,v
retrieving revision 1.13
diff -u -d -b -r1.13 apxs.8
--- apxs.8      2001/01/15 17:06:35     1.13
+++ apxs.8      2001/01/20 03:36:25
@@ -192,7 +192,7 @@
  tool automatically recognizes these extensions and automatically uses the C
  source files for compilation while it just uses the object and 
archive files for
  the linking phase. But when using such pre-compiled objects, make 
sure they are
-compiled for Position Independend Code (PIC) to be able to use them for a
+compiled for Position Independent Code (PIC) to be able to use them for a
  DSO. For instance with GCC you always just have to use
  .BR -fpic .
  For other

-- 
Chris Pepper:                           <http://www.reppep.com/~pepper/>
Rockefeller University Computing Services: <http://www.rockefeller.edu/>
Mac OS X Software:                              <http://www.mosxsw.com/>

Re: cvs commit: httpd-docs-1.3/htdocs/manual/programs ab.html apachectl.html apxs.html dbmmanage.html htdigest.html htpasswd.html httpd.html index.html logresolve.html other.html rotatelogs.html suexec.ht

Posted by Joshua Slive <sl...@finance.commerce.ubc.ca>.
On 19 Jan 2001 pepper@apache.org wrote:

> pepper      01/01/18 20:12:57
>
>   Modified:    htdocs/manual/programs ab.html apachectl.html apxs.html
>                         dbmmanage.html htdigest.html htpasswd.html
>                         httpd.html index.html logresolve.html other.html
>                         rotatelogs.html suexec.html
>   Log:
>   Lowercased tags, added in-body titles, fixed a few typos in the HTMLized
>   man pages Justin created.
>   Also made header & footer formating a bit more consistent, in preparation
>   for include files.
>

These are good changes, but they will be wiped out when I regenerate the
pages from the nroff source.  For the headers and footers, I will try to
modify my program to match your changes.  For the changes in the body of
the manual pages it would be much better if you could submit patches
for the nroff sources (apache-1.3/src/support/ and httpd-docs-2.0/man).
That way, the original man pages get improved, plus the changes will
stay if I regerate.

Thanks.

Joshua.