summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 cc326ea..1307c96 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
OpenPOWER on IntegriCloud