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 <jlduran@gmail.com>
MFC after:	2 weeks
Sponsored by:	Klara Inc.
This commit is contained in:
Allan Jude 2020-07-15 14:27:23 +00:00
parent 4c0c2fb1ad
commit 0fd4ac1ec4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=363223

View File

@ -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 configurable with the
.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