diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-03-12 11:17:15 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-03-12 11:17:15 +0100 |
| commit | 89e284a26ee723743f0d1fa54d9cb3deff563771 (patch) | |
| tree | f9aecec4ba149c28587ccb7cf800f68c2b194a28 /man5 | |
| parent | e2a5929d2de70fc724e2e8a15b356bb868499202 (diff) | |
| download | man-pages-89e284a26ee723743f0d1fa54d9cb3deff563771.tar.gz | |
proc.5: Mention other system calls that create 'anon_inode' file descriptors
Mention a few other system calls that create file descriptors
that display an 'anon_inode' symlink in /proc/PID/fd
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man5')
| -rw-r--r-- | man5/proc.5 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man5/proc.5 b/man5/proc.5 index dddbab8305..ac6c738f61 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -578,12 +578,15 @@ in one of the files under For file descriptors that have no corresponding inode (e.g., file descriptors produced by +.BR bpf (2), .BR epoll_create (2), .BR eventfd (2), .BR inotify_init (2), +.BR perf_event_open (2), .BR signalfd (2), +.BR timerfd_create (2), and -.BR timerfd_create (2)), +.BR userfautfd (2)), the entry will be a symbolic link with contents of the form anon_inode:<file-type> |
