mkdir.2: Add EMLINK error to ERRORS

Reported-by: Maxin John <maxin.john@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-06-26 11:16:03 +02:00
parent ab9cd9b796
commit 43537f2868
1 changed files with 5 additions and 1 deletions

View File

@ -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