cvs commit: src/lib/libc/sys rmdir.2
Pawel Jakub Dawidek
pjd at FreeBSD.org
Sat Dec 9 11:44:40 PST 2006
pjd 2006-12-09 19:44:38 UTC
FreeBSD src repository
Modified files:
lib/libc/sys rmdir.2
Log:
- If the directory to be removed has its immutable, undeletable or append-only
flag set, rmdir(2) returns EPERM.
- If the parent directory of the directory to be removed has its immutable or
append-only flag set, rmdir(2) returns EPERM.
Revision Changes Path
1.16 +9 -1 src/lib/libc/sys/rmdir.2
More information about the cvs-src
mailing list