aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-03-08 20:28:38 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-03-08 20:28:38 +0100
commit9599cbb35c3629256f2a0334dc5a376fbbabac4b (patch)
treece1f7df71a972c03fbb7b0eb3b807548e47afbe9
parentd742465f2c8fafd2234bcba3de19f0de524a0f43 (diff)
downloadman-pages-9599cbb35c3629256f2a0334dc5a376fbbabac4b.tar.gz
proc.5: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man5/proc.518
1 files changed, 11 insertions, 7 deletions
diff --git a/man5/proc.5 b/man5/proc.5
index 4af62dd7cd..71df3fd125 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -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)