diff options
author | danger <danger@FreeBSD.org> | 2008-06-26 12:15:38 +0000 |
---|---|---|
committer | danger <danger@FreeBSD.org> | 2008-06-26 12:15:38 +0000 |
commit | dd637710aa11cbe2fc487ce3098b17d978705dc1 (patch) | |
tree | 0b8991286cedcbd88e4a9ca675a6589d722fb18d | |
parent | 128419b4722dd066a3cabb3f07788f35ba9790b0 (diff) | |
download | FreeBSD-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.2 | 3 |
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 |