diff mbox series

[ovs-dev,v1,12/20] ovn-sbctl: Correct the description for set-connection.

Message ID 20260901135638.290353-13-jtanenba@redhat.com
State Changes Requested
Headers show
Series ovn-sbctl: Review of ovn-sbctl documentation. | expand

Checks

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

Commit Message

Jacob Tanenbaum Sept. 1, 2026, 1:56 p.m. UTC
The term "manager target" does not make sense for set-connection.
Change from "manager target" -> "connection target".

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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/utilities/ovn-sbctl.8.xml b/utilities/ovn-sbctl.8.xml
index c687d9d7f..7a68d5898 100644
--- a/utilities/ovn-sbctl.8.xml
+++ b/utilities/ovn-sbctl.8.xml
@@ -461,7 +461,7 @@ 
 
       <dt>[<code>--inactivity-probe=</code><var>msecs</var>] <code>set-connection</code> <var>target</var>...</dt>
       <dd>
-        Sets the configured manager target or targets.  Use
+        Sets the configured connection target or targets.  Use
         <code>--inactivity-probe=</code><var>msecs</var> to override the
         default idle connection inactivity probe time.  Use 0 to disable
         inactivity probes.