From: Richard Jones Date: Thu, 9 Jul 2009 18:25:01 +0000 (+0100) Subject: Sys::Guestfs::Lib minor documentation clean-up. X-Git-Tag: 1.0.57~12 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=cf9d291e6dcf09a1d16d50a80fa420d4957f7da1 Sys::Guestfs::Lib minor documentation clean-up. --- diff --git a/perl/lib/Sys/Guestfs/Lib.pm b/perl/lib/Sys/Guestfs/Lib.pm index fc5173a..84b9428 100644 --- a/perl/lib/Sys/Guestfs/Lib.pm +++ b/perl/lib/Sys/Guestfs/Lib.pm @@ -35,10 +35,14 @@ Sys::Guestfs::Lib - Useful functions for using libguestfs from Perl =head1 SYNOPSIS - use Sys::Guestfs::Lib qw(#any symbols you want to use); + use Sys::Guestfs::Lib qw(open_guest inspect_all_partitions ...); $g = open_guest ($name); + %fses = inspect_all_partitions ($g, \@partitions); + +(and many more calls - see the rest of this manpage) + =head1 DESCRIPTION C is an extra library of useful functions for using