From 12340c26fb359abfc96877b6890f9e421d1bb046 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Wed, 23 Aug 2006 18:29:02 +0000 Subject: [PATCH] Some more fixes: * Add /home and /sys * Fix alphabetic order for /modules and /mnt * Add mdoc for pathnames --- share/man/man7/hier.7 | 98 ++++++++++++++++++++++++++++++------------- 1 file changed, 70 insertions(+), 28 deletions(-) diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7 index d3df1361cc..2cac6996ab 100644 --- a/share/man/man7/hier.7 +++ b/share/man/man7/hier.7 @@ -31,7 +31,7 @@ .\" .\" @(#)hier.7 8.1 (Berkeley) 6/5/93 .\" $FreeBSD: src/share/man/man7/hier.7,v 1.29.2.17 2003/01/13 21:43:50 ceri Exp $ -.\" $DragonFly: src/share/man/man7/hier.7,v 1.6 2006/08/23 17:51:39 swildner Exp $ +.\" $DragonFly: src/share/man/man7/hier.7,v 1.7 2006/08/23 18:29:02 swildner Exp $ .\" .Dd August 23, 2006 .Dt HIER 7 @@ -109,16 +109,18 @@ uucp configuration files; see .Xr uucp 1 .El +.It Pa /home/ +HOME directories of non-root users .It Pa /kernel pure kernel executable (the operating system loaded into memory at boot time). +.It Pa /mnt/ +empty directory commonly used by +system administrators as a temporary mount point .It Pa /modules/ loadable kernel modules; see .Xr kldstat 8 -.It Pa /mnt/ -empty directory commonly used by -system administrators as a temporary mount point .It Pa /proc/ process file system; see @@ -129,6 +131,9 @@ root's HOME directory .It Pa /sbin/ system programs and administration utilities fundamental to both single-user and multi-user environments +.It Pa /sys/ +the kernel's source code (usually a symbolic link to +.Pa /usr/src/sys ) .It Pa /tmp/ temporary files that are not guaranteed to persist across system reboots .It Pa /usr/ @@ -332,22 +337,44 @@ see .Pp .It Pa local/ local executables, libraries, etc. -Within local/, the general layout sketched out by +Within +.Pa local/ , +the general layout sketched out by .Xr hier 7 -for /usr -should be used. Exceptions are the man directory (directly under local/ -rather than under local/share/), documentation (in share/doc//), -and /usr/local/etc (mimics /etc). +for +.Pa /usr +should be used. Exceptions are the man directory (directly under +.Pa local/ +rather than under +.Pa local/share/ ) , +documentation (in +.Pa share/doc// ) , +and +.Pa /usr/local/etc +.Pf ( mimics +.Pa /etc ) . .It Pa obj/ -architecture-specific target tree produced by building the /usr/src tree +architecture-specific target tree produced by building the +.Pa /usr/src +tree .It Pa pkg/ default destination directory for the pkgsrc collection. -Within pkg/, the general layout sketched out by +Within +.Pa pkg/ , +the general layout sketched out by .Xr hier 7 -for /usr -should be used. Exceptions are the man directory (directly under pkg/ -rather than under pkg/share/), documentation (in share/doc//), -and /usr/pkg/etc (mimics /etc). +for +.Pa /usr +should be used. Exceptions are the man directory (directly under +.Pa pkg/ +rather than under +.Pa pkg/share/ ) , +documentation (in +.Pa share/doc// ) , +and +.Pa /usr/pkg/etc +.Pf ( mimics +.Pa /etc ) . .It Pa pkgsrc/ The NetBSD pkgsrc collection (optional). .It Pa sbin/ @@ -478,44 +505,55 @@ third-party, and/or local source files .Pp .Bl -tag -width ".It Pa kerberos5/" -compact .It Pa bin/ -source code for files in /bin +source code for files in +.Pa /bin .It Pa contrib/ source code for contributed software .It Pa crypto/ source code for contributed cryptography software .It Pa etc/ -source code for files in /etc +source code for files in +.Pa /etc .It Pa games/ -source code for files in /usr/games +source code for files in +.Pa /usr/games .It Pa gnu/ Utilities covered by the GNU General Public License .It Pa include/ -source code for files in /usr/include +source code for files in +.Pa /usr/include .It Pa kerberos5/ source code for kerberos version 5 .It Pa lib/ -source code for files in /usr/lib +source code for files in +.Pa /usr/lib .It Pa libexec/ -source code for files in /usr/libexec +source code for files in +.Pa /usr/libexec .It Pa nrelease/ files required to produce a .Dx release .It Pa sbin/ -source code for files in /sbin +source code for files in +.Pa /sbin .It Pa secure/ -build directory for files in /usr/src/crypto +build directory for files in +.Pa /usr/src/crypto .It Pa share/ -source for files in /usr/share +source for files in +.Pa /usr/share .It Pa sys/ kernel source code .It Pa tools/ tools used for maintenance and testing of .Dx .It Pa usr.bin/ -source code for files in /usr/bin +source code for files in +.Pa /usr/bin .It Pa usr.sbin/ -source code for files in /usr/sbin +source code for files in +.Pa /usr/sbin .El .El .It Pa /var/ @@ -629,7 +667,9 @@ undelivered submission mail queue; see .Xr sendmail 8 .It Pa ftp/ -commonly ~ftp; the anonymous ftp root directory +commonly +.Pa ~ftp ; +the anonymous ftp root directory .It Pa mqueue/ undelivered mail queue; see @@ -639,7 +679,9 @@ line printer spooling directories .It Pa uucp/ uucp spool directory .It Pa uucppublic/ -commonly ~uucp; public uucp temporary directory +commonly +.Pa ~uucp ; +public uucp temporary directory .El .Pp .It Pa tmp/ -- 2.41.0