stat.2: DESCRIPTION: add a list entry for 'st_ino'

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-04-21 15:19:33 +02:00
parent c61617be60
commit cafa975264
1 changed files with 3 additions and 0 deletions

View File

@ -215,6 +215,9 @@ macros may be useful to decompose the device ID in this field.)
.I st_ino
This field contains the file's inode number.
.TP
.I st_mode
See the discussion of file type and mode, below.
.TP
.I st_rdev
This field describes the device that this file (inode) represents.
.TP