diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2023-01-03 20:58:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2023-01-03 20:58:06 +0000 |
commit | 9059ff29f046a2365609ff5b498ab5b6c350c727 (patch) | |
tree | 34c10a9749629dfabc7c607586384f7a1083cc32 /usr.sbin | |
parent | f6b0246cc807b97873d464ba85d764cdba09f173 (diff) |
do not mention dhclient as a dhcp route message sender
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/unwindctl/unwindctl.8 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/unwindctl/unwindctl.8 b/usr.sbin/unwindctl/unwindctl.8 index 1b1be4451e7..7d5b934dff3 100644 --- a/usr.sbin/unwindctl/unwindctl.8 +++ b/usr.sbin/unwindctl/unwindctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: unwindctl.8,v 1.12 2021/07/18 11:18:38 kn Exp $ +.\" $OpenBSD: unwindctl.8,v 1.13 2023/01/03 20:58:05 deraadt Exp $ .\" .\" Copyright (c) 2004, 2005 Esben Norby <norby@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: July 18 2021 $ +.Dd $Mdocdate: January 3 2023 $ .Dt UNWINDCTL 8 .Os .Sh NAME @@ -57,7 +57,6 @@ Reload the configuration file. Show a status summary. .It Cm status autoconf Show nameservers learned from -.Xr dhclient 8 , .Xr dhcpleased 8 or .Xr slaacd 8 . |