diff options
author | Klemens Nanni <kn@cvs.openbsd.org> | 2021-10-17 02:03:40 +0000 |
---|---|---|
committer | Klemens Nanni <kn@cvs.openbsd.org> | 2021-10-17 02:03:40 +0000 |
commit | 2c5b90078392082d5580159ddf91a4e331b06e77 (patch) | |
tree | da0192d0a5796ebf31f89b39cc6bdfa0e333f5f7 | |
parent | fe2cbf7029e050107038daf3e5f4332bbaca1530 (diff) |
Teach modern "inet autoconf"
This goes in line with hostname.if(5), unwind.conf(5), ifconfig(8)
as well as our installer.
OK deraadt
-rw-r--r-- | share/man/man4/wi.4tbl | 6 |
1 files 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 <wpaul@ctr.columbia.edu>. 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 |