There is an empty <p> element in the ovn-trace documents that does not need to exist. This patch removes the unnecessary <p> element.
Assisted-by: Claude Opus 4.6, Claude Code Reported-at: https://redhat.atlassian.net/browse/FDP-4279 Fixes: 4735d397a400 ("ovn-trace: New utility.") Signed-off-by: Jacob Tanenbaum <[email protected]> --- utilities/ovn-trace.8.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/utilities/ovn-trace.8.xml b/utilities/ovn-trace.8.xml index 7061353a5..80dd97138 100644 --- a/utilities/ovn-trace.8.xml +++ b/utilities/ovn-trace.8.xml @@ -290,10 +290,6 @@ described below. </p> - <p> - - </p> - <dl> <dt><code>trace</code> [<var>options</var>] [<var>datapath</var>] <var>microflow</var></dt> <dd> -- 2.55.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
