]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Backport: SF #1442767, docs for os.statvfs miss f_bsize parameter.
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 3 Mar 2006 23:13:19 +0000 (23:13 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 3 Mar 2006 23:13:19 +0000 (23:13 +0000)
Doc/lib/libos.tex

index 5c2d65d837c0773b3cd7cc6b297296bb5af03083..f4ec089eebc8a0355f6b90555f91d6f43fd88ab1 100644 (file)
@@ -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},