git: 1c1b494264fa - main - ecn.9: Replace non-ASCII characters
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 19 Mar 2026 17:26:25 UTC
The branch main has been updated by pouria:
URL: https://cgit.FreeBSD.org/src/commit/?id=1c1b494264fad5718e39b9cfaafe4f9626ee885b
commit 1c1b494264fad5718e39b9cfaafe4f9626ee885b
Author: Pouria Mousavizadeh Tehrani <pouria@FreeBSD.org>
AuthorDate: 2026-03-19 17:20:47 +0000
Commit: Pouria Mousavizadeh Tehrani <pouria@FreeBSD.org>
CommitDate: 2026-03-19 17:24:49 +0000
ecn.9: Replace non-ASCII characters
Reported by: maxim
Fixes: ba4298b05564 ("ecn.9: Add ecn(9) manual")
---
share/man/man9/ecn.9 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/share/man/man9/ecn.9 b/share/man/man9/ecn.9
index 236385e74038..3f407811e22d 100644
--- a/share/man/man9/ecn.9
+++ b/share/man/man9/ecn.9
@@ -164,7 +164,7 @@ IPv6 interfaces
.Fn ip6_ecn_ingress
and
.Fn ip6_ecn_egress
-extract the 8‑bit DSCP and ECN values from the 32‑bit
+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 non‑zero
+and success (ECN_SUCCESS == 1) but defines additional non-zero
status codes (ECN_WARN, ECN_ALARM).
-Callers that only test for non‑zero 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