From: Neal Norwitz Date: Fri, 3 Mar 2006 23:13:19 +0000 (+0000) Subject: Backport: SF #1442767, docs for os.statvfs miss f_bsize parameter. X-Git-Tag: v2.4.3c1~52 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a10a09d18438a760cecfe1cbe5fb2746890266b4;p=thirdparty%2FPython%2Fcpython.git Backport: SF #1442767, docs for os.statvfs miss f_bsize parameter. --- diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index 5c2d65d837c0..f4ec089eebc8 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},