summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/unlink.2
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2006-12-09 19:18:39 +0000
committerpjd <pjd@FreeBSD.org>2006-12-09 19:18:39 +0000
commit35ec935f3b724a4dc9e014f65ebe8baf291514d2 (patch)
tree0a94c1fc117c6c58395b657b8a84833f6bb39bee /lib/libc/sys/unlink.2
parent405791020de1e49802172d855e15c85f15592639 (diff)
downloadFreeBSD-src-35ec935f3b724a4dc9e014f65ebe8baf291514d2.zip
FreeBSD-src-35ec935f3b724a4dc9e014f65ebe8baf291514d2.tar.gz
When undeletable flag is set, unlink(2) return EPERM.
Diffstat (limited to 'lib/libc/sys/unlink.2')
-rw-r--r--lib/libc/sys/unlink.22
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.
OpenPOWER on IntegriCloud