diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2021-08-17 08:19:56 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2021-08-17 08:19:56 +0000 |
commit | d3bb71fe6440e4b388ea66b50083afa3553aab91 (patch) | |
tree | 2f8805710756218e700d2b3f34807ded22c631b7 /sbin/ifconfig/ifconfig.8 | |
parent | 879a4fd53e8a0273dd356a81cdfcf09801e82b17 (diff) |
document 11ac as a valid wireless mode; ok stsp
Diffstat (limited to 'sbin/ifconfig/ifconfig.8')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index e2388145cde..73398a1a682 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.373 2021/04/17 06:01:49 jmc Exp $ +.\" $OpenBSD: ifconfig.8,v 1.374 2021/08/17 08:19:55 jmc Exp $ .\" $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $ .\" $FreeBSD: ifconfig.8,v 1.16 1998/02/01 07:03:29 steve Exp $ .\" @@ -31,7 +31,7 @@ .\" .\" @(#)ifconfig.8 8.4 (Berkeley) 6/1/94 .\" -.Dd $Mdocdate: April 17 2021 $ +.Dd $Mdocdate: August 17 2021 $ .Dt IFCONFIG 8 .Os .Sh NAME @@ -407,8 +407,10 @@ this directive is used to select between 802.11a .Pq Dq 11b , 802.11g .Pq Dq 11g , -and 802.11n -.Pq Dq 11n +802.11n +.Pq Dq 11n , +and 802.11ac +.Pq Dq 11ac modes. .It Cm -mode Select the mode automatically. @@ -1033,7 +1035,7 @@ parameters for the network, provided they are passed in the same invocation of .Nm . Because multiple access points may exist in a given network, the .Cm mode -(11a/11b/11g/11n), +(11a/11b/11g/11n/11ac), .Cm chan , and .Cm bssid |