From 3bb2bdaef6b8952c745f256359cc4c195bb7baa4 Mon Sep 17 00:00:00 2001 From: Pawel Jakub Dawidek Date: Wed, 13 Dec 2006 13:22:57 +0000 Subject: [PATCH] Append-only flag also denies chmod(2). Is this correct behaviour? --- lib/libc/sys/chmod.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/sys/chmod.2 b/lib/libc/sys/chmod.2 index 1efffdab4dd..a429944ade3 100644 --- a/lib/libc/sys/chmod.2 +++ b/lib/libc/sys/chmod.2 @@ -179,7 +179,7 @@ Too many symbolic links were encountered in translating the pathname. The effective user ID does not match the owner of the file and the effective user ID is not the super-user. .It Bq Er EPERM -The named file has its immutable flag set, see the +The named file has its immutable or append-only flag set, see the .Xr chflags 2 manual page for more information. .It Bq Er EROFS