[libvirt] [libvirt-perl][PATCH] Add missing bracket to Sys::Virt::Domain man page

Ján Tomko jtomko at redhat.com
Wed Jul 3 07:35:51 UTC 2013


https://bugzilla.redhat.com/show_bug.cgi?id=954254
---
Pushed as trivial.

 lib/Sys/Virt/Domain.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Sys/Virt/Domain.pm b/lib/Sys/Virt/Domain.pm
index 053f127..3630cf0 100644
--- a/lib/Sys/Virt/Domain.pm
+++ b/lib/Sys/Virt/Domain.pm
@@ -540,7 +540,7 @@ Update the configuration of an existing device. The new configuration
 is given by C<$xml>. The optional <$flags> parameter defaults to
 0 but can accept one of the device hotplug flags described later.
 
-=item $data = $dom->block_peek($path, $offset, $size[, $flags)
+=item $data = $dom->block_peek($path, $offset, $size[, $flags])
 
 Peek into the guest disk C<$path>, at byte C<$offset> capturing
 C<$size> bytes of data. The returned scalar may contain embedded
-- 
1.8.1.5




More information about the libvir-list mailing list