link.2: ERRORS: add EPERM for immutable/append-only files

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-01-17 10:13:28 +13:00
parent 937a7c8747
commit 5fae754f7f
1 changed files with 6 additions and 0 deletions

View File

@ -260,6 +260,12 @@ The caller does not have permission to create a hard link to this file
in
.BR proc (5)).
.TP
.B EPERM
.I oldpath
is marked immutable or append-only.
(See
.BR ioctl_iflags (2).)
.TP
.B EROFS
The file is on a read-only filesystem.
.TP