Blame SOURCES/libvirt-virsh.pod-Fix-a-command-name-typo-in-nwfilter-binding-undefine.patch

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