When the switch was made to xml tags a few of the formatting from troff
remains. This patch changes the troff markup in favor of xml tags.
\fB\\n\fR -> <code>\n</code>
\fB\\\fR -> <code>\</code>
Assisted-by: Claude Opus 4.6, Claude Code
Fixes: 0b70e8a83965 ("ovn-sbctl: Add daemon support.")
Signed-off-by: Jacob Tanenbaum <[email protected]>
---
v2 - Spelling error in patch subject Reomve -> Remove
v3 - merged with other patch removing troff markup
---
utilities/ovn-sbctl.8.xml | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/utilities/ovn-sbctl.8.xml b/utilities/ovn-sbctl.8.xml
index bb338d541..c6ff5790a 100644
--- a/utilities/ovn-sbctl.8.xml
+++ b/utilities/ovn-sbctl.8.xml
@@ -210,12 +210,12 @@
<dd>
Modifies the output format so that the output for each command is
printed on a single line. New-line characters that would otherwise
- separate lines are printed as \fB\\n\fR, and any instances of \fB\\\fR
- that would otherwise appear in the output are doubled. Prints a blank
- line for each command that has no output. This option does not affect
- the formatting of output from the <code>list</code> or
- <code>find</code> commands; see <code>Table Formatting Options</code>
- below.
+ separate lines are printed as <code>\n</code>, and any instances of
+ <code>\</code> that would otherwise appear in the output are doubled.
+ Prints a blank line for each command that has no output.
+ This option does not affect the formatting of output from the
+ <code>list</code> or <code>find</code> commands; see
+ <code>Table Formatting Options</code> below.
</dd>
<dt><code>--dry-run</code></dt>
@@ -442,7 +442,8 @@
<code>SB_Global</code> table and rows in the <code>Connection</code>
table. When <code>ovsdb-server</code> is configured to use the
<code>connections</code> column for OVSDB connections, this allows the
- administrator to use \fBovn\-sbctl\fR to configure database connections.
+ administrator to use <code>ovn-sbctl</code> to configure database
+ connections.
</p>
<dl>
--
2.55.0
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev