diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2023-07-04 14:03:17 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2023-07-04 14:03:17 +0000 |
commit | aeb026a727db9d5203a916b3fc871344373b2cf4 (patch) | |
tree | a6ac28185108dd002644a6257137f3061d7a9484 | |
parent | 87440891f3d2f47b80195dc50aa20bea082bd4da (diff) |
add some more fluff to documentation
-rw-r--r-- | usr.sbin/pkg_add/OpenBSD/PkgCreate.pm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/pkg_add/OpenBSD/PkgCreate.pm b/usr.sbin/pkg_add/OpenBSD/PkgCreate.pm index 0765c51dbf5..8c2ddca65a3 100644 --- a/usr.sbin/pkg_add/OpenBSD/PkgCreate.pm +++ b/usr.sbin/pkg_add/OpenBSD/PkgCreate.pm @@ -1,6 +1,6 @@ #! /usr/bin/perl # ex:ts=8 sw=4: -# $OpenBSD: PkgCreate.pm,v 1.193 2023/07/04 13:58:01 espie Exp $ +# $OpenBSD: PkgCreate.pm,v 1.194 2023/07/04 14:03:16 espie Exp $ # # Copyright (c) 2003-2014 Marc Espie <espie@openbsd.org> # @@ -373,6 +373,9 @@ sub check_version($, $, $) { } + +# Virtual PackingElements related to chunked gzips and LRU caching. +# see save_history package OpenBSD::PackingElement::StreamMarker; our @ISA = qw(OpenBSD::PackingElement::Meta); sub new($class) |