aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorAndreas Schulz <ats@FreeBSD.org>1995-02-17 00:41:30 +0000
committerAndreas Schulz <ats@FreeBSD.org>1995-02-17 00:41:30 +0000
commit2c0529005c3770b761660cdfe2b684073a8c4661 (patch)
treefd6b398f3fcbfc7f22cdc4c16f25311dfd934daf /lib/libc/sys
parentc7a82f9016948eb8a4b86425c4acaaa0c207f385 (diff)
Notes
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/chown.22
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