stat.2: Minor list reordering

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-04-21 15:26:22 +02:00
parent 78909f3e1d
commit 28f042cca7
1 changed files with 5 additions and 5 deletions

View File

@ -236,6 +236,11 @@ file or a symbolic link) in bytes.
The size of a symbolic link is the length of the pathname
it contains, without a terminating null byte.
.TP
.I st_blksize
This field gives the "preferred" blocksize for efficient filesystem I/O.
(Writing to a file in smaller chunks may cause
an inefficient read-modify-rewrite.)
.TP
.I st_blocks
This field indicates the number of blocks allocated to the file,
512-byte units.
@ -243,11 +248,6 @@ This field indicates the number of blocks allocated to the file,
.IR st_size /512
when the file has holes.)
.TP
.I st_blksize
This field gives the "preferred" blocksize for efficient filesystem I/O.
(Writing to a file in smaller chunks may cause
an inefficient read-modify-rewrite.)
.TP
.I st_atime
This is the file's last access timestamp.
It is changed by file accesses, for example, by