summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2007-02-25 09:04:59 +0000
committerjmc <jmc@openbsd.org>2007-02-25 09:04:59 +0000
commitec7da21dfbee1f578e318b17dcbb847a5f35262c (patch)
treeb09bf6ff41a1a60ffae832f377474777472fd1dc
parentonly the initial macro is preceded by a dot; (diff)
downloadwireguard-openbsd-ec7da21dfbee1f578e318b17dcbb847a5f35262c.tar.xz
wireguard-openbsd-ec7da21dfbee1f578e318b17dcbb847a5f35262c.zip
tweaks;
-rw-r--r--usr.sbin/hoststated/hoststated.conf.511
-rw-r--r--usr.sbin/relayd/relayd.conf.511
2 files changed, 10 insertions, 12 deletions
diff --git a/usr.sbin/hoststated/hoststated.conf.5 b/usr.sbin/hoststated/hoststated.conf.5
index b3d36fa0740..e694fa48100 100644
--- a/usr.sbin/hoststated/hoststated.conf.5
+++ b/usr.sbin/hoststated/hoststated.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hoststated.conf.5,v 1.26 2007/02/24 16:14:02 reyk Exp $
+.\" $OpenBSD: hoststated.conf.5,v 1.27 2007/02/25 09:04:59 jmc Exp $
.\"
.\" Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org>
.\"
@@ -428,7 +428,6 @@ keyword will look up the entity as a GET variable in the URL instead
of an HTTP header value when using the
.Ic http
protocol.
-.Pp
.Bl -tag -width Ds
.It Ic append Ar value Ic to Ar key
Append the specified value to a protocol entity with the selected name.
@@ -517,7 +516,7 @@ Valid options are:
.Bl -tag -width Ds
.It Ic ciphers Ar string
Set the string defining the SSL cipher suite.
-If not specified, the default value
+If not specified, the default value
.Ar HIGH:!ADH
will be used (strong crypto cipher suites without anonymous DH).
See the
@@ -537,19 +536,19 @@ will disable the SSL session cache.
.Op Ic no
.Ic sslv2
.Xc
-Enable the SSLv2 protocol,
+Enable the SSLv2 protocol;
disabled by default.
.It Xo
.Op Ic no
.Ic sslv3
.Xc
-Disable the SSLv3 protocol,
+Disable the SSLv3 protocol;
enabled by default.
.It Xo
.Op Ic no
.Ic tlsv1
.Xc
-Disable the TLSv1/SSLv3.1 protocol,
+Disable the TLSv1/SSLv3.1 protocol;
enabled by default.
.El
.El
diff --git a/usr.sbin/relayd/relayd.conf.5 b/usr.sbin/relayd/relayd.conf.5
index 79da08b7fb5..1ede18268b3 100644
--- a/usr.sbin/relayd/relayd.conf.5
+++ b/usr.sbin/relayd/relayd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: relayd.conf.5,v 1.26 2007/02/24 16:14:02 reyk Exp $
+.\" $OpenBSD: relayd.conf.5,v 1.27 2007/02/25 09:04:59 jmc Exp $
.\"
.\" Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org>
.\"
@@ -428,7 +428,6 @@ keyword will look up the entity as a GET variable in the URL instead
of an HTTP header value when using the
.Ic http
protocol.
-.Pp
.Bl -tag -width Ds
.It Ic append Ar value Ic to Ar key
Append the specified value to a protocol entity with the selected name.
@@ -517,7 +516,7 @@ Valid options are:
.Bl -tag -width Ds
.It Ic ciphers Ar string
Set the string defining the SSL cipher suite.
-If not specified, the default value
+If not specified, the default value
.Ar HIGH:!ADH
will be used (strong crypto cipher suites without anonymous DH).
See the
@@ -537,19 +536,19 @@ will disable the SSL session cache.
.Op Ic no
.Ic sslv2
.Xc
-Enable the SSLv2 protocol,
+Enable the SSLv2 protocol;
disabled by default.
.It Xo
.Op Ic no
.Ic sslv3
.Xc
-Disable the SSLv3 protocol,
+Disable the SSLv3 protocol;
enabled by default.
.It Xo
.Op Ic no
.Ic tlsv1
.Xc
-Disable the TLSv1/SSLv3.1 protocol,
+Disable the TLSv1/SSLv3.1 protocol;
enabled by default.
.El
.El