@@ -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>
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 <jtanenba@redhat.com> --- utilities/ovn-sbctl.8.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)