diff options
-rw-r--r-- | Doc/lib/libos.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index 5c2d65d..f4ec089 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -1060,6 +1060,7 @@ Perform a \cfunction{statvfs()} system call on the given path. The return value is an object whose attributes describe the filesystem on the given path, and correspond to the members of the \ctype{statvfs} structure, namely: +\member{f_bsize}, \member{f_frsize}, \member{f_blocks}, \member{f_bfree}, |