Hi! Looks good for me, thanks for the fix!

On 22.04.2026 11:34, Dumitru Ceara wrote:
> The em dash (U+2014) in the Load_Balancer distributed option
> documentation causes troff warnings ('invalid input character code')
> when building man pages, because troff only accepts 7-bit ASCII input.
>
> Replace it with a comma to keep the documentation ASCII-clean.
>
> Fixes: 7b0eb4d9ed05 ("northd: Add distributed load balancer support.")
> Assisted-by: Claude, with model: claude-opus-4-6
> Signed-off-by: Dumitru Ceara <[email protected]>
> ---
>   ovn-nb.xml | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/ovn-nb.xml b/ovn-nb.xml
> index 7324e86561..5920087455 100644
> --- a/ovn-nb.xml
> +++ b/ovn-nb.xml
> @@ -2758,7 +2758,7 @@ or
>
>         <column name="options" key="distributed">
>           Option enables distributed load balancing across compute nodes,
> -        ensuring traffic is always routed to local backends — eliminating
> +        ensuring traffic is always routed to local backends, eliminating
>           east-west traffic between nodes.
>           Required configuration: <ref column="ip_port_mappings"/>.
>           NOTE: The addressing of the underlay network must not overlap with 
> the
> --
> 2.53.0
>

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to