diff options
author | 2019-04-26 07:14:50 +0000 | |
---|---|---|
committer | 2019-04-26 07:14:50 +0000 | |
commit | bf100dfb112c6759e00155977c7e44d50dc6db59 (patch) | |
tree | b5e595a885c16b946249b664d7b3e00597cb433c /share/man/man7 | |
parent | a bit more evil (diff) | |
download | wireguard-openbsd-bf100dfb112c6759e00155977c7e44d50dc6db59.tar.xz wireguard-openbsd-bf100dfb112c6759e00155977c7e44d50dc6db59.zip |
sysupgrade(8) uses /home/_sysupgrade
suggested by deraadt; OK jmc
Diffstat (limited to 'share/man/man7')
-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. |