]> xenbits.xensource.com Git - libvirt.git/commitdiff
doc: virsh: Fix command name in man page
authorPeter Krempa <pkrempa@redhat.com>
Thu, 15 Sep 2011 08:31:52 +0000 (10:31 +0200)
committerEric Blake <eblake@redhat.com>
Thu, 15 Sep 2011 19:37:13 +0000 (13:37 -0600)
Fix cut&paste error having command named domif-setlink instead of
domif-getlink.

tools/virsh.pod

index e82567d0fe8132657ed7411524ae32ac7514938f..27d8f4270f1301926e12329567492ae64006f7ee 100644 (file)
@@ -518,7 +518,7 @@ Modify link state of the domain's virtual interface. Possible values for
 state are "up" and "down. If --persistent is specified, only the persistent
 configuration of the domain is modified.
 
-=item B<domif-setlink> I<domain> I<interface-MAC> I<--persistent>
+=item B<domif-getlink> I<domain> I<interface-MAC> I<--persistent>
 
 Query link state of the domain's virtual interface. If --persistent
 is specified, query the persistent configuration.