diff options
author | mischief <mischief@offblast.org> | 2018-10-12 08:47:52 -0700 |
---|---|---|
committer | mischief <mischief@offblast.org> | 2018-10-12 08:47:52 -0700 |
commit | c60ba7267dbb1eb63b4ccc99031fa6142d099a11 (patch) | |
tree | 697c9c6da5c3635437326c8dcaa74dbbd73dc927 /sys/man/4 | |
parent | aa356432075765087cca097d92bd9941c25229d0 (diff) |
namespace(4): fix $home bin paths
Diffstat (limited to 'sys/man/4')
-rw-r--r-- | sys/man/4/namespace | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/man/4/namespace b/sys/man/4/namespace index 14ab9de46..2daf0ec3e 100644 --- a/sys/man/4/namespace +++ b/sys/man/4/namespace @@ -316,7 +316,8 @@ and 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 |