From b7e257c4cc5bb62d6c222da7974ed5ac124b2454 Mon Sep 17 00:00:00 2001 From: Martin Kletzander Date: Wed, 25 Feb 2015 09:34:27 +0100 Subject: [PATCH] virsh: Add missing parenthesis into man page Signed-off-by: Martin Kletzander --- tools/virsh.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/virsh.pod b/tools/virsh.pod index cdcb8627b3..a7e0bb0293 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -736,7 +736,7 @@ Get network interface stats for a running domain. =item B I I I [I<--config>] Modify link state of the domain's virtual interface. Possible values for -state are "up" and "down. If I<--config> is specified, only the persistent +state are "up" and "down". If I<--config> is specified, only the persistent configuration of the domain is modified, for compatibility purposes, I<--persistent> is alias of I<--config>. I can be the interface's target name or the MAC address.