summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2007-09-27 13:57:33 +0100
committerRichard W.M. Jones <rjones@redhat.com>2007-09-27 13:57:33 +0100
commit3d742c162cbcb38663da580f1dff58db992f1a22 (patch)
tree9db921c74fd1d1098339c0c8650a54e7f9d134bc
parent5c32f7780d882fa3e63f191be08772ba720b747b (diff)
downloadvirt-top-3d742c162cbcb38663da580f1dff58db992f1a22.tar.gz
virt-top-3d742c162cbcb38663da580f1dff58db992f1a22.tar.xz
virt-top-3d742c162cbcb38663da580f1dff58db992f1a22.zip
Just fixed the README file.
-rw-r--r--virt-top/README7
1 files changed, 6 insertions, 1 deletions
diff --git a/virt-top/README b/virt-top/README
index c3752c6..8618fad 100644
--- a/virt-top/README
+++ b/virt-top/README
@@ -2,6 +2,11 @@ $Id: README,v 1.1 2007/08/30 13:52:40 rjones Exp $
The code is structured into these files:
+ virt_top_utils.ml
+
+ String functions and other small utility functions. This is
+ included directly into virt_top.ml.
+
virt_top.ml
This is the virt-top program.
@@ -24,7 +29,7 @@ The code is structured into these files:
virt_top_csv.ml
- Any code which need the optional ocaml-csv library goes
+ Any code which needs the optional ocaml-csv library goes
in here. This implements the --csv command line option.
virt_top_main.ml