From: Peter Krempa Date: Thu, 15 Sep 2011 08:31:52 +0000 (+0200) Subject: doc: virsh: Fix command name in man page X-Git-Tag: v0.9.5-rc3~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4a01cecd619fd23541f67ff7fceccd47f711dff;p=thirdparty%2Flibvirt.git doc: virsh: Fix command name in man page Fix cut&paste error having command named domif-setlink instead of domif-getlink. --- diff --git a/tools/virsh.pod b/tools/virsh.pod index e82567d0fe..27d8f4270f 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 I I I<--persistent> +=item B I I I<--persistent> Query link state of the domain's virtual interface. If --persistent is specified, query the persistent configuration.