I have another small nit on this patch. The subject says "Reomve" instead of "Remove"
On Tue, Sep 1, 2026 at 11:57 AM Jacob Tanenbaum via dev <[email protected]> wrote: > > When switching to xml troff markup was left. This patch removes it in > favor of xml tags > "...to use \fBovn\-sbctl\fR to..." -> "... to use <code>ovn-sbctl</code> > to..." > > 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 | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/utilities/ovn-sbctl.8.xml b/utilities/ovn-sbctl.8.xml > index d9e8bca9e..c687d9d7f 100644 > --- a/utilities/ovn-sbctl.8.xml > +++ b/utilities/ovn-sbctl.8.xml > @@ -444,7 +444,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 > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
