diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/rename.2 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/libc/sys/rename.2 b/lib/libc/sys/rename.2 index bbb7c25..bf695d4 100644 --- a/lib/libc/sys/rename.2 +++ b/lib/libc/sys/rename.2 @@ -134,6 +134,14 @@ argument has its immutable, undeletable or append-only flag set, see the .Xr chflags 2 manual page for more information. .It Bq Er EPERM +The parent directory of the file pointed at by the +.Fa from +argument has its immutable or append-only flag set. +.It Bq Er EPERM +The parent directory of the file pointed at by the +.Fa to +argument has its immutable flag set. +.It Bq Er EPERM The directory containing .Fa from is marked sticky, |