doc: virsh: Fix command name in man page

Fix cut&paste error having command named domif-setlink instead of
domif-getlink.
This commit is contained in:
Peter Krempa 2011-09-15 10:31:52 +02:00 committed by Eric Blake
parent e99f01ecb6
commit b4a01cecd6

View 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.