summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorDaniel Gerzo <danger@FreeBSD.org>2008-06-26 12:15:38 +0000
committerDaniel Gerzo <danger@FreeBSD.org>2008-06-26 12:15:38 +0000
commitaa2a33b4fa59f45eddaf1b957cb32f5ff8a6ee9a (patch)
tree0b8991286cedcbd88e4a9ca675a6589d722fb18d /lib/libc
parentc7dd6fa2c96072c1d3c16ce47617637cfbc4555e (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/mkdir.23
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/sys/mkdir.2 b/lib/libc/sys/mkdir.2
index cc326eaf25ac..1307c9621921 100644
--- a/lib/libc/sys/mkdir.2
+++ b/lib/libc/sys/mkdir.2
@@ -104,6 +104,9 @@ see the
manual page for more information.
.It Bq Er EROFS
The named directory would reside on a read-only file system.
+.It Bq Er EMLINK
+The new directory cannot be created because the parent directory contains
+too many subdirectories.
.It Bq Er EEXIST
The named file exists.
.It Bq Er ENOSPC