diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2022-02-11 15:36:41 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2022-02-11 15:36:41 +0000 |
commit | 423a80e1928a8c6416576f66704cab2187431766 (patch) | |
tree | 8af68af977c5d603ab92da588ebc7b4e920b7a1d | |
parent | c8a0bf11700d8d9a88c5dd41bf6064368574201e (diff) |
use packing-list consistently
-rw-r--r-- | usr.sbin/pkg_add/pkg_sign.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pkg_add/pkg_sign.1 b/usr.sbin/pkg_add/pkg_sign.1 index 31efb23e2dd..34616781ed1 100644 --- a/usr.sbin/pkg_add/pkg_sign.1 +++ b/usr.sbin/pkg_add/pkg_sign.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_sign.1,v 1.12 2018/07/10 10:37:33 espie Exp $ +.\" $OpenBSD: pkg_sign.1,v 1.13 2022/02/11 15:36:40 espie Exp $ .\" Copyright (c) 2014 Marc Espie <espie@openbsd.org> .\" .\" Permission to use, copy, modify, and distribute this software for any @@ -13,7 +13,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: July 10 2018 $ +.Dd $Mdocdate: February 11 2022 $ .Dt PKG_SIGN 1 .Os .Sh NAME @@ -117,7 +117,7 @@ match. .Pp Meta-information from .Xr signify 1 -gets inserted in the packing list during extraction, +gets inserted in the packing-list during extraction, adding a .Cm @digital-signature annotation and a |