diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2021-03-31 08:00:58 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2021-03-31 08:00:58 +0000 |
commit | e691bb97b2354523e268c56b0008c164a370a14b (patch) | |
tree | 4b60f45a572760e3c7ce7f5d4bb2e1841754be71 | |
parent | 24a22419c249a75193efc7e9a36a6a86cfabd514 (diff) |
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 |