aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/chown
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-08-05 16:31:05 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-08-05 16:31:05 +0000
commit84e59eb50d533ef4e842fd057460814a2190b05c (patch)
tree63479b4fad6e4edc8f4c7be71c876af590d0c2b8 /usr.sbin/chown
parentf5c789f5a934dba022d7028c85ccba1a840b7e72 (diff)
Notes
Diffstat (limited to 'usr.sbin/chown')
-rw-r--r--usr.sbin/chown/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/chown/Makefile b/usr.sbin/chown/Makefile
index 084b4bc026f7..9a4974cffa78 100644
--- a/usr.sbin/chown/Makefile
+++ b/usr.sbin/chown/Makefile
@@ -2,8 +2,8 @@
PROG= chown
CFLAGS+=-DSUPPORT_DOT
-MAN1= chgrp.0
-MAN8= chown.0
+MAN1= chgrp.1
+MAN8= chown.8
LINKS= ${BINDIR}/chown /usr/bin/chgrp
.include <bsd.prog.mk>