X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=perl%2Flib%2FSys%2FGuestfs.pm;h=445d9b8bfd8abcc4b802584ec0500c69b939e0c2;hb=96b9d82e2f4f24cdd41040f54a7597202c04cf7e;hp=f8e6b7746bf35d10ca5be01513bb186fc25fca67;hpb=d1a1ab972bb22f4c38a21fcc73f81650aaa03b4e;p=libguestfs.git diff --git a/perl/lib/Sys/Guestfs.pm b/perl/lib/Sys/Guestfs.pm index f8e6b77..445d9b8 100644 --- a/perl/lib/Sys/Guestfs.pm +++ b/perl/lib/Sys/Guestfs.pm @@ -1111,6 +1111,10 @@ This displays the partition table on C, in the human-readable output of the L command. It is not intended to be parsed. +=item $h->sleep ($secs); + +Sleep for C seconds. + =item %statbuf = $h->stat ($path); Returns file information for the given C.