Date: Tue, 23 May 2023 12:24:18 GMT From: Mike Karels <karels@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 9a6a948128c9 - main - hier.7: update /home Message-ID: <202305231224.34NCOIQ5017602@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by karels: URL: https://cgit.FreeBSD.org/src/commit/?id=9a6a948128c9e2e39ea728e5f60b8bb82c9c1fca commit 9a6a948128c9e2e39ea728e5f60b8bb82c9c1fca Author: Mike Karels <karels@FreeBSD.org> AuthorDate: 2023-05-23 12:21:12 +0000 Commit: Mike Karels <karels@FreeBSD.org> CommitDate: 2023-05-23 12:21:12 +0000 hier.7: update /home The default for home directories is changing from /usr/home to /home; update the corresponding entries. Also move /home into alphabetical order. Reviewed by: mhorne, manpages(bcr) Differential Revision: https://reviews.freebsd.org/D40203 --- share/man/man7/hier.7 | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7 index e91bc2d5d193..d999c28b860e 100644 --- a/share/man/man7/hier.7 +++ b/share/man/man7/hier.7 @@ -28,7 +28,7 @@ .\" @(#)hier.7 8.1 (Berkeley) 6/5/93 .\" $FreeBSD$ .\" -.Dd November 23, 2022 +.Dd May 22, 2023 .Dt HIER 7 .Os .Sh NAME @@ -90,10 +90,6 @@ file descriptor files; see .Xr fd 4 .El -.It Pa /home/ -user HOME directories. -This is a symlink to -.Pa /usr/home/ .It Pa /etc/ system configuration files and scripts .Pp @@ -141,6 +137,12 @@ see .It Pa ssl/ OpenSSL configuration files .El +.It Pa /home/ +users' HOME directories; +the layout is not standardized, but a typical interactive user +.Dv beastie +might receive their own directory +.Pa /home/beastie .It Pa /lib/ critical system libraries needed for binaries in .Pa /bin @@ -218,12 +220,6 @@ and .Xr bsdinstall 8 .It Pa include/ standard C include files -.It Pa home/ -users' HOME directories; -the layout is not standardized, but a typical interactive user -.Dv beastie -might receive their own directory under -.Pa /usr/home/beastie .Pp .It Pa lib/ shared and archive
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305231224.34NCOIQ5017602>