openbsd-ports/www/apache-httpd/patches/patch-docs_man_httpd_8
deanna 27566592b4 Append a 2 to every mention of anything that exists in both the base
httpd and this port.  Hopefully we got them all.

Requested by robert@, ok dlg@.
2007-01-16 01:12:26 +00:00

71 lines
4.4 KiB
Plaintext

$OpenBSD: patch-docs_man_httpd_8,v 1.1 2007/01/16 01:12:26 deanna Exp $
--- docs/man/httpd.8.orig Sun Jan 14 19:01:44 2007
+++ docs/man/httpd.8 Sun Jan 14 19:08:27 2007
@@ -19,30 +19,30 @@
.el .ne 3
.IP "\\$1" \\$2
..
-.TH "HTTPD" 8 "2005-09-20" "Apache HTTP Server" "httpd"
+.TH "HTTPD2" 8 "2005-09-20" "Apache HTTP Server" "httpd2"
.SH NAME
-httpd \- Apache Hypertext Transfer Protocol Server
+httpd2 \- Apache Hypertext Transfer Protocol Server
.SH "SYNOPSIS"
.PP
-\fBhttpd\fR [ -\fBd\fR \fIserverroot\fR ] [ -\fBf\fR \fIconfig\fR ] [ -\fBC\fR \fIdirective\fR ] [ -\fBc\fR \fIdirective\fR ] [ -\fBD\fR \fIparameter\fR ] [ -\fBe\fR \fIlevel\fR ] [ -\fBE\fR \fIfile\fR ] [ \fB-k\fR start|restart|graceful|stop|graceful-stop ] [ -\fBR\fR \fIdirectory\fR ] [ -\fBh\fR ] [ -\fBl\fR ] [ -\fBL\fR ] [ -\fBS\fR ] [ -\fBt\fR ] [ -\fBv\fR ] [ -\fBV\fR ] [ -\fBX\fR ] [ -\fBM\fR ]
+\fBhttpd2\fR [ -\fBd\fR \fIserverroot\fR ] [ -\fBf\fR \fIconfig\fR ] [ -\fBC\fR \fIdirective\fR ] [ -\fBc\fR \fIdirective\fR ] [ -\fBD\fR \fIparameter\fR ] [ -\fBe\fR \fIlevel\fR ] [ -\fBE\fR \fIfile\fR ] [ \fB-k\fR start|restart|graceful|stop|graceful-stop ] [ -\fBR\fR \fIdirectory\fR ] [ -\fBh\fR ] [ -\fBl\fR ] [ -\fBL\fR ] [ -\fBS\fR ] [ -\fBt\fR ] [ -\fBv\fR ] [ -\fBV\fR ] [ -\fBX\fR ] [ -\fBM\fR ]
.PP
On Windows systems, the following additional arguments are available:
.PP
-\fBhttpd\fR [ -\fBk\fR install|config|uninstall ] [ -\fBn\fR \fIname\fR ] [ -\fBw\fR ]
+\fBhttpd2\fR [ -\fBk\fR install|config|uninstall ] [ -\fBn\fR \fIname\fR ] [ -\fBw\fR ]
.SH "SUMMARY"
.PP
-httpd is the Apache HyperText Transfer Protocol (HTTP) server program\&. It is designed to be run as a standalone daemon process\&. When used like this it will create a pool of child processes or threads to handle requests\&.
+httpd2 is the Apache HyperText Transfer Protocol (HTTP) server program\&. It is designed to be run as a standalone daemon process\&. When used like this it will create a pool of child processes or threads to handle requests\&.
.PP
-In general, httpd should not be invoked directly, but rather should be invoked via apachectl on Unix-based systems or as a service on Windows NT, 2000 and XP and as a console application on Windows 9x and ME\&.
+In general, httpd2 should not be invoked directly, but rather should be invoked via apachectl2 on Unix-based systems or as a service on Windows NT, 2000 and XP and as a console application on Windows 9x and ME\&.
.SH "OPTIONS"
@@ -53,10 +53,10 @@ In general, httpd should not be invoked
Set the initial value for the ServerRoot directive to \fIserverroot\fR\&. This can be overridden by the ServerRoot directive in the configuration file\&. The default is /usr/local/apache2\&.
.TP
-f \fIconfig\fR
-Uses the directives in the file \fIconfig\fR on startup\&. If \fIconfig\fR does not begin with a /, then it is taken to be a path relative to the ServerRoot\&. The default is conf/httpd\&.conf\&.
+Uses the directives in the file \fIconfig\fR on startup\&. If \fIconfig\fR does not begin with a /, then it is taken to be a path relative to the ServerRoot\&. The default is conf/httpd2\&.conf\&.
.TP
-k start|restart|graceful|stop|graceful-stop
-Signals httpd to start, restart, or stop\&. See Stopping Apache for more information\&.
+Signals httpd2 to start, restart, or stop\&. See Stopping Apache for more information\&.
.TP
-C \fIdirective\fR
Process the configuration \fIdirective\fR before reading config files\&.
@@ -95,13 +95,13 @@ Show the settings as parsed from the con
Run syntax tests for configuration files only\&. The program immediately exits after these syntax parsing tests with either a return code of 0 (Syntax OK) or return code not equal to 0 (Syntax Error)\&. If -D \fIDUMP\fR_\fIVHOSTS \fRis also set, details of the virtual host configuration will be printed\&. If -D \fIDUMP\fR_\fIMODULES \fR is set, all loaded modules will be printed\&.
.TP
-v
-Print the version of httpd, and then exit\&.
+Print the version of httpd2, and then exit\&.
.TP
-V
-Print the version and build parameters of httpd, and then exit\&.
+Print the version and build parameters of httpd2, 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\&.
+Run httpd2 in debug mode\&. Only one worker will be started and the server will not detach from the console\&.
.PP
The following arguments are available only on the Windows platform: