projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67dfb6f
)
SF #1442767, docs for os.statvfs miss f_bsize parameter. Will backport.
author
Neal Norwitz
<nnorwitz@gmail.com>
Fri, 3 Mar 2006 23:11:42 +0000
(23:11 +0000)
committer
Neal Norwitz
<nnorwitz@gmail.com>
Fri, 3 Mar 2006 23:11:42 +0000
(23:11 +0000)
Doc/lib/libos.tex
patch
|
blob
|
history
diff --git
a/Doc/lib/libos.tex
b/Doc/lib/libos.tex
index 60a831c40ad21ad8ca0bc7bcb50dae12981dbe1d..9af588947ad969c858f9db09fa6126b3b582431b 100644
(file)
--- 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},