From owner-svn-src-head@FreeBSD.ORG Fri Mar 20 20:08:38 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 24273422; Fri, 20 Mar 2015 20:08:38 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F46F2CC; Fri, 20 Mar 2015 20:08:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2KK8bON030186; Fri, 20 Mar 2015 20:08:37 GMT (envelope-from allanjude@FreeBSD.org) Received: (from allanjude@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2KK8bOw030185; Fri, 20 Mar 2015 20:08:37 GMT (envelope-from allanjude@FreeBSD.org) Message-Id: <201503202008.t2KK8bOw030185@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: allanjude set sender to allanjude@FreeBSD.org using -f From: Allan Jude Date: Fri, 20 Mar 2015 20:08:37 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r280301 - head/share/man/man4 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Mar 2015 20:08:38 -0000 Author: allanjude (doc committer) Date: Fri Mar 20 20:08:36 2015 New Revision: 280301 URL: https://svnweb.freebsd.org/changeset/base/280301 Log: Fix grammar in epair(4) man page PR: 196839 Differential Revision: https://reviews.freebsd.org/D2090 Submitted by: Jason Unovitch (original) Approved by: wblock (mentor) Sponsored by: ScaleEngine Inc. Modified: head/share/man/man4/epair.4 Modified: head/share/man/man4/epair.4 ============================================================================== --- head/share/man/man4/epair.4 Fri Mar 20 19:51:24 2015 (r280300) +++ head/share/man/man4/epair.4 Fri Mar 20 20:08:36 2015 (r280301) @@ -28,7 +28,7 @@ .\" .\" $FreeBSD$ .\" -.Dd July 26, 2009 +.Dd March 18, 2015 .Dt EPAIR 4 .Os .Sh NAME @@ -89,14 +89,16 @@ that is only guaranteed to be unique wit To change the default addresses one may use the SIOCSIFADDR ioctl(2) or ifconfig(8) utility. .Pp -The basic intend is to provide connectivity between two virtual +The basic intent is to provide connectivity between two virtual network stack instances. -When connected to a -.Xr if_bridge 4 +When connected to an +.Xr if_bridge 4 , one end of the interface pair can also be part of another (virtual) LAN. -As with any other Ethernet interface one can configure +As with any other Ethernet interface, +.Nm epair +can have a .Xr vlan 4 -support on top of it. +configured on top of it. .Sh SEE ALSO .Xr ioctl 2 , .Xr altq 4 ,