[libvirt] [PATCH 1/2] virsh: improve man page

Matthias Bolte matthias.bolte at googlemail.com
Sat Mar 13 14:35:30 UTC 2010


2010/3/12 Eric Blake <eblake at redhat.com>:
> * tools/virsh.pod: (DESCRIPTION): Improve grammar.  Mention other drivers.
> (ENVIRONMENT): Document EDITOR.
> (COPYRIGHT): Bump.
> ---
>  tools/virsh.pod |   16 ++++++++++++++--
>  1 files changed, 14 insertions(+), 2 deletions(-)
>
> diff --git a/tools/virsh.pod b/tools/virsh.pod
> index 8f6df19..302de18 100644
> --- a/tools/virsh.pod
> +++ b/tools/virsh.pod
> @@ -10,7 +10,15 @@ virsh <subcommand> [args]
>
>  The B<virsh> program is the main interface for managing virsh guest
>  domains. The program can be used to create, pause, and shutdown
> -domains. It can also be used to list current domains. Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). It is free software available under the GNU Lesser General Public License. Virtualization of the Linux Operating System means the ability to run multiple instances of Operating Systems concurrently on a single hardware system where the basic resources are driven by a Linux instance. The library aim at providing long term stable C API initially for the Xen paravirtualization but should be able to integrate other virtualization mechanisms, it currently also support QEmu and KVM.
> +domains. It can also be used to list current domains. Libvirt is a C
> +toolkit to interact with the virtualization capabilities of recent
> +versions of Linux (and other OSes). It is free software available
> +under the GNU Lesser General Public License. Virtualization of the
> +Linux Operating System means the ability to run multiple instances of
> +Operating Systems concurrently on a single hardware system where the
> +basic resources are driven by a Linux instance. The library aims at
> +providing a long term stable C API.  It currently supports Xen, QEmu,
> +KVM, LXC, OpenVZ, VirtualBox, OpenNebula, and VMware ESX.
>
>  The basic structure of most virsh usage is:
>
> @@ -631,6 +639,10 @@ of C<virsh>
>  The hypervisor to connect to by default. Set this to a URI, in the same
>  format as accepted by the B<connect> option.
>
> +=item EDITOR
> +
> +The editor to use by the B<edit> and B<net-edit> options.
> +

There is also a pool-edit and iface-edit command.

ACK.

Matthias




More information about the libvir-list mailing list