From fb19874b1e1c40f3f5efafb39151b1bfc3ef725e Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Fri, 10 Apr 2009 10:13:59 +0100 Subject: Correction in the aug-ls documentation. --- perl/lib/Sys/Guestfs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl/lib/Sys') diff --git a/perl/lib/Sys/Guestfs.pm b/perl/lib/Sys/Guestfs.pm index 9f3dd5e9..d3027f35 100644 --- a/perl/lib/Sys/Guestfs.pm +++ b/perl/lib/Sys/Guestfs.pm @@ -215,7 +215,7 @@ details. =item @matches = $h->aug_ls (path); This is just a shortcut for listing C<$h-Eaug_match> -C and sorting the files into alphabetical order. +C and sorting the resulting nodes into alphabetical order. =item @matches = $h->aug_match (path); -- cgit