turns out the case of 802.1 suffixes is significant. fix up 802.1X and Q.
authordlg <dlg@openbsd.org>
Fri, 9 Jun 2017 01:36:05 +0000 (01:36 +0000)
committerdlg <dlg@openbsd.org>
Fri, 9 Jun 2017 01:36:05 +0000 (01:36 +0000)
pointed out by jsg@

sbin/ifconfig/ifconfig.8

index d371b34..cac8eaf 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: ifconfig.8,v 1.286 2017/06/08 19:23:39 tedu Exp $
+.\"    $OpenBSD: ifconfig.8,v 1.287 2017/06/09 01:36:05 dlg 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: June 8 2017 $
+.Dd $Mdocdate: June 9 2017 $
 .Dt IFCONFIG 8
 .Os
 .Sh NAME
@@ -972,7 +972,7 @@ and
 authentication (also known as personal mode) uses a 256-bit pre-shared key.
 .Ar 802.1x
 authentication (also known as enterprise mode) is used with
-an external IEEE 802.1x authentication server,
+an external IEEE 802.1X authentication server,
 such as wpa_supplicant.
 The default value is
 .Dq psk .
@@ -1681,9 +1681,9 @@ Packets transmitted on
 .Xr vlan 4
 or
 .Xr svlan 4
-interfaces will be tagged with 802.1q or 802.1ad headers respectively
+interfaces will be tagged with 802.1Q or 802.1ad headers respectively
 and transmitted on the specified parent interface.
-Packets with 802.1q or 802.1ad tags received
+Packets with 802.1Q or 802.1ad tags received
 by the parent interface with the specified VLAN tag will be diverted to
 the associated VLAN interface.
 Unless a custom Ethernet address is assigned to the VLAN interface,
@@ -1694,7 +1694,7 @@ This breaks the link between the VLAN interface and its parent.
 .It Cm vnetid Ar vlan-tag
 Set the VLAN tag value to
 .Ar vlan-tag .
-This value is a 12-bit number which is used in the 802.1q or 802.1ad
+This value is a 12-bit number which is used in the 802.1Q or 802.1ad
 headers in packets handled by
 .Xr vlan 4
 or