summaryrefslogtreecommitdiffstats
path: root/man2/link.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/link.2')
-rw-r--r--man2/link.29
1 files changed, 7 insertions, 2 deletions
diff --git a/man2/link.2 b/man2/link.2
index d63d18b65..992bba6f2 100644
--- a/man2/link.2
+++ b/man2/link.2
@@ -29,7 +29,7 @@
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
.\" Modified 2005-04-04, as per suggestion by Michael Hardt for rename.2
.\"
-.TH LINK 2 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH LINK 2 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
link, linkat \- make a new name for a file
.SH SYNOPSIS
@@ -320,6 +320,11 @@ See
.BR open (2).
.TP
.B ENOENT
+An attempt was made to link to a
+.I /proc/self/fd/NN
+file corresponding to a file that has been deleted.
+.TP
+.B ENOENT
.I oldpath
is a relative pathname and
.I olddirfd
@@ -435,7 +440,7 @@ to find out if the link got created.
.BR path_resolution (7),
.BR symlink (7)
.SH COLOPHON
-This page is part of release 5.09 of the Linux
+This page is part of release 5.10 of the Linux
.I man-pages
project.
A description of the project,