Closes #12350: clarify blocks/block size members of stat result.

This commit is contained in:
Georg Brandl 2013-10-06 18:11:32 +02:00
parent df40e860d3
commit 0bbbeb59f4
1 changed files with 2 additions and 2 deletions

View File

@ -1813,8 +1813,8 @@ features:
On some Unix systems (such as Linux), the following attributes may also be
available:
* :attr:`st_blocks` - number of blocks allocated for file
* :attr:`st_blksize` - filesystem blocksize
* :attr:`st_blocks` - number of 512-byte blocks allocated for file
* :attr:`st_blksize` - filesystem blocksize for efficient file system I/O
* :attr:`st_rdev` - type of device if an inode device
* :attr:`st_flags` - user defined flags for file