diff --git a/man2/mkdir.2 b/man2/mkdir.2 index e6cb28c52..371f06bbb 100644 --- a/man2/mkdir.2 +++ b/man2/mkdir.2 @@ -6,7 +6,7 @@ .\" You may distribute it under the terms of the GNU General .\" Public License. It comes with NO WARRANTY. .\" -.TH MKDIR 2 2008-05-13 "Linux" "Linux Programmer's Manual" +.TH MKDIR 2 2010-06-26 "Linux" "Linux Programmer's Manual" .SH NAME mkdir \- create a directory .SH SYNOPSIS @@ -73,6 +73,10 @@ is a symbolic link, dangling or not. Too many symbolic links were encountered in resolving .IR pathname . .TP +.B EMLINK +The number of links to the parent directory would exceed +.BR LINK_MAX . +.TP .B ENAMETOOLONG .IR pathname " was too long." .TP