| Message ID | 20260901135638.290353-12-jtanenba@redhat.com |
|---|---|
| State | Changes Requested |
| Headers | show |
| Series | ovn-sbctl: Review of ovn-sbctl documentation. | expand |
| Context | Check | Description |
|---|---|---|
| ovsrobot/apply-robot | success | apply and check: success |
| ovsrobot/github-robot-_Build_and_Test | success | github build: passed |
| ovsrobot/github-robot-_ovn-kubernetes | success | github build: passed |
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 <ovs-dev@openvswitch.org> 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 <jtanenba@redhat.com> > --- > 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 > dev@openvswitch.org > https://mail.openvswitch.org/mailman/listinfo/ovs-dev >
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>
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 <jtanenba@redhat.com> --- utilities/ovn-sbctl.8.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)