mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
Correction in the aug-ls documentation.
This commit is contained in:
@@ -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<aug_load> 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 <path>\n\nThis is just a shortcut for listing C<aug_match>\nC<path/*> and sorting the files into alphabetical order.");
|
||||
pod2text ("aug-ls - list Augeas nodes under a path", " aug-ls <path>\n\nThis is just a shortcut for listing C<aug_match>\nC<path/*> and sorting the resulting nodes into alphabetical order.");
|
||||
else
|
||||
display_builtin_command (cmd);
|
||||
}
|
||||
|
||||
@@ -142,7 +142,7 @@ details.
|
||||
aug-ls path
|
||||
|
||||
This is just a shortcut for listing C<aug_match>
|
||||
C<path/*> and sorting the files into alphabetical order.
|
||||
C<path/*> and sorting the resulting nodes into alphabetical order.
|
||||
|
||||
=head2 aug-match
|
||||
|
||||
|
||||
@@ -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<guestfs_aug_match>
|
||||
C<path/*> and sorting the files into alphabetical order.
|
||||
C<path/*> and sorting the resulting nodes into alphabetical order.
|
||||
|
||||
This function returns a NULL-terminated array of strings
|
||||
(like L<environ(3)>), or NULL if there was an error.
|
||||
|
||||
@@ -215,7 +215,7 @@ details.
|
||||
=item @matches = $h->aug_ls (path);
|
||||
|
||||
This is just a shortcut for listing C<$h-E<gt>aug_match>
|
||||
C<path/*> and sorting the files into alphabetical order.
|
||||
C<path/*> and sorting the resulting nodes into alphabetical order.
|
||||
|
||||
=item @matches = $h->aug_match (path);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user