mkdir(2) creates directory, not file.
This commit is contained in:
parent
e7bf470011
commit
1212ac8123
@ -79,7 +79,8 @@ on the parent directory of the directory to be created.
|
||||
.It Bq Er ELOOP
|
||||
Too many symbolic links were encountered in translating the pathname.
|
||||
.It Bq Er EPERM
|
||||
The parent directory of the named file has its immutable flag set, see the
|
||||
The parent directory of the directory to be created has its immutable flag set,
|
||||
see the
|
||||
.Xr chflags 2
|
||||
manual page for more information.
|
||||
.It Bq Er EROFS
|
||||
|
Loading…
Reference in New Issue
Block a user