diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1996-12-30 23:34:34 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1996-12-30 23:34:34 +0000 |
commit | a4bfd6269e0546e7f29fa73b424a1896a5cc6acd (patch) | |
tree | bb8be7edb3ae72ee28deedd9c849702001b58276 | |
parent | 8f6c43ae0ff948c24ee1e94f3c09effb90f2567f (diff) |
put entries back into alpha sorted order
-rw-r--r-- | share/man/man7/hier.7 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7 index da20b0ba850..3422b70bf5a 100644 --- a/share/man/man7/hier.7 +++ b/share/man/man7/hier.7 @@ -46,6 +46,9 @@ A sketch of the filesystem hierarchy. root directory of the filesystem .It Li /bin/ user utilities fundamental to both single-user and multi-user environments +.It Li /bsd +pure kernel executable (the operating system loaded into memory +at boot time). .It Li /dev/ block and character device files .Pp @@ -59,6 +62,13 @@ file descriptor files; see .Xr \&fd 4 .El +.It Li /emul/ +base directory for alternate areas searched first when system call +emulation is in effect; see +.Xr compat_freebsd 8 , +.Xr compat_linux 8 , +.Xr compat_sunos 8 , +.Xr compat_svr4 8 . .It Li /etc/ system configuration files and scripts .Pp @@ -86,19 +96,9 @@ see .It Li uucp/ UUCP configuration files; .El -.It Li /emul/ -base directory for alternate areas searched first when system call -emulation is in effect; see -.Xr compat_freebsd 8 , -.Xr compat_linux 8 , -.Xr compat_sunos 8 , -.Xr compat_svr4 8 . .It Li /mnt/ empty directory commonly used by system administrators as a temporary mount point -.It Li /bsd -pure kernel executable (the operating system loaded into memory -at boot time). .It Li /sbin/ system programs and administration utilities fundamental to both single-user and multi-user environments |