diff options
author | pjd <pjd@FreeBSD.org> | 2006-12-13 13:22:57 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2006-12-13 13:22:57 +0000 |
commit | d6502b0c19d9d223fe76511328106f510ff23d3e (patch) | |
tree | 98edfbc18a816fa8464cf2bb064d091433a90349 /lib/libc | |
parent | f57c7690054b21b4e29e08b5cd7f54812cb8c4fd (diff) | |
download | FreeBSD-src-d6502b0c19d9d223fe76511328106f510ff23d3e.zip FreeBSD-src-d6502b0c19d9d223fe76511328106f510ff23d3e.tar.gz |
Append-only flag also denies chmod(2). Is this correct behaviour?
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/chmod.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/chmod.2 b/lib/libc/sys/chmod.2 index 1efffda..a429944 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 |