When undeletable flag is set, unlink(2) return EPERM.

This commit is contained in:
Pawel Jakub Dawidek 2006-12-09 19:18:39 +00:00
parent 1b5c0d50f6
commit 858e6c9cbd

View File

@ -87,7 +87,7 @@ Too many symbolic links were encountered in translating the pathname.
.It Bq Er EPERM
The named file is a directory.
.It Bq Er EPERM
The named file has its immutable or append-only
The named file has its immutable, undeletable or append-only
flag set, see the
.Xr chflags 2
manual page for more information.