diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-09 19:42:22 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-09 19:42:22 +0100 |
commit | 2834059b2ac047bc099ed7617c4f6174d441d7e1 (patch) | |
tree | eab458ad55ef56057a92b50df9768b17b8ff430b | |
parent | 7e948f45852e4aab24775200da4b0de3c5904bdc (diff) | |
download | libguestfs-2834059b2ac047bc099ed7617c4f6174d441d7e1.tar.gz libguestfs-2834059b2ac047bc099ed7617c4f6174d441d7e1.tar.xz libguestfs-2834059b2ac047bc099ed7617c4f6174d441d7e1.zip |
Documentation update.
-rwxr-xr-x | src/generator.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/generator.ml b/src/generator.ml index c8809e49..50079eb4 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -478,7 +478,7 @@ details."); "list Augeas nodes under a 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."); ] let all_functions = non_daemon_functions @ daemon_functions |