From: Jeff Trawick Date: Mon, 14 Apr 2003 12:38:20 +0000 (+0000) Subject: "standalone" isn't a word, and this isn't a direct reference to the X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd2eab1923dee909a84bb194912e9fa9db545534;p=thirdparty%2Fapache%2Fhttpd.git "standalone" isn't a word, and this isn't a direct reference to the "standalone" keyword Submitted by: jmc Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99353 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/support/httpd.8 b/src/support/httpd.8 index ad02601f57b..eee734e435f 100644 --- a/src/support/httpd.8 +++ b/src/support/httpd.8 @@ -106,7 +106,7 @@ httpd \- Apache hypertext transfer protocol server .SH DESCRIPTION .B 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 +designed to be run as a stand-alone daemon process. When used like this it will create a pool of child processes to handle requests. To stop it, send a TERM signal to the initial (parent) process. The PID of this process is written to a file as given in the configuration file.