git: 9front

Download patch

ref: 6df4c1fa8b23af22eef59ef99cfbdfd64ccddfb7
parent: 69f7ffbe4a01efd96de971506930374e5c67e523
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Tue Nov 18 20:31:20 EST 2014

hjfs(8): theres no chown in plan9, link to chgrp(1) manpage.

--- a/sys/man/8/hjfs
+++ b/sys/man/8/hjfs
@@ -50,7 +50,8 @@
 .PP
 .I Allow
 disables permission checking and allows
-.BR chown .
+changing file ownership (see
+.IR chgrp (1)).
 This may help in initializing a file system.
 Use this with caution.
 .PP
--