From: Georg Brandl Date: Sun, 6 Oct 2013 16:11:32 +0000 (+0200) Subject: Closes #12350: clarify blocks/block size members of stat result. X-Git-Tag: v2.7.6rc1~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5185d0f11892c3bae1c35502caa158a5022e9f59;p=python Closes #12350: clarify blocks/block size members of stat result. --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index d4912ce9c3..64d7874ef0 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -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