diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2009-04-14 17:53:59 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2009-04-14 17:53:59 +0000 |
commit | 0eeedccf76bc2c7471d658552dead38ad5afbea9 (patch) | |
tree | bbf9b52d2bae817a80f29da0813928d1638a8e8f /usr.sbin/pkg_add/pkg_info.1 | |
parent | ed3a64d9765d596b326e1d8ef28e5c975a742929 (diff) |
initial implementation of package signatures, based on x509 certificates and
smime detached signatures.
Diffstat (limited to 'usr.sbin/pkg_add/pkg_info.1')
-rw-r--r-- | usr.sbin/pkg_add/pkg_info.1 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.sbin/pkg_add/pkg_info.1 b/usr.sbin/pkg_add/pkg_info.1 index 066a949fd48..d13a1d6ecf2 100644 --- a/usr.sbin/pkg_add/pkg_info.1 +++ b/usr.sbin/pkg_add/pkg_info.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_info.1,v 1.31 2009/04/13 22:44:16 schwarze Exp $ +.\" $OpenBSD: pkg_info.1,v 1.32 2009/04/14 17:53:58 espie Exp $ .\" .\" Documentation and design originally from FreeBSD. All the code has .\" been rewritten since. We keep the documentation's notice: @@ -15,7 +15,7 @@ .\" Jordan K. Hubbard .\" .\" -.Dd $Mdocdate: April 13 2009 $ +.Dd $Mdocdate: April 14 2009 $ .Dt PKG_INFO 1 .Os .Sh NAME @@ -24,7 +24,7 @@ .Sh SYNOPSIS .Nm pkg_info .Bk -words -.Op Fl AacDdfIiKkLMPqRrSstUv +.Op Fl AacCDdfIiKkLMPqRrSstUv .Op Fl E Ar filename .Op Fl e Ar pkg-name .Op Fl l Ar str @@ -70,6 +70,8 @@ including internal packages. Show information for all currently installed packages. .It Fl c Show the one-line comment field for each package. +.It Fl C +Show certificate information for signed packages. .It Fl D Show the install-message file (if any) for each package (deprecated option). .It Fl d |