Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Mar 2015 20:08:37 +0000 (UTC)
From:      Allan Jude <allanjude@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r280301 - head/share/man/man4
Message-ID:  <201503202008.t2KK8bOw030185@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 ,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503202008.t2KK8bOw030185>