]> granicus.if.org Git - apache/commitdiff
Regenerate man pages.
authorJoe Orton <jorton@apache.org>
Tue, 25 Nov 2003 13:37:31 +0000 (13:37 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 25 Nov 2003 13:37:31 +0000 (13:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101883 13f79535-47bb-0310-9956-ffa450edef68

docs/man/ab.8
docs/man/apachectl.8
docs/man/apxs.8
docs/man/dbmmanage.1
docs/man/htdigest.1
docs/man/htpasswd.1
docs/man/httpd.8
docs/man/logresolve.8
docs/man/rotatelogs.8
docs/man/suexec.8

index cc39de43d7eba697fd4cad3fd91aedeb708eb773..71f1581a7610ab292d22de984c72e465549ce092 100644 (file)
@@ -19,7 +19,7 @@
 .el .ne 3
 .IP "\\$1" \\$2
 ..
-.TH "AB" 8 "2003-04-29" "Apache HTTP Server" "ab"
+.TH "AB" 8 "2003-11-25" "Apache HTTP Server" "ab"
 
 .SH NAME
 ab \- Apache HTTP server benchmarking tool
@@ -38,7 +38,6 @@ ab is a tool for benchmarking your Apache Hypertext Transfer Protocol (HTTP) ser
 
 .SH "OPTIONS"
  
-.RS
  
 .TP
 -A \fIauth-username\fR:\fIpassword\fR
@@ -115,7 +114,6 @@ String to use as attributes for <tr>\&.
 .TP
 -z \fI<td>-attributes\fR
 String to use as attributes for <td>\&.  
-.RE
  
 .SH "BUGS"
  
index da73833fffd86f35e09839edf39c1f4a435cd394..48ec3ef9ad3e4737c96fbe6c0442a86812c53035 100644 (file)
@@ -19,7 +19,7 @@
 .el .ne 3
 .IP "\\$1" \\$2
 ..
-.TH "APACHECTL" 8 "2003-04-29" "Apache HTTP Server" "apachectl"
+.TH "APACHECTL" 8 "2003-11-25" "Apache HTTP Server" "apachectl"
 
 .SH NAME
 apachectl \- Apache HTTP Server Control Interface
@@ -59,7 +59,6 @@ The apachectl script returns a 0 exit value on success, and >0 if an error occur
 .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 @@ Gracefully restarts the Apache httpd daemon\&. If the daemon is not running, it
 .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
  
index e8cf0667f6704ead3eeaec5d68171229bf208069..55decb92b7d1dc791267c8399a9a23fb78027791 100644 (file)
@@ -19,7 +19,7 @@
 .el .ne 3
 .IP "\\$1" \\$2
 ..
-.TH "APXS" 8 "2003-04-29" "Apache HTTP Server" "apxs"
+.TH "APXS" 8 "2003-11-25" "Apache HTTP Server" "apxs"
 
 .SH NAME
 apxs \- APache eXtenSion tool
@@ -84,45 +84,36 @@ For more details about DSO support in Apache read the documentation of mod_so or
 
 .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 @@ This option passes \fIcompiler-flags\fR as additional flags to the compiler comm
 .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 @@ Same as option -a but the created LoadModule directive is prefixed with a hash s
 .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"
  
index 46d4d8418416dbee6ee76127924225f9adb28e8f..74a37ceb93518342d91876b430393cb55d41b57d 100644 (file)
@@ -19,7 +19,7 @@
 .el .ne 3
 .IP "\\$1" \\$2
 ..
-.TH "DBMMANAGE" 1 "2003-05-10" "Apache HTTP Server" "dbmmanage"
+.TH "DBMMANAGE" 1 "2003-11-25" "Apache HTTP Server" "dbmmanage"
 
 .SH NAME
 dbmmanage \- Manage user authentication files in DBM format
@@ -47,7 +47,6 @@ This manual page only lists the command line arguments\&. For details of the dir
 
 .SH "OPTIONS"
  
-.RS
  
 .TP
 \fIfilename\fR
@@ -64,11 +63,9 @@ A group, which the user is member of\&. A groupname may not contain a colon (:)\
 .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 @@ SHA1 encryption
 .TP
 -p
 plaintext (\fInot recommended\fR)  
-.RE
   
-.Sh "COMMANDS"
+.SS "Commands"
  
-.RS
  
 .TP
 add
@@ -109,7 +104,6 @@ Same as the adduser command, except that it makes sure \fIusername\fR already ex
 .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"
  
index 92c45d28055221e9790e1f3fab065655ccc0f792..fd6598f889c9d7c50a5dbd5df0d2370e2a3975a2 100644 (file)
@@ -19,7 +19,7 @@
 .el .ne 3
 .IP "\\$1" \\$2
 ..
-.TH "HTDIGEST" 1 "2003-05-01" "Apache HTTP Server" "htdigest"
+.TH "HTDIGEST" 1 "2003-11-25" "Apache HTTP Server" "htdigest"
 
 .SH NAME
 htdigest \- manage user files for digest authentication
@@ -41,7 +41,6 @@ This manual page only lists the command line arguments\&. For details of the dir
 
 .SH "OPTIONS"
  
-.RS
  
 .TP
 -c
@@ -55,5 +54,4 @@ The realm name to which the user name belongs\&.
 .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
  
index ea99217f143f3e4452e50fb6946151c7f1db81ac..6ecfb52d6e0c3e75ef10449281562a95eb0b3169 100644 (file)
@@ -19,7 +19,7 @@
 .el .ne 3
 .IP "\\$1" \\$2
 ..
-.TH "HTPASSWD" 1 "2003-05-14" "Apache HTTP Server" "htpasswd"
+.TH "HTPASSWD" 1 "2003-11-25" "Apache HTTP Server" "htpasswd"
 
 .SH NAME
 htpasswd \- Manage user files for basic authentication
@@ -56,7 +56,6 @@ This manual page only lists the command line arguments\&. For details of the dir
 
 .SH "OPTIONS"
  
-.RS
  
 .TP
 -b
@@ -91,7 +90,6 @@ The username to create or update in \fIpasswdfile\fR\&. If \fIusername\fR does n
 .TP
 \fIpassword\fR
 The plaintext password to be encrypted and stored in the file\&. Only used with the -b flag\&.  
-.RE
  
 .SH "EXIT STATUS"
  
index 46a657f6c3d39335c52abcfa6ce238745859e36f..8a0b12a5a44300de6aa29cf1e808169553e8337e 100644 (file)
@@ -19,7 +19,7 @@
 .el .ne 3
 .IP "\\$1" \\$2
 ..
-.TH "HTTPD" 8 "2003-04-29" "Apache HTTP Server" "httpd"
+.TH "HTTPD" 8 "2003-11-25" "Apache HTTP Server" "httpd"
 
 .SH NAME
 httpd \- Apache Hypertext Transfer Protocol Server
@@ -47,7 +47,6 @@ In general, httpd should not be invoked directly, but rather should be invoked v
 
 .SH "OPTIONS"
  
-.RS
  
 .TP
 -d \fIserverroot\fR
@@ -100,12 +99,10 @@ Print the version and build parameters of httpd, and then exit\&.
 .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 @@ The \fIname\fR of the Apache service to signal\&.
 .TP
 -w
 Keep the console window open on error so that the error message can be read\&.  
-.RE
  
index a3469fef270e06863b49e2963c07804d79b45eab..3efd062fcf8514ca658c142f4b44607d27b87ca4 100644 (file)
@@ -19,7 +19,7 @@
 .el .ne 3
 .IP "\\$1" \\$2
 ..
-.TH "LOGRESOLVE" 8 "2003-04-29" "Apache HTTP Server" "logresolve"
+.TH "LOGRESOLVE" 8 "2003-11-25" "Apache HTTP Server" "logresolve"
 
 .SH NAME
 logresolve \- Resolve IP-addresses to hostnames in Apache log files
@@ -41,7 +41,6 @@ Takes an Apache log file on standard input\&. The IP addresses must be the first
 
 .SH "OPTIONS"
  
-.RS
  
 .TP
 -s \fIfilename\fR
@@ -49,5 +48,4 @@ Specifies a filename to record statistics\&.
 .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
  
index 398eb6c09121940fb4d00afb94f38f49123cd4d2..0743a64403d914d09af1d3722cd488f8598667e7 100644 (file)
@@ -19,7 +19,7 @@
 .el .ne 3
 .IP "\\$1" \\$2
 ..
-.TH "ROTATELOGS" 8 "2003-04-29" "Apache HTTP Server" "rotatelogs"
+.TH "ROTATELOGS" 8 "2003-11-25" "Apache HTTP Server" "rotatelogs"
 
 .SH NAME
 rotatelogs \- Piped logging program to rotate Apache logs
@@ -56,7 +56,6 @@ This configuration will rotate the logfile whenever it reaches a size of 5 megab
 
 .SH "OPTIONS"
  
-.RS
  
 .TP
 \fIlogfile\fR
@@ -70,7 +69,6 @@ The number of minutes offset from UTC\&. If omitted, zero is assumed and UTC is
 .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"
  
index 3ee54ca5cb940f1b4fefb8322f11ef288c853962..a0a74cc74c2756781c2f82cb1a4390de126fe8f4 100644 (file)
@@ -19,7 +19,7 @@
 .el .ne 3
 .IP "\\$1" \\$2
 ..
-.TH "SUEXEC" 8 "2003-04-29" "Apache HTTP Server" "suexec"
+.TH "SUEXEC" 8 "2003-11-25" "Apache HTTP Server" "suexec"
 
 .SH NAME
 suexec \- Switch user before executing external programs
@@ -41,10 +41,8 @@ For further information about the concepts and and the security model of suexec
 
 .SH "OPTIONS"
  
-.RS
  
 .TP
 -V
 If you are root, this option displays the compile options of suexec\&. For security reasons all configuration options are changable only at compile time\&.  
-.RE