From fa4931bc4e2944e9b3b72843d4b0350d7ad36238 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 17 Dec 2010 10:21:41 +0000 Subject: [PATCH] docs: Fix link to function in documentation of "du" and "du-s" commands. --- generator/generator_actions.ml | 4 ++-- 1 file 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 command to report disk space used. This command is mostly useful for interactive sessions. It is I intended that you try to parse the output string. -Use C from programs."); +Use C 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 intended that you try to parse the output string. -Use C from programs."); +Use C from programs."); ("du", (RInt64 "sizekb", [Pathname "path"], []), 127, [], [InitISOFS, Always, TestOutputInt ( -- 1.8.3.1