summaryrefslogtreecommitdiffstats
path: root/usr.sbin/httpd
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2018-06-13 16:52:04 +0000
committerjmc <jmc@openbsd.org>2018-06-13 16:52:04 +0000
commitaa766358e092359fc5a47f9c2e64ffc7c9ae3cf4 (patch)
tree70184373f686a20b70bf76da1c4b7899c7a51396 /usr.sbin/httpd
parentUpdate AuthorizedKeysCommand example: only match ^sshPublicKey: lines. (diff)
downloadwireguard-openbsd-aa766358e092359fc5a47f9c2e64ffc7c9ae3cf4.tar.xz
wireguard-openbsd-aa766358e092359fc5a47f9c2e64ffc7c9ae3cf4.zip
one too many .El;
Diffstat (limited to 'usr.sbin/httpd')
-rw-r--r--usr.sbin/httpd/httpd.conf.53
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/httpd/httpd.conf.5 b/usr.sbin/httpd/httpd.conf.5
index 79d3af529bf..2eed84dbad8 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.97 2018/06/13 15:08:24 reyk Exp $
+.\" $OpenBSD: httpd.conf.5,v 1.98 2018/06/13 16:52:04 jmc Exp $
.\"
.\" Copyright (c) 2014, 2015 Reyk Floeter <reyk@openbsd.org>
.\"
@@ -483,7 +483,6 @@ Strip
.Ar number
path components from the beginning of the request path before looking
up the stripped-down path at the document root.
-.El
.It Ic tcp Ar option
Enable or disable the specified TCP/IP options; see
.Xr tcp 4