diff options
author | 2021-03-31 08:00:57 +0000 | |
---|---|---|
committer | 2021-03-31 08:00:57 +0000 | |
commit | 3d3bcb1e65be1e527fb35eb4dcd56dcbfd0f78f1 (patch) | |
tree | 3d41f50c515387e3e50c60ab8ca3283cb68bf009 | |
parent | fix typos in comments (diff) | |
download | wireguard-openbsd-3d3bcb1e65be1e527fb35eb4dcd56dcbfd0f78f1.tar.xz wireguard-openbsd-3d3bcb1e65be1e527fb35eb4dcd56dcbfd0f78f1.zip |
document trusted_snapshot
-rw-r--r-- | share/man/man1/proot.1 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/share/man/man1/proot.1 b/share/man/man1/proot.1 index 4c2bb562840..29439eb126f 100644 --- a/share/man/man1/proot.1 +++ b/share/man/man1/proot.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: proot.1,v 1.7 2019/12/19 09:38:03 bentley Exp $ +.\" $OpenBSD: proot.1,v 1.8 2021/03/31 08:00:57 espie Exp $ .\" .\" Copyright (c) 2016 Marc Espie <espie@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: December 19 2019 $ +.Dd $Mdocdate: March 31 2021 $ .Dt PROOT 1 .Os .Sh NAME @@ -73,6 +73,11 @@ for details. .It Cm snapshot Copy things from a snapshot, to be retrieved from a URL or from the local filesystem. +.It Cm trusted_snapshot +Like +.Cm snapshot , +but without signature checking. +Use with caution, usually with snapshots you've built yourself. .It Cm locate Copy things from the base system, perusing the system .Xr locate 1 @@ -173,6 +178,7 @@ Who to write log as (defaults to .It Cm DISTDIR .It Cm PACKAGE_REPOSITORY .It Cm PLIST_REPOSITORY +.It Cm LOGDIR .It Cm LOCKDIR .It Cm WRKOBJDIR same as in |