]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/man/man2/mkdir.2
xnu-4903.270.47.tar.gz
[apple/xnu.git] / bsd / man / man2 / mkdir.2
index 11f934240e1071654633e53eb2dddc77fe1bf8fc..24966225896de27db89e1a79f9d4c04134b7aaeb 100644 (file)
@@ -98,7 +98,7 @@ A 0 return value indicates success.  A -1 return value
 indicates an error, and an error code is stored in
 .Va errno .
 .Sh ERRORS
-.Fn Mkdir
+.Fn mkdir
 will fail and no directory will be created if:
 .Bl -tag -width Er
 .\" ==========
@@ -131,6 +131,9 @@ or allocating the inode.
 .It Bq Er EIO
 An I/O error occurred while reading from or writing to the file system.
 .\" ==========
+.It Bq Er EISDIR
+The named file is the root directory.
+.\" ==========
 .It Bq Er ELOOP
 Too many symbolic links were encountered in translating the pathname.
 This is taken to be indicative of a looping symbolic link.