diff options
author | 2000-04-16 17:16:03 +0000 | |
---|---|---|
committer | 2000-04-16 17:16:03 +0000 | |
commit | 6b6ac4657e0baec68801d04d481caa258cb0f34d (patch) | |
tree | f3d674ba4b082ac89c5ac886185b2cd334599d62 | |
parent | fix pr 1196, listen_port and port_to_connect interchanged (diff) | |
download | wireguard-openbsd-6b6ac4657e0baec68801d04d481caa258cb0f34d.tar.xz wireguard-openbsd-6b6ac4657e0baec68801d04d481caa258cb0f34d.zip |
/altroot is for backups of the root filesystem, not root's home directory, duh!
Noticed by todd@.
-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 |