ecn.9: Replace non-ASCII characters

Reported by:	maxim
Fixes:		ba4298b055 ("ecn.9: Add ecn(9) manual")
This commit is contained in:
Pouria Mousavizadeh Tehrani
2026-03-19 20:50:47 +03:30
parent 894992e786
commit 1c1b494264
+3 -3
View File
@@ -164,7 +164,7 @@ IPv6 interfaces
.Fn ip6_ecn_ingress
and
.Fn ip6_ecn_egress
extract the 8bit DSCP and ECN values from the 32bit
extract the 8-bit DSCP and ECN values from the 32-bit
.Vt ip6_flow
and insert it to IPv4 equivalent interfaces.
.Sh SEE ALSO
@@ -176,9 +176,9 @@ Historically
.Fn ip_ecn_egress
used a boolean-style return.
The current API preserves numeric mapping for drop (ECN_DROP == 0)
and success (ECN_SUCCESS == 1) but defines additional nonzero
and success (ECN_SUCCESS == 1) but defines additional non-zero
status codes (ECN_WARN, ECN_ALARM).
Callers that only test for nonzero success will continue to
Callers that only test for non-zero success will continue to
treat WARN/ALARM as success.
.Sh AUTHORS
.An Pouria Mousavizadeh Tehrani Aq Mt pouria@FreeBSD.org