diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-08-02 08:07:08 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-08-02 08:07:08 +0000 |
commit | 27f3b55bdc8cf6288615febb7ea01eff8c1e071c (patch) | |
tree | 38d4f995ad385c882a30950f68802ee465344e72 | |
parent | 0b1e67b9c164c1234f5729100135d72955bcf139 (diff) |
remove nasty unclosed Xo in previous; ok reyk
-rw-r--r-- | usr.sbin/httpd/httpd.conf.5 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/httpd/httpd.conf.5 b/usr.sbin/httpd/httpd.conf.5 index 181951ba247..47ae07c186a 100644 --- a/usr.sbin/httpd/httpd.conf.5 +++ b/usr.sbin/httpd/httpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: httpd.conf.5,v 1.14 2014/08/01 21:59:56 reyk Exp $ +.\" $OpenBSD: httpd.conf.5,v 1.15 2014/08/02 08:07:07 jmc Exp $ .\" .\" Copyright (c) 2014 Reyk Floeter <reyk@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: August 1 2014 $ +.Dd $Mdocdate: August 2 2014 $ .Dt HTTPD.CONF 5 .Os .Sh NAME @@ -96,7 +96,6 @@ server "default" { .Sh GLOBAL CONFIGURATION Here are the settings that can be set globally: .Bl -tag -width Ds -.It Xo .It Ic prefork Ar number Run the specified number of server processes. This increases the performance and prevents delays when connecting |