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

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