svn commit: r280301 - head/share/man/man4

Allan Jude allanjude at FreeBSD.org
Fri Mar 20 20:08:38 UTC 2015


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 ,


More information about the svn-src-head mailing list