summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd/httpd.8
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-04-14 06:51:50 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-04-14 06:51:50 +0000
commit52fabb8e622926d22a122f588e5da993f6d4f5b2 (patch)
tree6dacdccf227417a53f7c4a47b340732c22e55066 /usr.sbin/httpd/httpd.8
parentc0a8a950800acf3c4e1bd4ced9db09c9ee18256f (diff)
standalone/stand alone -> stand-alone;
from NetBSD (Igor Sobrado); httpd stuff passed to apache people; ok millert@
Diffstat (limited to 'usr.sbin/httpd/httpd.8')
-rw-r--r--usr.sbin/httpd/httpd.84
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/httpd/httpd.8 b/usr.sbin/httpd/httpd.8
index e444135ad3b..212f7becb02 100644
--- a/usr.sbin/httpd/httpd.8
+++ b/usr.sbin/httpd/httpd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: httpd.8,v 1.14 2003/03/23 21:54:27 henning Exp $
+.\" $OpenBSD: httpd.8,v 1.15 2003/04/14 06:51:49 jmc Exp $
.\" Copyright (c) 1995-1997 David Robinson. All rights reserved.
.\" Copyright (c) 1997-1999 The Apache Group. All rights reserved.
.\" Copyright (c) 1998-1999 Bob Beck. All rights reserved.
@@ -68,7 +68,7 @@
.Sh DESCRIPTION
.Nm
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.