diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-16 17:16:04 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-16 17:16:04 +0000 |
commit | dd0d6f105647a316fa765177417cc8cab0c3e64d (patch) | |
tree | 9a7f19997b5fce72322d557fea9db1d31910f3d5 /share/man/man7/hier.7 | |
parent | e3a7f1e52257b44fda03c6534e4ae292534cbd83 (diff) |
/altroot is for backups of the root filesystem, not root's home directory, duh!
Noticed by todd@.
Diffstat (limited to 'share/man/man7/hier.7')
-rw-r--r-- | share/man/man7/hier.7 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7 index 02988a15658..2c9a2a65623 100644 --- a/share/man/man7/hier.7 +++ b/share/man/man7/hier.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hier.7,v 1.17 2000/04/15 11:45:52 aaron Exp $ +.\" $OpenBSD: hier.7,v 1.18 2000/04/16 17:16:03 aaron Exp $ .\" $NetBSD: hier.7,v 1.7 1994/11/30 19:07:10 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -46,7 +46,9 @@ A sketch of the filesystem hierarchy. .It Li / Root directory. .It Li /altroot -Alternate (backup) location for the root user's home directory. +Alternate (backup) location for the root +.Pq Sq / +filesystem. .It Li /bin/ User utilities fundamental to both single and multi-user environments. These programs are statically compiled and therefore do not depend on any |