From 955c4318bf7a74d717ce5ce8b3a9040ad657a94c Mon Sep 17 00:00:00 2001 From: Han Han Date: Thu, 12 Jul 2018 12:40:09 +0800 Subject: [PATCH] virsh.pod: Fix a command name typo in nwfilter-binding-undefine The true name of the command is nwfilter-binding-delete. Signed-off-by: Han Han Reviewed-by: Erik Skultety --- tools/virsh.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/virsh.pod b/tools/virsh.pod index 4c6e21fc22..771e99591e 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -4828,7 +4828,7 @@ of the network filters directly. Associate a network port with a network filter. The network filter backend will immediately attempt to instantiate the filter rules on the port. -=item B I +=item B I Disassociate a network port from a network filter. The network filter backend will immediately tear down the filter rules that exist on the -- GitLab