Commit 5185d0f1 authored by Georg Brandl's avatar Georg Brandl

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

parent e0f6d598
......@@ -1386,8 +1386,8 @@ Files and Directories
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment