From 43537f2868bc75ec99fd8c475b5034eefe1a972b Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 26 Jun 2010 11:16:03 +0200 Subject: [PATCH] mkdir.2: Add EMLINK error to ERRORS Reported-by: Maxin John Signed-off-by: Michael Kerrisk --- man2/mkdir.2 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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