]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
virsh: Add missing parenthesis into man page
authorMartin Kletzander <mkletzan@redhat.com>
Wed, 25 Feb 2015 08:34:27 +0000 (09:34 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Wed, 25 Feb 2015 08:48:27 +0000 (09:48 +0100)
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
tools/virsh.pod

index cdcb8627b3812861e226eab36157469570863984..a7e0bb02933c4f279ddcd31296d6982585d27c79 100644 (file)
@@ -736,7 +736,7 @@ Get network interface stats for a running domain.
 =item B<domif-setlink> I<domain> I<interface-device> I<state> [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<interface-device> can be the interface's target name or the MAC address.