Correct the parameters for the fchown. The third was erroneously
specified as uid_t but should be gid_t.
This commit is contained in:
parent
c7a82f9016
commit
2c0529005c
@ -43,7 +43,7 @@
|
||||
.Ft int
|
||||
.Fn chown "const char *path" "uid_t owner" "gid_t group"
|
||||
.Ft int
|
||||
.Fn fchown "int fd" "uid_t owner" "uid_t group"
|
||||
.Fn fchown "int fd" "uid_t owner" "gid_t group"
|
||||
.Sh DESCRIPTION
|
||||
The owner ID and group ID of the file
|
||||
named by
|
||||
|
Loading…
Reference in New Issue
Block a user