stat.2: DESCRIPTION: add a list entry for 'st_nlinks' field

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

View File

@ -218,6 +218,9 @@ This field contains the file's inode number.
.I st_mode
See the discussion of file type and mode, below.
.TP
.I st_nlink
This field contains the number of hard links to the file.
.TP
.I st_rdev
This field describes the device that this file (inode) represents.
.TP