diff options
| author | Avinesh Kumar <akumar@suse.de> | 2023-08-29 16:00:01 +0530 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2023-09-13 16:16:00 +0200 |
| commit | 1d98d64f956aed28b78e70400d182ab5517aa0cc (patch) | |
| tree | 559a6d3edf60cec3199436f2e76a2388915121f6 /man7/inode.7 | |
| parent | 1930c3f3334996b8984afb2c95cbf7cfd262c8cd (diff) | |
| download | man-pages-1d98d64f956aed28b78e70400d182ab5517aa0cc.tar.gz | |
inode.7: tfix: Correct the field name for number of blocks
Fixes: b48c75727c64 ("inode.7: New page with information about inodes")
Signed-off-by: Avinesh Kumar <akumar@suse.de>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man7/inode.7')
| -rw-r--r-- | man7/inode.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/inode.7 b/man7/inode.7 index 5140fb0690..7b7e4dcd92 100644 --- a/man7/inode.7 +++ b/man7/inode.7 @@ -98,7 +98,7 @@ This field gives the "preferred" blocksize for efficient filesystem I/O. an inefficient read-modify-rewrite.) .TP Number of blocks allocated to the file -\fIstat.st_blocks\fP; \fIstatx.stx_size\fP +\fIstat.st_blocks\fP; \fIstatx.stx_blocks\fP .IP This field indicates the number of blocks allocated to the file, 512-byte units, |
