diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-12-17 10:21:41 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-12-17 10:21:41 +0000 |
commit | fa4931bc4e2944e9b3b72843d4b0350d7ad36238 (patch) | |
tree | 37d67ed4f66e08a9b99e49b5eceb9b4e26d2dc88 | |
parent | 8ae40fa990b38005379c1c831f56c07b6b452bee (diff) | |
download | libguestfs-fa4931bc4e2944e9b3b72843d4b0350d7ad36238.tar.gz libguestfs-fa4931bc4e2944e9b3b72843d4b0350d7ad36238.tar.xz libguestfs-fa4931bc4e2944e9b3b72843d4b0350d7ad36238.zip |
docs: Fix link to function in documentation of "du" and "du-s" commands.
-rw-r--r-- | generator/generator_actions.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml index 84e8eee8..2f9fb71d 100644 --- a/generator/generator_actions.ml +++ b/generator/generator_actions.ml @@ -3402,7 +3402,7 @@ This command runs the C<df> command to report disk space used. This command is mostly useful for interactive sessions. It is I<not> intended that you try to parse the output string. -Use C<statvfs> from programs."); +Use C<guestfs_statvfs> from programs."); ("df_h", (RString "output", [], []), 126, [], [], (* XXX Tricky to test because it depends on the exact format @@ -3415,7 +3415,7 @@ in human-readable format. This command is mostly useful for interactive sessions. It is I<not> intended that you try to parse the output string. -Use C<statvfs> from programs."); +Use C<guestfs_statvfs> from programs."); ("du", (RInt64 "sizekb", [Pathname "path"], []), 127, [], [InitISOFS, Always, TestOutputInt ( |