diff mbox series

[ovs-dev,v1,06/20] ovn-sbctl: Add xml tags around heading description.

Message ID 20260901135638.290353-7-jtanenba@redhat.com
State Changes Requested
Headers show
Series ovn-sbctl: Review of ovn-sbctl documentation. | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test fail github build: failed
ovsrobot/github-robot-_ovn-kubernetes success github build: passed

Commit Message

Jacob Tanenbaum Sept. 1, 2026, 1:56 p.m. UTC
All the descriptions under h2 headers are wrapped in <p> tags except for
Table Formatting Options. Correct the description to be wrapped in <p>
tags.

Assisted-by: Claude Opus 4.6, Claude Code
Fixes: 0b70e8a83965 ("ovn-sbctl: Add daemon support.")
Signed-off-by: Jacob Tanenbaum <jtanenba@redhat.com>
---
 utilities/ovn-sbctl.8.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/utilities/ovn-sbctl.8.xml b/utilities/ovn-sbctl.8.xml
index 2155ade9a..d51fc897e 100644
--- a/utilities/ovn-sbctl.8.xml
+++ b/utilities/ovn-sbctl.8.xml
@@ -242,8 +242,10 @@ 
     <xi:include href="lib/vlog.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
 
     <h2>Table Formatting Options</h2>
-    These options control the format of output from the <code>list</code> and
-    <code>find</code> commands.
+    <p>
+      These options control the format of output from the <code>list</code>
+      and <code>find</code> commands.
+    </p>
     <xi:include href="lib/table.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
 
     <h2>PKI Options</h2>