ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/docs/sg_get_fs_stats.xml
(Generate patch)

Comparing projects/libstatgrab/docs/sg_get_fs_stats.xml (file contents):
Revision 1.1 by tdb, Wed May 5 10:19:58 2004 UTC vs.
Revision 1.2 by tdb, Sat May 8 16:27:13 2004 UTC

# Line 36 | Line 36
36      <para>
37        The <function>sg_get_fs_stats</function> takes a pointer to an
38        int, <parameter>entries</parameter>, which is filled with the
39 <      number of mounted file systems the machine has. It returns a
40 <      pointer to the first <structname>sg_fs_stats</structname> structure.
41 <      The <parameter>entries</parameter> can then be used to iterate
42 <      through the rest of the structures.
39 >      number of mounted file systems the machine has. The return
40 >      value is a pointer to the first member of an array of
41 >      <structname>sg_fs_stats</structname> structures; the number of
42 >      entries in the array is returned in </parameter>entries</parameter>.
43      </para>
44      <para>
45        The function returns statistics about mounted filesystems,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines