* reference.texi: Updated.
This commit is contained in:
Benoît Dejean
2004-12-04 19:21:57 +00:00
parent 29d88e177b
commit 12f4129f6d
2 changed files with 10 additions and 2 deletions

View File

@@ -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> 2004-08-03 Benoît Dejean <tazforever@dlfp.org>
* reference.texi: Updated. * reference.texi: Updated.

View File

@@ -1533,6 +1533,8 @@ struct _glibtop_fsusage
files, files,
ffree; ffree;
guint32 block_size; guint32 block_size;
guint64 read,
write;
@}; @};
@end cartouche @end cartouche
@end example @end example
@@ -1550,10 +1552,12 @@ Total file nodes.
Free file nodes. Free file nodes.
@item block_size @item block_size
Block size in bytes. Block size in bytes.
@item read
Total blocks read.
@item write
Total blocks written.
@end table @end table
Blocks are usually 512 bytes.
@page @page
@node Library Functions, , Common Functions, Reference Manual @node Library Functions, , Common Functions, Reference Manual
@section Library Functions @section Library Functions