Date: Fri, 20 Sep 2013 19:25:01 +0000 (UTC) From: Hiren Panchasara <hiren@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r255734 - head/sbin/etherswitchcfg Message-ID: <201309201925.r8KJP11Q089733@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: hiren Date: Fri Sep 20 19:25:01 2013 New Revision: 255734 URL: http://svnweb.freebsd.org/changeset/base/255734 Log: Improve grammar and readability. Reviewed by: sbruno, loos Approved by: re (gjb) Modified: head/sbin/etherswitchcfg/etherswitchcfg.8 Modified: head/sbin/etherswitchcfg/etherswitchcfg.8 ============================================================================== --- head/sbin/etherswitchcfg/etherswitchcfg.8 Fri Sep 20 18:03:01 2013 (r255733) +++ head/sbin/etherswitchcfg/etherswitchcfg.8 Fri Sep 20 19:25:01 2013 (r255734) @@ -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 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309201925.r8KJP11Q089733>