99cbc7
From 5d0af6a468714e0db7b0f7350e3be07641929fd7 Mon Sep 17 00:00:00 2001
99cbc7
Message-Id: <5d0af6a468714e0db7b0f7350e3be07641929fd7@dist-git>
99cbc7
From: Han Han <hhan@redhat.com>
99cbc7
Date: Fri, 13 Jul 2018 13:05:16 +0200
99cbc7
Subject: [PATCH] virsh.pod: Fix a command name typo in
99cbc7
 nwfilter-binding-undefine
99cbc7
MIME-Version: 1.0
99cbc7
Content-Type: text/plain; charset=UTF-8
99cbc7
Content-Transfer-Encoding: 8bit
99cbc7
99cbc7
The true name of the command is nwfilter-binding-delete.
99cbc7
99cbc7
Signed-off-by: Han Han <hhan@redhat.com>
99cbc7
Reviewed-by: Erik Skultety <eskultet@redhat.com>
99cbc7
(cherry picked from commit 955c4318bf7a74d717ce5ce8b3a9040ad657a94c)
99cbc7
99cbc7
https: //bugzilla.redhat.com/show_bug.cgi?id=1600329
99cbc7
Signed-off-by: Erik Skultety <eskultet@redhat.com>
99cbc7
Reviewed-by: Ján Tomko <jtomko@redhat.com>
99cbc7
---
99cbc7
 tools/virsh.pod | 2 +-
99cbc7
 1 file changed, 1 insertion(+), 1 deletion(-)
99cbc7
99cbc7
diff --git a/tools/virsh.pod b/tools/virsh.pod
99cbc7
index 003becb7c3..368ce89ed8 100644
99cbc7
--- a/tools/virsh.pod
99cbc7
+++ b/tools/virsh.pod
99cbc7
@@ -4827,7 +4827,7 @@ of the network filters directly.
99cbc7
 Associate a network port with a network filter. The network filter backend
99cbc7
 will immediately attempt to instantiate the filter rules on the port.
99cbc7
 
99cbc7
-=item B<nwfilter-binding-undefine> I<port-name>
99cbc7
+=item B<nwfilter-binding-delete> I<port-name>
99cbc7
 
99cbc7
 Disassociate a network port from a network filter. The network filter
99cbc7
 backend will immediately tear down the filter rules that exist on the
99cbc7
-- 
99cbc7
2.18.0
99cbc7