summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libos.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib/libos.tex')
-rw-r--r--Doc/lib/libos.tex3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex
index 2fd41b7..7df3674 100644
--- a/Doc/lib/libos.tex
+++ b/Doc/lib/libos.tex
@@ -527,7 +527,7 @@ from a \ctype{stat} structure.
\begin{funcdesc}{statvfs}{path}
Perform a \cfunction{statvfs()} system call on the given path. The
-return value is a tuple of 11 integers giving the most common
+return value is a tuple of 10 integers giving the most common
members of the \ctype{statvfs} structure, in the order
\code{f_bsize},
\code{f_frsize},
@@ -537,7 +537,6 @@ members of the \ctype{statvfs} structure, in the order
\code{f_files},
\code{f_ffree},
\code{f_favail},
-\code{f_fsid},
\code{f_flag},
\code{f_namemax}.
Availability: \UNIX{}.