From: Richard Jones Date: Fri, 10 Apr 2009 09:13:59 +0000 (+0100) Subject: Correction in the aug-ls documentation. X-Git-Tag: 0.8~15 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=fb19874b1e1c40f3f5efafb39151b1bfc3ef725e Correction in the aug-ls documentation. --- diff --git a/fish/cmds.c b/fish/cmds.c index e9ef208..f0c0458 100644 --- a/fish/cmds.c +++ b/fish/cmds.c @@ -190,7 +190,7 @@ void display_command (const char *cmd) pod2text ("aug-load - load files into the tree", " aug-load\n\nLoad files into the tree.\n\nSee C in the Augeas documentation for the full gory\ndetails."); else if (strcasecmp (cmd, "aug_ls") == 0 || strcasecmp (cmd, "aug-ls") == 0) - pod2text ("aug-ls - list Augeas nodes under a path", " aug-ls \n\nThis is just a shortcut for listing C\nC and sorting the files into alphabetical order."); + pod2text ("aug-ls - list Augeas nodes under a path", " aug-ls \n\nThis is just a shortcut for listing C\nC and sorting the resulting nodes into alphabetical order."); else display_builtin_command (cmd); } diff --git a/guestfish-actions.pod b/guestfish-actions.pod index c8ebfc5..6312288 100644 --- a/guestfish-actions.pod +++ b/guestfish-actions.pod @@ -142,7 +142,7 @@ details. aug-ls path This is just a shortcut for listing C -C and sorting the files into alphabetical order. +C and sorting the resulting nodes into alphabetical order. =head2 aug-match diff --git a/guestfs-actions.pod b/guestfs-actions.pod index 89aa968..f990654 100644 --- a/guestfs-actions.pod +++ b/guestfs-actions.pod @@ -176,7 +176,7 @@ This function returns 0 on success or -1 on error. const char *path); This is just a shortcut for listing C -C and sorting the files into alphabetical order. +C and sorting the resulting nodes into alphabetical order. This function returns a NULL-terminated array of strings (like L), or NULL if there was an error. diff --git a/perl/lib/Sys/Guestfs.pm b/perl/lib/Sys/Guestfs.pm index 9f3dd5e..d3027f3 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);