summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordanger <danger@FreeBSD.org>2008-06-26 12:15:38 +0000
committerdanger <danger@FreeBSD.org>2008-06-26 12:15:38 +0000
commitdd637710aa11cbe2fc487ce3098b17d978705dc1 (patch)
tree0b8991286cedcbd88e4a9ca675a6589d722fb18d
parent128419b4722dd066a3cabb3f07788f35ba9790b0 (diff)
downloadFreeBSD-src-dd637710aa11cbe2fc487ce3098b17d978705dc1.zip
FreeBSD-src-dd637710aa11cbe2fc487ce3098b17d978705dc1.tar.gz
- add description of the MLINK error
PR: docs/123019 MFC after: 3 days
-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