Add a missing comma in the description of --may-exist

Assisted-by: Claude Opus 4.6, Claude Code
Fixes: 0b70e8a83965 ("ovn-sbctl: Add daemon support.")
Signed-off-by: Jacob Tanenbaum <[email protected]>
---
 utilities/ovn-sbctl.8.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/utilities/ovn-sbctl.8.xml b/utilities/ovn-sbctl.8.xml
index 9ab5419e5..27b6acc63 100644
--- a/utilities/ovn-sbctl.8.xml
+++ b/utilities/ovn-sbctl.8.xml
@@ -330,8 +330,8 @@
 
         <p>
           Without <code>--if-exists</code>, attempting to delete a chassis that
-          does not exist is an error.  With <code>--if-exists</code> attempting
-          to delete a chassis that does not exist has no effect.
+          does not exist is an error.  With <code>--if-exists</code>,
+          attempting to delete a chassis that does not exist has no effect.
         </p>
       </dd>
     </dl>
-- 
2.55.0

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

Reply via email to