aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiren Panchasara <hiren@FreeBSD.org>2013-09-20 19:25:01 +0000
committerHiren Panchasara <hiren@FreeBSD.org>2013-09-20 19:25:01 +0000
commitbf0834df2db27da810d0704a08e19ba0eadd29f3 (patch)
treeeeeb15f473f894bddabead8a162edad1ee58324d
parent74d1d2b7ccfd1bd721465c5ba55997f3adfea1b0 (diff)
Notes
-rw-r--r--sbin/etherswitchcfg/etherswitchcfg.86
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/etherswitchcfg/etherswitchcfg.8 b/sbin/etherswitchcfg/etherswitchcfg.8
index a8b8d1a9649f..9cdbdd661d1e 100644
--- a/sbin/etherswitchcfg/etherswitchcfg.8
+++ b/sbin/etherswitchcfg/etherswitchcfg.8
@@ -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