summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2003-11-25 14:37:31 +0100
committerJoe Orton <jorton@apache.org>2003-11-25 14:37:31 +0100
commit1ee83b9da239fff3218fbfd2b7eb0c85e91a9f71 (patch)
treeedb668f6a499bf9180211735a20e71a23812de33
parent- use .SS not .Sh for subheadings, and don't capitalize them (diff)
downloadapache2-1ee83b9da239fff3218fbfd2b7eb0c85e91a9f71.tar.xz
apache2-1ee83b9da239fff3218fbfd2b7eb0c85e91a9f71.zip
Regenerate man pages.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101883 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/man/ab.84
-rw-r--r--docs/man/apachectl.86
-rw-r--r--docs/man/apxs.826
-rw-r--r--docs/man/dbmmanage.112
-rw-r--r--docs/man/htdigest.14
-rw-r--r--docs/man/htpasswd.14
-rw-r--r--docs/man/httpd.86
-rw-r--r--docs/man/logresolve.84
-rw-r--r--docs/man/rotatelogs.84
-rw-r--r--docs/man/suexec.84
10 files changed, 18 insertions, 56 deletions
diff --git a/docs/man/ab.8 b/docs/man/ab.8
index cc39de43d7..71f1581a76 100644
--- a/docs/man/ab.8
+++ b/docs/man/ab.8
@@ -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"
diff --git a/docs/man/apachectl.8 b/docs/man/apachectl.8
index da73833fff..48ec3ef9ad 100644
--- a/docs/man/apachectl.8
+++ b/docs/man/apachectl.8
@@ -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
diff --git a/docs/man/apxs.8 b/docs/man/apxs.8
index e8cf0667f6..55decb92b7 100644
--- a/docs/man/apxs.8
+++ b/docs/man/apxs.8
@@ -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"
diff --git a/docs/man/dbmmanage.1 b/docs/man/dbmmanage.1
index 46d4d84184..74a37ceb93 100644
--- a/docs/man/dbmmanage.1
+++ b/docs/man/dbmmanage.1
@@ -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"
diff --git a/docs/man/htdigest.1 b/docs/man/htdigest.1
index 92c45d2805..fd6598f889 100644
--- a/docs/man/htdigest.1
+++ b/docs/man/htdigest.1
@@ -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
diff --git a/docs/man/htpasswd.1 b/docs/man/htpasswd.1
index ea99217f14..6ecfb52d6e 100644
--- a/docs/man/htpasswd.1
+++ b/docs/man/htpasswd.1
@@ -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"
diff --git a/docs/man/httpd.8 b/docs/man/httpd.8
index 46a657f6c3..8a0b12a5a4 100644
--- a/docs/man/httpd.8
+++ b/docs/man/httpd.8
@@ -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
diff --git a/docs/man/logresolve.8 b/docs/man/logresolve.8
index a3469fef27..3efd062fcf 100644
--- a/docs/man/logresolve.8
+++ b/docs/man/logresolve.8
@@ -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
diff --git a/docs/man/rotatelogs.8 b/docs/man/rotatelogs.8
index 398eb6c091..0743a64403 100644
--- a/docs/man/rotatelogs.8
+++ b/docs/man/rotatelogs.8
@@ -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"
diff --git a/docs/man/suexec.8 b/docs/man/suexec.8
index 3ee54ca5cb..a0a74cc74c 100644
--- a/docs/man/suexec.8
+++ b/docs/man/suexec.8
@@ -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