Improve grammar and readability.

Reviewed by:	sbruno, loos
Approved by:	re (gjb)
This commit is contained in:
Hiren Panchasara 2013-09-20 19:25:01 +00:00
parent 74d1d2b7cc
commit bf0834df2d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=255734

View file

@ -1,5 +1,5 @@
.\" $FreeBSD$
.Dd December 15, 2011
.Dd September 20, 2013
.Dt ETHERSWITCHCFG 8
.Os
.Sh NAME
@ -145,9 +145,9 @@ to indicate that frames on this port are tagged.
Control file for the ethernet switch driver.
.El
.Sh EXAMPLES
Configure VLAN group 1 with a VID of 2 and makes ports 0 and 5 members,
Configure VLAN group 1 with a VID of 2 and make ports 0 and 5 its members
while excluding all other ports.
Port 5 will send and receive tagged frames, while port 0 will be untagged.
Port 5 will send and receive tagged frames while port 0 will be untagged.
Incoming untagged frames on port 0 are assigned to vlangroup1.
.Dl # etherswitchcfg vlangroup1 vlan 2 members 0,5t port0 pvid 2
.Sh SEE ALSO