diff options
author | 2007-09-28 01:11:58 +0000 | |
---|---|---|
committer | 2007-09-28 01:11:58 +0000 | |
commit | 0f75a7d6a317fec630bf41266fb5956a671445ea (patch) | |
tree | 69f9a052cb1d0d600eaa10f1dc40f9ee59454bc2 | |
parent | be explicit about configuring audio devices for full-duplex mode. (diff) | |
download | wireguard-openbsd-0f75a7d6a317fec630bf41266fb5956a671445ea.tar.xz wireguard-openbsd-0f75a7d6a317fec630bf41266fb5956a671445ea.zip |
Add missing "s" to https check description.
ok pyr@
-rw-r--r-- | usr.sbin/hoststated/hoststated.conf.5 | 6 | ||||
-rw-r--r-- | usr.sbin/relayd/relayd.conf.5 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/hoststated/hoststated.conf.5 b/usr.sbin/hoststated/hoststated.conf.5 index dfd3fb4ea57..3dee46a83a6 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.49 2007/09/10 11:59:22 reyk Exp $ +.\" $OpenBSD: hoststated.conf.5,v 1.50 2007/09/28 01:11:58 pascoe Exp $ .\" .\" Copyright (c) 2006, 2007 Reyk Floeter <reyk@openbsd.org> .\" Copyright (c) 2006, 2007 Pierre-Yves Ritschard <pyr@spootnik.org> @@ -15,7 +15,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: September 10 2007 $ +.Dd $Mdocdate: September 28 2007 $ .Dt HOSTSTATED.CONF 5 .Os .Sh NAME @@ -196,7 +196,7 @@ that can be used as is in a digest statement: a9993e36476816aba3e25717850c26c9cd0d89d .Ed .It Xo -.Ic check http Ar path +.Ic check https Ar path .Op Ic host Ar hostname .Ic digest Ar string .Xc diff --git a/usr.sbin/relayd/relayd.conf.5 b/usr.sbin/relayd/relayd.conf.5 index 8bc3d443978..df977f87524 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.49 2007/09/10 11:59:22 reyk Exp $ +.\" $OpenBSD: relayd.conf.5,v 1.50 2007/09/28 01:11:58 pascoe Exp $ .\" .\" Copyright (c) 2006, 2007 Reyk Floeter <reyk@openbsd.org> .\" Copyright (c) 2006, 2007 Pierre-Yves Ritschard <pyr@spootnik.org> @@ -15,7 +15,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: September 10 2007 $ +.Dd $Mdocdate: September 28 2007 $ .Dt HOSTSTATED.CONF 5 .Os .Sh NAME @@ -196,7 +196,7 @@ that can be used as is in a digest statement: a9993e36476816aba3e25717850c26c9cd0d89d .Ed .It Xo -.Ic check http Ar path +.Ic check https Ar path .Op Ic host Ar hostname .Ic digest Ar string .Xc |