diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-04-07 13:34:40 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-04-07 13:34:40 +0000 |
commit | d1cc1747e191941ca36d48a95193436ba59d8b41 (patch) | |
tree | 6546815b807f9440ada971e91103089d0621af10 /share/man/man4/vlan.4 | |
parent | d722de947b65c6499225e11cb42b43d3061150e6 (diff) |
tweak previous;
Diffstat (limited to 'share/man/man4/vlan.4')
-rw-r--r-- | share/man/man4/vlan.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/vlan.4 b/share/man/man4/vlan.4 index 00881e4d257..7a1f3ff8858 100644 --- a/share/man/man4/vlan.4 +++ b/share/man/man4/vlan.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vlan.4,v 1.48 2018/04/03 02:56:57 dlg Exp $ +.\" $OpenBSD: vlan.4,v 1.49 2018/04/07 13:34:39 jmc Exp $ .\" .\" Copyright (c) 2000 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -27,7 +27,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: April 3 2018 $ +.Dd $Mdocdate: April 7 2018 $ .Dt VLAN 4 .Os .Sh NAME @@ -84,7 +84,7 @@ identifiers, and decapsulated for reception on the associated virtual interfaces. .Pp The 802.1Q and 802.1ad protocols include a priority field. -By default, the priority of transmitted packet is based on the +By default, the priority of a transmitted packet is based on the priority of packets sent over the interface, which may be altered via .Xr pf.conf 5 ; @@ -93,7 +93,7 @@ see the option for more information. Alternatively, the .Cm link0 -flag may be set use the interfaces +flag may be set to use the interface's .Cm llprio value for transmitted packets. .Pp |