File 0036-docs-Fix-link-to-function-in-documentation-of-du-and.patch of Package libguestfs
From cfb059b68a11db06af75bce4ab52a08e7cd7c856 Mon Sep 17 00:00:00 2001
From: Richard W.M. Jones <rjones@redhat.com>
Date: Fri, 17 Dec 2010 10:21:41 +0000
Subject: [PATCH 36/72] docs: Fix link to function in documentation of "du" and "du-s" commands.
(cherry picked from commit fa4931bc4e2944e9b3b72843d4b0350d7ad36238)
---
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 84e8eee..2f9fb71 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 (
--
1.7.1