diff options
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. |