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]>
---
utilities/ovn-sbctl.8.xml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/utilities/ovn-sbctl.8.xml b/utilities/ovn-sbctl.8.xml
index bb338d541..6ad5c6fbd 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>
--
2.55.0
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev