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

cvs commit: httpd-2.0/docs/man ab.8 apachectl.8 apxs.8 dbmmanage.1 htdigest.1 htpasswd.1 httpd.8 logresolve.8 rotatelogs.8 suexec.8

erikabele    2004/01/05 20:26:19

  Modified:    docs/man Tag: APACHE_2_0_BRANCH ab.8 apachectl.8 apxs.8
                        dbmmanage.1 htdigest.1 htpasswd.1 httpd.8
                        logresolve.8 rotatelogs.8 suexec.8
  Log:
  Update transformation of man pages.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.8.2.5   +0 -2      httpd-2.0/docs/man/ab.8
  
  Index: ab.8
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/man/ab.8,v
  retrieving revision 1.8.2.4
  retrieving revision 1.8.2.5
  diff -u -r1.8.2.4 -r1.8.2.5
  --- ab.8	6 Jan 2004 01:14:42 -0000	1.8.2.4
  +++ ab.8	6 Jan 2004 04:26:18 -0000	1.8.2.5
  @@ -38,7 +38,6 @@
   
   .SH "OPTIONS"
    
  -.RS
    
   .TP
   -A \fIauth-username\fR:\fIpassword\fR
  @@ -115,7 +114,6 @@
   .TP
   -z \fI<td>-attributes\fR
   String to use as attributes for <td>\&.  
  -.RE
    
   .SH "BUGS"
    
  
  
  
  1.9.2.4   +1 -5      httpd-2.0/docs/man/apachectl.8
  
  Index: apachectl.8
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/man/apachectl.8,v
  retrieving revision 1.9.2.3
  retrieving revision 1.9.2.4
  diff -u -r1.9.2.3 -r1.9.2.4
  --- apachectl.8	29 Apr 2003 20:19:11 -0000	1.9.2.3
  +++ apachectl.8	6 Jan 2004 04:26:18 -0000	1.9.2.4
  @@ -19,7 +19,7 @@
   .el .ne 3
   .IP "\\$1" \\$2
   ..
  -.TH "APACHECTL" 8 "2003-04-29" "Apache HTTP Server" "apachectl"
  +.TH "APACHECTL" 8 "2004-01-06" "Apache HTTP Server" "apachectl"
   
   .SH NAME
   apachectl \- Apache HTTP Server Control Interface
  @@ -59,7 +59,6 @@
   .PP
   Only the SysV init-style options are defined here\&. Other arguments are defined on the httpd manual page\&.
    
  -.RS
    
   .TP
   start
  @@ -82,15 +81,12 @@
   .TP
   configtest
   Run a configuration file syntax test\&. It parses the configuration files and either reports Syntax Ok or detailed information about the particular syntax error\&. This is equivalent to apachectl -t\&.  
  -.RE
    
   .PP
   The following additional option is available, but deprecated\&.
    
  -.RS
    
   .TP
   startssl
   This is equivalent to apachectl -k start -DSSL\&. We recommend that you use that command explicitly, or you adjust your httpd\&.conf to remove the <IfDefine> section so that SSL will always be available\&.  
  -.RE
    
  
  
  
  1.7.2.3   +7 -19     httpd-2.0/docs/man/apxs.8
  
  Index: apxs.8
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/man/apxs.8,v
  retrieving revision 1.7.2.2
  retrieving revision 1.7.2.3
  diff -u -r1.7.2.2 -r1.7.2.3
  --- apxs.8	29 Apr 2003 23:15:24 -0000	1.7.2.2
  +++ apxs.8	6 Jan 2004 04:26:18 -0000	1.7.2.3
  @@ -19,7 +19,7 @@
   .el .ne 3
   .IP "\\$1" \\$2
   ..
  -.TH "APXS" 8 "2003-04-29" "Apache HTTP Server" "apxs"
  +.TH "APXS" 8 "2004-01-06" "Apache HTTP Server" "apxs"
   
   .SH NAME
   apxs \- APache eXtenSion tool
  @@ -84,45 +84,36 @@
   
   .SH "OPTIONS"
    
  -.Sh "COMMON OPTIONS"
  +.SS "Common Options"
    
  -.RS
    
   .TP
   -n \fImodname\fR
   This explicitly sets the module name for the -i (install) and -g (template generation) option\&. Use this to explicitly specify the module name\&. For option -g this is required, for option -i the apxs tool tries to determine the name from the source or (as a fallback) at least by guessing it from the filename\&.  
  -.RE
     
  -.Sh "QUERY OPTIONS"
  +.SS "Query Options"
    
  -.RS
    
   .TP
   -q
   Performs a query for apxs's knowledge about certain settings\&. The \fIquery\fR parameters can be one or more of the following strings: CC, CFLAGS, CFLAGS_SHLIB, INCLUDEDIR, LD_SHLIB, LDFLAGS_SHLIB, LIBEXECDIR, LIBS_SHLIB, SBINDIR, SYSCONFDIR, TARGET\&. .PP Use this for manually determining settings\&. For instance use .nf INC=-I`apxs -q INCLUDEDIR` .fi .PP inside your own Makefiles if you need manual access to Apache's C header files\&.  
  -.RE
     
  -.Sh "CONFIGURATION OPTIONS"
  +.SS "Configuration Options"
    
  -.RS
    
   .TP
   -S \fIname\fR=\fIvalue\fR
   This option changes the apxs settings described above\&.  
  -.RE
     
  -.Sh "TEMPLATE GENERATION OPTIONS"
  +.SS "Template Generation Options"
    
  -.RS
    
   .TP
   -g
   This generates a subdirectory \fIname\fR (see option -n) and there two files: A sample module source file named mod_\fIname\fR\&.c which can be used as a template for creating your own modules or as a quick start for playing with the apxs mechanism\&. And a corresponding Makefile for even easier build and installing of this module\&.  
  -.RE
     
  -.Sh "DSO COMPILATION OPTIONS"
  +.SS "DSO Compilation Options"
    
  -.RS
    
   .TP
   -c
  @@ -148,11 +139,9 @@
   .TP
   -Wl,\fIlinker-flags\fR
   This option passes \fIlinker-flags\fR as additional flags to the linker command\&. Use this to add local linker-specific options\&.  
  -.RE
     
  -.Sh "DSO INSTALLATION AND CONFIGURATION OPTIONS"
  +.SS "DSO Installation and Configuration Options"
     
  -.RS
    
   .TP
   -i
  @@ -166,7 +155,6 @@
   .TP
   -e
   This indicates the editing operation, which can be used with the -a and -A options similarly to the -i operation to edit Apache's httpd\&.conf configuration file without attempting to install the module\&.  
  -.RE
     
   .SH "EXAMPLES"
    
  
  
  
  1.7.2.5   +2 -8      httpd-2.0/docs/man/dbmmanage.1
  
  Index: dbmmanage.1
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/man/dbmmanage.1,v
  retrieving revision 1.7.2.4
  retrieving revision 1.7.2.5
  diff -u -r1.7.2.4 -r1.7.2.5
  --- dbmmanage.1	6 Jan 2004 01:14:42 -0000	1.7.2.4
  +++ dbmmanage.1	6 Jan 2004 04:26:18 -0000	1.7.2.5
  @@ -47,7 +47,6 @@
   
   .SH "OPTIONS"
    
  -.RS
    
   .TP
   \fIfilename\fR
  @@ -64,11 +63,9 @@
   .TP
   \fIcomment\fR
   This is the place for your opaque comments about the user, like realname, mailaddress or such things\&. The server will ignore this field\&.  
  -.RE
    
  -.Sh "ENCODINGS"
  +.SS "Encodings"
    
  -.RS
    
   .TP
   -d
  @@ -82,11 +79,9 @@
   .TP
   -p
   plaintext (\fInot recommended\fR)  
  -.RE
     
  -.Sh "COMMANDS"
  +.SS "Commands"
    
  -.RS
    
   .TP
   add
  @@ -109,7 +104,6 @@
   .TP
   view
   Just displays the contents of the DBM file\&. If you specify a \fIusername\fR, it displays the particular record only\&.  
  -.RE
     
   .SH "BUGS"
    
  
  
  
  1.6.2.3   +1 -3      httpd-2.0/docs/man/htdigest.1
  
  Index: htdigest.1
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/man/htdigest.1,v
  retrieving revision 1.6.2.2
  retrieving revision 1.6.2.3
  diff -u -r1.6.2.2 -r1.6.2.3
  --- htdigest.1	1 May 2003 00:47:56 -0000	1.6.2.2
  +++ htdigest.1	6 Jan 2004 04:26:18 -0000	1.6.2.3
  @@ -19,7 +19,7 @@
   .el .ne 3
   .IP "\\$1" \\$2
   ..
  -.TH "HTDIGEST" 1 "2003-05-01" "Apache HTTP Server" "htdigest"
  +.TH "HTDIGEST" 1 "2004-01-06" "Apache HTTP Server" "htdigest"
   
   .SH NAME
   htdigest \- manage user files for digest authentication
  @@ -41,7 +41,6 @@
   
   .SH "OPTIONS"
    
  -.RS
    
   .TP
   -c
  @@ -55,5 +54,4 @@
   .TP
   \fIusername\fR
   The user name to create or update in \fIpasswdfile\fR\&. If \fIusername\fR does not exist is this file, an entry is added\&. If it does exist, the password is changed\&.  
  -.RE
    
  
  
  
  1.7.2.5   +1 -3      httpd-2.0/docs/man/htpasswd.1
  
  Index: htpasswd.1
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/man/htpasswd.1,v
  retrieving revision 1.7.2.4
  retrieving revision 1.7.2.5
  diff -u -r1.7.2.4 -r1.7.2.5
  --- htpasswd.1	20 May 2003 23:41:23 -0000	1.7.2.4
  +++ htpasswd.1	6 Jan 2004 04:26:18 -0000	1.7.2.5
  @@ -19,7 +19,7 @@
   .el .ne 3
   .IP "\\$1" \\$2
   ..
  -.TH "HTPASSWD" 1 "2003-05-20" "Apache HTTP Server" "htpasswd"
  +.TH "HTPASSWD" 1 "2004-01-06" "Apache HTTP Server" "htpasswd"
   
   .SH NAME
   htpasswd \- Manage user files for basic authentication
  @@ -56,7 +56,6 @@
   
   .SH "OPTIONS"
    
  -.RS
    
   .TP
   -b
  @@ -91,7 +90,6 @@
   .TP
   \fIpassword\fR
   The plaintext password to be encrypted and stored in the file\&. Only used with the -b flag\&.  
  -.RE
    
   .SH "EXIT STATUS"
    
  
  
  
  1.10.2.5  +0 -4      httpd-2.0/docs/man/httpd.8
  
  Index: httpd.8
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/man/httpd.8,v
  retrieving revision 1.10.2.4
  retrieving revision 1.10.2.5
  diff -u -r1.10.2.4 -r1.10.2.5
  --- httpd.8	6 Jan 2004 01:14:42 -0000	1.10.2.4
  +++ httpd.8	6 Jan 2004 04:26:18 -0000	1.10.2.5
  @@ -47,7 +47,6 @@
   
   .SH "OPTIONS"
    
  -.RS
    
   .TP
   -d \fIserverroot\fR
  @@ -100,12 +99,10 @@
   .TP
   -X
   Run httpd in debug mode\&. Only one worker will be started and the server will not detach from the console\&.  
  -.RE
    
   .PP
   The following arguments are available only on the Windows platform:
    
  -.RS
    
   .TP
   -k install|config|uninstall
  @@ -116,5 +113,4 @@
   .TP
   -w
   Keep the console window open on error so that the error message can be read\&.  
  -.RE
    
  
  
  
  1.6.2.7   +1 -3      httpd-2.0/docs/man/logresolve.8
  
  Index: logresolve.8
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/man/logresolve.8,v
  retrieving revision 1.6.2.6
  retrieving revision 1.6.2.7
  diff -u -r1.6.2.6 -r1.6.2.7
  --- logresolve.8	29 Apr 2003 20:19:11 -0000	1.6.2.6
  +++ logresolve.8	6 Jan 2004 04:26:18 -0000	1.6.2.7
  @@ -19,7 +19,7 @@
   .el .ne 3
   .IP "\\$1" \\$2
   ..
  -.TH "LOGRESOLVE" 8 "2003-04-29" "Apache HTTP Server" "logresolve"
  +.TH "LOGRESOLVE" 8 "2004-01-06" "Apache HTTP Server" "logresolve"
   
   .SH NAME
   logresolve \- Resolve IP-addresses to hostnames in Apache log files
  @@ -41,7 +41,6 @@
   
   .SH "OPTIONS"
    
  -.RS
    
   .TP
   -s \fIfilename\fR
  @@ -49,5 +48,4 @@
   .TP
   -c
   This causes logresolve to apply some DNS checks: after finding the hostname from the IP address, it looks up the IP addresses for the hostname and checks that one of these matches the original address\&.  
  -.RE
    
  
  
  
  1.10.2.9  +0 -2      httpd-2.0/docs/man/rotatelogs.8
  
  Index: rotatelogs.8
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/man/rotatelogs.8,v
  retrieving revision 1.10.2.8
  retrieving revision 1.10.2.9
  diff -u -r1.10.2.8 -r1.10.2.9
  --- rotatelogs.8	6 Jan 2004 01:14:42 -0000	1.10.2.8
  +++ rotatelogs.8	6 Jan 2004 04:26:18 -0000	1.10.2.9
  @@ -56,7 +56,6 @@
   
   .SH "OPTIONS"
    
  -.RS
    
   .TP
   \fIlogfile\fR
  @@ -70,7 +69,6 @@
   .TP
   \fIfilesize\fRM
   The maximum file size in megabytes followed by the letter M to specify size rather than time\&. Use this parameter in place of both rotationtime and offset\&.  
  -.RE
    
   .SH "PORTABILITY"
    
  
  
  
  1.6.2.5   +0 -2      httpd-2.0/docs/man/suexec.8
  
  Index: suexec.8
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/man/suexec.8,v
  retrieving revision 1.6.2.4
  retrieving revision 1.6.2.5
  diff -u -r1.6.2.4 -r1.6.2.5
  --- suexec.8	6 Jan 2004 01:14:42 -0000	1.6.2.4
  +++ suexec.8	6 Jan 2004 04:26:18 -0000	1.6.2.5
  @@ -41,10 +41,8 @@
   
   .SH "OPTIONS"
    
  -.RS
    
   .TP
   -V
   If you are root, this option displays the compile options of suexec\&. For security reasons all configuration options are changeable only at compile time\&.  
  -.RE