diff --git a/man2/linkat.2 b/man2/linkat.2 index 4af57e5d4..ed8a9b931 100644 --- a/man2/linkat.2 +++ b/man2/linkat.2 @@ -172,6 +172,16 @@ but the caller did not have the .B CAP_DAC_READ_SEARCH capability. .TP +.B ENOENT +An attempt was made to link to the +.I /proc/self/fd/NN +file corresponding to a file descriptor created with + + open(path, O_TMPFILE | O_EXCL, mode); + +See +.BR open (2). +.TP .B ENOTDIR .I oldpath is relative and