diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2019-04-26 07:14:51 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2019-04-26 07:14:51 +0000 |
commit | f9432be94369727e3712c9f0b7a4c45a877c847c (patch) | |
tree | e931ad7761311ed2d14c30e9125485935d82c8fe /share | |
parent | d296c6bc086039378f11fe46e8540b494a45ccf4 (diff) |
sysupgrade(8) uses /home/_sysupgrade
suggested by deraadt; OK jmc
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man7/hier.7 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7 index 7ca2c2f1867..30cbef0d9e5 100644 --- a/share/man/man7/hier.7 +++ b/share/man/man7/hier.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hier.7,v 1.161 2018/08/15 19:40:30 fcambus Exp $ +.\" $OpenBSD: hier.7,v 1.162 2019/04/26 07:14:50 florian Exp $ .\" $NetBSD: hier.7,v 1.7 1994/11/30 19:07:10 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)hier.7 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: August 15 2018 $ +.Dd $Mdocdate: April 26 2019 $ .Dt HIER 7 .Os .Sh NAME @@ -151,6 +151,12 @@ OpenSSL configuration files (see .El .It /home/ Default location for user home directories. +.Pp +.Bl -tag -width _sysupgrade/ -compact +.It _sysupgrade/ +Download location for +.Xr sysupgrade 8 . +.El .It /mnt/ Empty directory commonly used by system administrators as a temporary mount point. |