diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2017-06-08 01:17:02 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2017-06-08 01:17:02 +0000 |
commit | 9985d01321b4814174db2a5f3cd3cd1b5b520524 (patch) | |
tree | d8fd95b8bcf9d21d9920e9a56426346df8b505dc /share | |
parent | 19e4f2c79478fd26e7e989fb56c9e3da30be1426 (diff) |
consistently use lowercase for the 802.1 suffixes.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/vlan.4 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man4/vlan.4 b/share/man/man4/vlan.4 index 0ae5cfd9ba8..ff5a90204e9 100644 --- a/share/man/man4/vlan.4 +++ b/share/man/man4/vlan.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vlan.4,v 1.44 2016/04/28 21:32:11 dlg Exp $ +.\" $OpenBSD: vlan.4,v 1.45 2017/06/08 01:17:01 dlg Exp $ .\" .\" Copyright (c) 2000 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -27,13 +27,13 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: April 28 2016 $ +.Dd $Mdocdate: June 8 2017 $ .Dt VLAN 4 .Os .Sh NAME .Nm vlan , .Nm svlan -.Nd IEEE 802.1Q/1AD pseudo-device +.Nd IEEE 802.1q and 802.1ad pseudo-device .Sh SYNOPSIS .Cd "pseudo-device vlan" .Sh DESCRIPTION @@ -194,6 +194,7 @@ Originally .Sh CAVEATS Some Ethernet chips will either discard or truncate Ethernet frames that are larger than 1514 bytes. -This causes a problem as 802.1Q tagged frames can be up to 1518 bytes. +This causes a problem as 802.1q and 802.1ad tagged frames can be +up to 1518 bytes. Most controller chips can be told not to discard large frames and/or to increase the allowed frame size. |