symlink.7: fchmodat cannot be used on a fd

Remove fchmodat from the list of syscalls than can operate on a symbolic link file descriptor.
This commit is contained in:
Jonathan Calmels 2019-11-01 11:55:44 -07:00 committed by GitHub
parent 96e60ae500
commit 6c5a141e65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -134,7 +134,6 @@ yields a file descriptor that can be passed as the
argument in system calls such as
.BR fstatat (2),
.BR fchownat (2),
.BR fchmodat (2),
.BR linkat (2),
and
.BR readlinkat (2),