Author: allanjude
Date: Wed Jul 15 14:27:23 2020
New Revision: 363223
URL: https://svnweb.freebsd.org/changeset/base/363223

Log:
  vlan(4): Minor grammar corrections
  
  Note: date not bumped because "content" was not changed, just inserted some
  missing words.
  
  PR:           248001
  Submitted by: Jose Luis Duran <jldu...@gmail.com>
  MFC after:    2 weeks
  Sponsored by: Klara Inc.

Modified:
  head/share/man/man4/vxlan.4

Modified: head/share/man/man4/vxlan.4
==============================================================================
--- head/share/man/man4/vxlan.4 Wed Jul 15 13:43:48 2020        (r363222)
+++ head/share/man/man4/vxlan.4 Wed Jul 15 14:27:23 2020        (r363223)
@@ -80,7 +80,7 @@ The
 driver creates a pseudo Ethernet network interface
 that supports the usual network
 .Xr ioctl 2 Ns s
-and is thus can be used with
+and thus can be used with
 .Xr ifconfig 8
 like any other Ethernet interface.
 The
@@ -89,7 +89,7 @@ interface encapsulates the Ethernet frame
 by prepending IP/UDP and
 .Nm
 headers.
-Thus, the encapsulated (inner) frame is able to transmitted
+Thus, the encapsulated (inner) frame is able to be transmitted
 over a routed, Layer 3 network to the remote host.
 .Pp
 The
@@ -102,7 +102,7 @@ When in multicast mode,
 the interface joins an IP multicast group,
 and receives packets sent to the group address,
 and transmits packets to either the multicast group address,
-or directly the remote host if there is an appropriate
+or directly to the remote host if there is an appropriate
 forwarding table entry.
 .Pp
 When the
@@ -155,7 +155,7 @@ The maximum number of entries in the table is configur
 .Xr ifconfig 8
 .Cm vxlanmaxaddr
 command.
-Stale entries in the table periodically pruned.
+Stale entries in the table are periodically pruned.
 The timeout is configurable with the
 .Xr ifconfig 8
 .Cm vxlantimeout
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to