diff --git a/man2/symlink.2 b/man2/symlink.2 index a6cf6a773..8bd067fb4 100644 --- a/man2/symlink.2 +++ b/man2/symlink.2 @@ -30,7 +30,7 @@ .\" Modified 1997-01-31 by Eric S. Raymond .\" Modified 2004-06-23 by Michael Kerrisk .\" -.TH SYMLINK 2 2014-02-21 "Linux" "Linux Programmer's Manual" +.TH SYMLINK 2 2014-05-05 "Linux" "Linux Programmer's Manual" .SH NAME symlink, symlinkat \- make a new name for a file .SH SYNOPSIS @@ -210,6 +210,12 @@ The following additional errors can occur for .I newdirfd is not a valid file descriptor. .TP +.B ENOENT +.I linkpath +is a relative pathname and +.IR newdirfd +refers to a directory that has been deleted. +.TP .B ENOTDIR .I linkpath is relative and