diff options
author | pjd <pjd@FreeBSD.org> | 2006-12-13 22:17:58 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2006-12-13 22:17:58 +0000 |
commit | 481eab37220c87aa4eb38eff743986d815f939e6 (patch) | |
tree | 0b76bd744cd24d0e5c5e9bfcc828f5d81976ffa8 /lib/libc | |
parent | 86119cb7ee05d42ae2668a764caad915ae98bd1e (diff) | |
download | FreeBSD-src-481eab37220c87aa4eb38eff743986d815f939e6.zip FreeBSD-src-481eab37220c87aa4eb38eff743986d815f939e6.tar.gz |
Append-only flag also denies chown(2).
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/chown.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/chown.2 b/lib/libc/sys/chown.2 index 5518fad..c0b8dc8 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 |