diff options
author | pjd <pjd@FreeBSD.org> | 2006-12-12 15:00:08 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2006-12-12 15:00:08 +0000 |
commit | 96e0c4dbe7f468891e15074b315dec55ed082549 (patch) | |
tree | e9571b72d2d708d806417760bee4a424c284055a /lib/libc | |
parent | a6aa94d334c52778958c4caa238d3836497074fb (diff) | |
download | FreeBSD-src-96e0c4dbe7f468891e15074b315dec55ed082549.zip FreeBSD-src-96e0c4dbe7f468891e15074b315dec55ed082549.tar.gz |
mkdir(2) creates directory, not file.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/mkdir.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/mkdir.2 b/lib/libc/sys/mkdir.2 index cafbbd1..e5d0b7e 100644 --- a/lib/libc/sys/mkdir.2 +++ b/lib/libc/sys/mkdir.2 @@ -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 |