summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-03-03 23:13:19 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-03-03 23:13:19 (GMT)
commita10a09d18438a760cecfe1cbe5fb2746890266b4 (patch)
treec24bf8ee893e6e2b3211b7b52fb73b2703b4e6ee
parent518f2a5184b8f6f14cf5e066b4d5079244eaef9d (diff)
downloadcpython-a10a09d18438a760cecfe1cbe5fb2746890266b4.zip
cpython-a10a09d18438a760cecfe1cbe5fb2746890266b4.tar.gz
cpython-a10a09d18438a760cecfe1cbe5fb2746890266b4.tar.bz2
Backport: SF #1442767, docs for os.statvfs miss f_bsize parameter.
-rw-r--r--Doc/lib/libos.tex1
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},