diff options
author | pjd <pjd@FreeBSD.org> | 2006-12-09 19:18:39 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2006-12-09 19:18:39 +0000 |
commit | 35ec935f3b724a4dc9e014f65ebe8baf291514d2 (patch) | |
tree | 0a94c1fc117c6c58395b657b8a84833f6bb39bee /lib/libc | |
parent | 405791020de1e49802172d855e15c85f15592639 (diff) | |
download | FreeBSD-src-35ec935f3b724a4dc9e014f65ebe8baf291514d2.zip FreeBSD-src-35ec935f3b724a4dc9e014f65ebe8baf291514d2.tar.gz |
When undeletable flag is set, unlink(2) return EPERM.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/unlink.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/unlink.2 b/lib/libc/sys/unlink.2 index 40bbc33..dbab664 100644 --- a/lib/libc/sys/unlink.2 +++ b/lib/libc/sys/unlink.2 @@ -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. |