From d6502b0c19d9d223fe76511328106f510ff23d3e Mon Sep 17 00:00:00 2001 From: pjd 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 1efffdab4ddd..a429944ade35 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