diff options
author | 2010-06-18 18:17:59 +0200 | |
---|---|---|
committer | 2010-07-12 19:45:22 +0200 | |
commit | 2d14615a7542894c7e7bc0063590759211c578a3 (patch) | |
tree | 7c2e4bfc40270dd36550da84ead0b009098e64dd /tools | |
parent | Fix potential crash in QEMU monitor JSON impl (diff) | |
download | libvirt-2d14615a7542894c7e7bc0063590759211c578a3.tar.gz libvirt-2d14615a7542894c7e7bc0063590759211c578a3.tar.bz2 libvirt-2d14615a7542894c7e7bc0063590759211c578a3.zip |
virsh: Fix man page syntax
pod2man prints the following warning when generating virsh.1:
tools/virsh.pod:890: Unmatched =back
Diffstat (limited to 'tools')
-rw-r--r-- | tools/virsh.pod | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/virsh.pod b/tools/virsh.pod index 64cd0d012..e03dbe87f 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -781,6 +781,8 @@ Returns the UUID of the named I<pool>. =head1 VOLUME COMMANDS +=over 4 + =item B<vol-create> I<pool-or-uuid> I<FILE> Create a volume from an XML <file>. |