proc.5: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-03-08 20:28:38 +01:00
parent d742465f2c
commit 9599cbb35c
1 changed files with 11 additions and 7 deletions

View File

@ -632,22 +632,26 @@ mnt_id: 21
.fi
.in
The
The fields are as follows:
.RS
.TP
.I pos
field is a decimal number showing the file offset.
The
This is a decimal number showing the file offset.
.TP
.I flags
field is an octal number that displays the
This is an octal number that displays the
file access mode and file status flags (see
.BR open (2)).
The
.TP
.I
.I mnt_id
field, present since Linux 3.15,
This field, present since Linux 3.15,
.\" commit 49d063cb353265c3af701bab215ac438ca7df36d
is the ID of the mount point containing this file.
See the description of
.IR /proc/[pid]/mountinfo .
.RE
.IP
For eventfd file descriptors (see
.BR eventfd (2)),
we see (since Linux 3.8)