aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-03-08 18:58:34 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-03-08 18:58:34 +0100
commitaaf7a57425fea218fd6c67e595dfb2597a76cac6 (patch)
treef798da264c736346830249aae22e5c2500e1dc0f
parentb6a7fd50329b664fccbf1426e74465ec73f9a6e5 (diff)
downloadman-pages-aaf7a57425fea218fd6c67e595dfb2597a76cac6.tar.gz
open.2: NOTES: mention existence of proc/PID/fd and /proc/PID/fdinfo
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/open.211
1 files changed, 11 insertions, 0 deletions
diff --git a/man2/open.2 b/man2/open.2
index 8bd31e0ff6..5e87cc71f5 100644
--- a/man2/open.2
+++ b/man2/open.2
@@ -1143,6 +1143,17 @@ flag, its
and
.I st_mtime
fields are set to the current time.
+
+The files in the
+.I /proc/[pid]/fd
+directory show the open file descriptors of the process with the PID
+.IR pid .
+The files in the
+.I /proc/[pid]/fdinfo
+directory show even more information about these files descriptors.
+See
+.BR proc (5)
+for further details of both of these directories.
.\"
.\"
.SS Open file descriptions