diff options
author | 2007-12-07 17:28:05 +0000 | |
---|---|---|
committer | 2007-12-07 17:28:05 +0000 | |
commit | 020311dc3f4e622edf47465e6b421a5db28d474f (patch) | |
tree | fe49d4493c606aa71a33bdcdd4293123cdacbfd1 | |
parent | enter relayd/relayctl instead of hoststated/hoststatectl (diff) | |
download | wireguard-openbsd-020311dc3f4e622edf47465e6b421a5db28d474f.tar.xz wireguard-openbsd-020311dc3f4e622edf47465e6b421a5db28d474f.zip |
adjust the manpages to use "Relay daemon"
-rw-r--r-- | usr.sbin/relayctl/relayctl.8 | 4 | ||||
-rw-r--r-- | usr.sbin/relayd/relayd.conf.5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/relayctl/relayctl.8 b/usr.sbin/relayctl/relayctl.8 index 888e586f5eb..d9775aebed0 100644 --- a/usr.sbin/relayctl/relayctl.8 +++ b/usr.sbin/relayctl/relayctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: relayctl.8,v 1.15 2007/12/07 17:17:01 reyk Exp $ +.\" $OpenBSD: relayctl.8,v 1.16 2007/12/07 17:28:05 reyk Exp $ .\" .\" Copyright (c) 2006 Pierre-Yves Ritschard <pyr@openbsd.org> .\" @@ -19,7 +19,7 @@ .Os .Sh NAME .Nm relayctl -.Nd control the Host Status daemon +.Nd control the Relay daemon .Sh SYNOPSIS .Nm .Ar command diff --git a/usr.sbin/relayd/relayd.conf.5 b/usr.sbin/relayd/relayd.conf.5 index 4bed67901fb..56e0e71ba27 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.70 2007/12/07 17:19:42 deraadt Exp $ +.\" $OpenBSD: relayd.conf.5,v 1.71 2007/12/07 17:28:05 reyk Exp $ .\" .\" Copyright (c) 2006, 2007 Reyk Floeter <reyk@openbsd.org> .\" Copyright (c) 2006, 2007 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -23,7 +23,7 @@ .Nd Relay daemon configuration file .Sh DESCRIPTION .Nm -is the configuration file for the Host Status Daemon, +is the configuration file for the Relay daemon, .Xr relayd 8 . .Sh SECTIONS .Nm |