diff mbox series

[ovs-dev,v3,04/27] ovn-nbctl: Recommend ovn-appctl instead of ovs-appctl.

Message ID 20210507040659.26830-5-blp@ovn.org
State Accepted
Headers show
Series ddlog 5x performance improvement | expand

Commit Message

Ben Pfaff May 7, 2021, 4:06 a.m. UTC
They do exactly the same thing but ovn-appctl has more ovn in its name.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Suggested-by: Mark Michelson <mmichels@redhat.com>
---
 utilities/ovn-nbctl.8.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/utilities/ovn-nbctl.8.xml b/utilities/ovn-nbctl.8.xml
index 39f9381fdaae..73a0ee25fceb 100644
--- a/utilities/ovn-nbctl.8.xml
+++ b/utilities/ovn-nbctl.8.xml
@@ -114,7 +114,7 @@ 
 
     <p>
       Daemon mode is internally implemented using the same mechanism used by
-      <code>ovs-appctl</code>.  One may also use <code>ovs-appctl</code>
+      <code>ovn-appctl</code>.  One may also use <code>ovn-appctl</code>
       directly with the following commands:
     </p>
 
@@ -1584,6 +1584,7 @@ 
     </dl>
 
     <h1>See Also</h1>
-    <code>ovn-nb</code>(5).
+    <code>ovn-nb</code>(5),
+    <code>ovn-appctl</code>(8).
 
 </manpage>