]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update transformation of man pages.
authorErik Abele <erikabele@apache.org>
Tue, 6 Jan 2004 04:26:18 +0000 (04:26 +0000)
committerErik Abele <erikabele@apache.org>
Tue, 6 Jan 2004 04:26:18 +0000 (04:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102199 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 42094c2183cf273adaa82b30a81b3f2139f03b4c..9187e4abfd7f3cb212d141911e6824342887bd56 100644 (file)
@@ -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..3b727381e33a5a70042c80246b7061dbd0cf66a9 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 "2004-01-06" "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..82f1ad563ea6b247ef43e5024ab17da44f3e2e0a 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 "2004-01-06" "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 c43fa02f72a05a337ac2727e920d74582a988d2d..dafbe935c4b682853147135cb963bcc737023647 100644 (file)
@@ -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..9c8c0dfded610b8d9336dca334301428185e1c43 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 "2004-01-06" "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 2d2b3266873f8d85d1ddfef7595489c03e3d372f..4ed581f6038930408cbcef89f81a0c0907a248f1 100644 (file)
@@ -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 @@ 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 f7cbf4d828fb527e085b8d5434cd6460ed0b0fd1..9553a2a163d15c81c2304b8cf91fbcbe0eee4be9 100644 (file)
@@ -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..6ddc7a4f0ab86c416c7de95f78e7fcef3dc70915 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 "2004-01-06" "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 4a65c93bd07dc38d1fdcbe15d1a7f9f8c1b8c591..81836bd3d6db10a18901610610a04f54145b3ef1 100644 (file)
@@ -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 e0dd4f83005a69d0586748bd2d8c6894f445eec5..946e2fc8cece4f92338e84532c77532970b410f3 100644 (file)
@@ -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 changeable only at compile time\&.  
-.RE