diff options
author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2007-01-16 15:17:27 +0000 |
---|---|---|
committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2007-01-16 15:17:27 +0000 |
commit | e9f0620b9faa632e5fb2bc226a93fcd9f724c562 (patch) | |
tree | 6966c0863775283805235ec14e26ebeccd45ec5e | |
parent | 5c924050257fa88b0d124c69f82ffa866b61ee70 (diff) |
Notes
-rw-r--r-- | lib/libc/sys/chmod.2 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libc/sys/chmod.2 b/lib/libc/sys/chmod.2 index 0ff95a3e942a..185463df8349 100644 --- a/lib/libc/sys/chmod.2 +++ b/lib/libc/sys/chmod.2 @@ -28,7 +28,7 @@ .\" @(#)chmod.2 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd December 9, 2006 +.Dd January 16, 2006 .Dt CHMOD 2 .Os .Sh NAME @@ -175,6 +175,10 @@ 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 effective user ID is not the super-user, the effective user ID do match the +owner of the file, but the group ID of the file does not match the effective +group ID nor one of the supplementary group IDs. +.It Bq Er EPERM The named file has its immutable or append-only flag set, see the .Xr chflags 2 manual page for more information. |