diff options
| author | Andreas Schulz <ats@FreeBSD.org> | 1995-02-17 00:41:30 +0000 |
|---|---|---|
| committer | Andreas Schulz <ats@FreeBSD.org> | 1995-02-17 00:41:30 +0000 |
| commit | 2c0529005c3770b761660cdfe2b684073a8c4661 (patch) | |
| tree | fd6b398f3fcbfc7f22cdc4c16f25311dfd934daf /lib/libc/sys | |
| parent | c7a82f9016948eb8a4b86425c4acaaa0c207f385 (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys')
| -rw-r--r-- | lib/libc/sys/chown.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/chown.2 b/lib/libc/sys/chown.2 index 8b851e2e6ad7..11c3956898e8 100644 --- a/lib/libc/sys/chown.2 +++ b/lib/libc/sys/chown.2 @@ -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 |
