ifconfig: Minor documentation fix

Fix what appears to have been a small copy/paste typo in ifconfig(8)'s
documentation (man page and header file).

Not that it matters anymore.

Reference: Table I-2 in IEEE Std 802.1Q-2014.

PR:	255557
Submitted by:	Jose Luis Duran <jlduran@gmail.com>
MFC after:	1 week
This commit is contained in:
Jose Luis Duran 2021-04-29 11:03:48 +00:00 committed by Konstantin Belousov
parent 0ec205197b
commit 0ea8a7f36d
2 changed files with 5 additions and 5 deletions

View File

@ -28,7 +28,7 @@
.\" From: @(#)ifconfig.8 8.3 (Berkeley) 1/5/94
.\" $FreeBSD$
.\"
.Dd January 28, 2021
.Dd April 29, 2021
.Dt IFCONFIG 8
.Os
.Sh NAME
@ -2729,9 +2729,9 @@ Values in order of priority are:
.Cm 3
.Pq Dv Critical applications ,
.Cm 4
.Pq Dv Video, < 100ms latency ,
.Pq Dv Video, < 100ms latency and jitter ,
.Cm 5
.Pq Dv Video, < 10ms latency ,
.Pq Dv Voice, < 10ms latency and jitter ,
.Cm 6
.Pq Dv Internetwork control ,
.Cm 7

View File

@ -416,8 +416,8 @@ struct ether_vlan_header {
#define IEEE8021Q_PCP_BE 0 /* Best effort (default) */
#define IEEE8021Q_PCP_EE 2 /* Excellent effort */
#define IEEE8021Q_PCP_CA 3 /* Critical applications */
#define IEEE8021Q_PCP_VI 4 /* Video, < 100ms latency */
#define IEEE8021Q_PCP_VO 5 /* Video, < 10ms latency */
#define IEEE8021Q_PCP_VI 4 /* Video, < 100ms latency and jitter */
#define IEEE8021Q_PCP_VO 5 /* Voice, < 10ms latency and jitter */
#define IEEE8021Q_PCP_IC 6 /* Internetwork control */
#define IEEE8021Q_PCP_NC 7 /* Network control (highest) */