summaryrefslogtreecommitdiffstats
path: root/tools/virt-list-partitions
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2010-10-18 13:18:20 +0100
committerRichard W.M. Jones <rjones@redhat.com>2010-10-18 13:18:20 +0100
commita80177cc847102d5a6e43a8ff87769e86f30bd6c (patch)
tree3080e2d7ba0f9ff0a3711180c2eeec8e43fb92cc /tools/virt-list-partitions
parentb3d27793f04ae44b2c11f6422a19b4422ac941cd (diff)
downloadlibguestfs-a80177cc847102d5a6e43a8ff87769e86f30bd6c.tar.gz
libguestfs-a80177cc847102d5a6e43a8ff87769e86f30bd6c.tar.xz
libguestfs-a80177cc847102d5a6e43a8ff87769e86f30bd6c.zip
tools: Add section describing quoting libvirt domain names to docs (RHBZ#643624)
Diffstat (limited to 'tools/virt-list-partitions')
-rwxr-xr-xtools/virt-list-partitions7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/virt-list-partitions b/tools/virt-list-partitions
index 8bda62ef..0edecc4b 100755
--- a/tools/virt-list-partitions
+++ b/tools/virt-list-partitions
@@ -226,6 +226,13 @@ sub human_size
}
}
+=head1 SHELL QUOTING
+
+Libvirt guest names can contain arbitrary characters, some of which
+have meaning to the shell such as C<#> and space. You may need to
+quote or escape these characters on the command line. See the shell
+manual page L<sh(1)> for details.
+
=head1 SEE ALSO
L<guestfs(3)>,