From f0cde5386aae7d542b26adbc8dc39d740387ee30 Mon Sep 17 00:00:00 2001 From: kn Date: Sun, 17 Oct 2021 02:03:39 +0000 Subject: [PATCH] Teach modern "inet autoconf" This goes in line with hostname.if(5), unwind.conf(5), ifconfig(8) as well as our installer. OK deraadt --- share/man/man4/wi.4tbl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man4/wi.4tbl b/share/man/man4/wi.4tbl index 89bc1e7dc0f..8b945ea7463 100644 --- a/share/man/man4/wi.4tbl +++ b/share/man/man4/wi.4tbl @@ -1,4 +1,4 @@ -.\" $OpenBSD: wi.4tbl,v 1.99 2019/03/30 06:45:03 jmc Exp $ +.\" $OpenBSD: wi.4tbl,v 1.100 2021/10/17 02:03:39 kn Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul . All rights reserved. @@ -32,7 +32,7 @@ .\" .\" $FreeBSD: wi.4,v 1.3 1999/05/22 16:12:43 wpaul Exp $ .\" -.Dd $Mdocdate: March 30 2019 $ +.Dd $Mdocdate: October 17 2021 $ .Dt WI 4 .Os .Sh NAME @@ -300,7 +300,7 @@ using WEP key obtaining an IP address using DHCP: .Bd -literal -offset indent nwid mynwid nwkey mywepkey -dhcp +inet autoconf .Ed .Pp The following -- 2.20.1