From 10873dafaf5ac7f1d9b767deea14b37fc91f623b Mon Sep 17 00:00:00 2001
From: Pawel Jakub Dawidek <pjd@FreeBSD.org>
Date: Wed, 13 Dec 2006 22:17:58 +0000
Subject: [PATCH] Append-only flag also denies chown(2).

---
 lib/libc/sys/chown.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libc/sys/chown.2 b/lib/libc/sys/chown.2
index 5518fadf7662..c0b8dc8f558a 100644
--- a/lib/libc/sys/chown.2
+++ b/lib/libc/sys/chown.2
@@ -121,7 +121,7 @@ Too many symbolic links were encountered in translating the pathname.
 The operation would change the ownership, but 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