ref: 22ca1a9c2e831d15c65a8e8788b0bebc968fb95a
parent: 63f4c2887a8f80225dad82c46e65a8fbe546a2f3
author: mischief <mischief@offblast.org>
date: Fri Oct 12 04:47:52 EDT 2018
namespace(4): fix $home bin paths
--- a/sys/man/4/namespace
+++ b/sys/man/4/namespace
@@ -316,7 +316,8 @@
Mounted here is a union directory composed of
.BR /$objtype/bin ,
.BR /rc/bin ,
-.BR $home/$objtype/bin ,
+.BR $home/bin/$objtype ,
+.BR $home/bin/rc ,
etc., so
.B /bin
is always the directory containing the appropriate executables
--
⑨