summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBenoît Dejean <bdejean@src.gnome.org>2004-12-04 19:21:08 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2004-12-04 19:21:08 +0000
commit4b310d26f71a49f12526d05cd9fc29c881e2d8f2 (patch)
tree1f95d8e5e3a988ca0f020910b751f417063c0972 /doc
parent83759b2a4a20cf23be1975fde3479f748e9aa109 (diff)
downloadlibgtop-4b310d26f71a49f12526d05cd9fc29c881e2d8f2.tar.gz
Updated.
* reference.texi: Updated.
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/reference.texi8
2 files changed, 10 insertions, 2 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index b13d7f9f..4f178b6a 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2004-12-04 Benoît Dejean <tazforever@dlfp.org>
+
+ * reference.texi: Updated.
+
2004-08-03 Benoît Dejean <tazforever@dlfp.org>
* reference.texi: Updated.
diff --git a/doc/reference.texi b/doc/reference.texi
index cb3189a6..491c11df 100644
--- a/doc/reference.texi
+++ b/doc/reference.texi
@@ -1533,6 +1533,8 @@ struct _glibtop_fsusage
files,
ffree;
guint32 block_size;
+ guint64 read,
+ write;
@};
@end cartouche
@end example
@@ -1550,10 +1552,12 @@ Total file nodes.
Free file nodes.
@item block_size
Block size in bytes.
+@item read
+Total blocks read.
+@item write
+Total blocks written.
@end table
-Blocks are usually 512 bytes.
-
@page
@node Library Functions, , Common Functions, Reference Manual
@section Library Functions