summaryrefslogtreecommitdiffstats
path: root/usr.sbin/httpd
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2020-04-23 21:10:53 +0000
committerjmc <jmc@openbsd.org>2020-04-23 21:10:53 +0000
commit83f11cf357f16fb2e4b168d040d2b861ea3cbb68 (patch)
treecd38240d861cbb932627007caffda480a203c67b /usr.sbin/httpd
parentAdd support for switching rdomain on IPsec encryption/decryption. (diff)
downloadwireguard-openbsd-83f11cf357f16fb2e4b168d040d2b861ea3cbb68.tar.xz
wireguard-openbsd-83f11cf357f16fb2e4b168d040d2b861ea3cbb68.zip
replace examples of "Ic arg Ic arg" with "Ic arg arg" and stop the spread;
Diffstat (limited to 'usr.sbin/httpd')
-rw-r--r--usr.sbin/httpd/httpd.conf.56
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/httpd/httpd.conf.5 b/usr.sbin/httpd/httpd.conf.5
index a9f3fec07c3..1bbac3f3259 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.109 2020/02/25 15:18:41 sthen Exp $
+.\" $OpenBSD: httpd.conf.5,v 1.110 2020/04/23 21:10:53 jmc Exp $
.\"
.\" Copyright (c) 2014, 2015 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: February 25 2020 $
+.Dd $Mdocdate: April 23 2020 $
.Dt HTTPD.CONF 5
.Os
.Sh NAME
@@ -651,7 +651,7 @@ will be used (secure protocols; TLSv1.2-only).
Refer to the
.Xr tls_config_parse_protocols 3
function for other valid protocol string values.
-.It Ic ticket Ic lifetime Ar seconds
+.It Ic ticket lifetime Ar seconds
Enable TLS session tickets with a
.Ar seconds
session lifetime.