diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-25 09:05:00 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-25 09:05:00 +0000 |
commit | 4fd8f809ba14e78e1623d71ee5df28d6e7cdd33a (patch) | |
tree | f5c1cdde62069df363e9f3c4d3abf544506aa855 | |
parent | bdbed39b5768cbd51bb1a1d30592595060e4efd7 (diff) |
tweaks;
-rw-r--r-- | usr.sbin/hoststated/hoststated.conf.5 | 11 | ||||
-rw-r--r-- | usr.sbin/relayd/relayd.conf.5 | 11 |
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 |