[libvirt] [PATCH] doc: virsh: Fix command name in man page

Fix cut&paste error having command named domif-setlink instead of domif-getlink. --- tools/virsh.pod | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/virsh.pod b/tools/virsh.pod index e82567d..27d8f42 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -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. -- 1.7.3.4

On 09/15/2011 02:31 AM, Peter Krempa wrote:
Fix cut&paste error having command named domif-setlink instead of domif-getlink. --- tools/virsh.pod | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/virsh.pod b/tools/virsh.pod index e82567d..27d8f42 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -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
ACK and pushed. -- Eric Blake eblake@redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org
participants (2)
-
Eric Blake
-
Peter Krempa