diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-03-03 23:11:42 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-03-03 23:11:42 (GMT) |
commit | 7356dcb705984f4907d6b41c08a99b8eb78638c1 (patch) | |
tree | 0775fd9020c26ccb4e0e630c175ca5cfa4216694 /Doc/lib/libos.tex | |
parent | 67dfb6f08662791618c3c1dc6016df29b98d0336 (diff) | |
download | cpython-7356dcb705984f4907d6b41c08a99b8eb78638c1.zip cpython-7356dcb705984f4907d6b41c08a99b8eb78638c1.tar.gz cpython-7356dcb705984f4907d6b41c08a99b8eb78638c1.tar.bz2 |
SF #1442767, docs for os.statvfs miss f_bsize parameter. Will backport.
Diffstat (limited to 'Doc/lib/libos.tex')
-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 60a831c..9af5889 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -1097,6 +1097,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}, |