]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: Move 'echo' command description into the generic commands section
authorSatoru SATOH <satoru.satoh@gmail.com>
Sun, 25 Dec 2011 17:20:03 +0000 (02:20 +0900)
committerOsier Yang <jyang@redhat.com>
Mon, 26 Dec 2011 03:29:23 +0000 (11:29 +0800)
Virsh's echo command looks not having any relations with domains and its
description should go into the generic commands section instead of the
domain commands section (current).

tools/virsh.pod

index 36fedb76cd8179c95de0c92c35881cf77bf8c966..4e29421b2fd4a15d57fca78c3579020bfb7a5757 100644 (file)
@@ -373,6 +373,13 @@ guest CPU definition is the <cpu> element and its contents from domain XML
 definition. For more information on guest CPU definition see:
 L<http://libvirt.org/formatdomain.html#elementsCPU>
 
+=item B<echo> [I<--shell>] [I<--xml>] [I<arg>...]
+
+Echo back each I<arg>, separated by space.  If I<--shell> is
+specified, then the output will be single-quoted where needed, so that
+it is suitable for reuse in a shell context.  If I<--xml> is
+specified, then the output will be escaped for use in XML.
+
 =back
 
 =head1 DOMAIN COMMANDS
@@ -632,13 +639,6 @@ Using I<--security-info> will also include security sensitive information
 in the XML dump. I<--update-cpu> updates domain CPU requirements according to
 host CPU.
 
-=item B<echo> [I<--shell>] [I<--xml>] [I<arg>...]
-
-Echo back each I<arg>, separated by space.  If I<--shell> is
-specified, then the output will be single-quoted where needed, so that
-it is suitable for reuse in a shell context.  If I<--xml> is
-specified, then the output will be escaped for use in XML.
-
 =item B<edit> I<domain-id>
 
 Edit the XML configuration file for a domain, which will affect the