From: espie Date: Tue, 16 May 2023 10:52:58 +0000 (+0000) Subject: State -> BaseState, for lightweight requirements X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=5fc83ebf8d07896a21107158b7db8cd8f17a1dcc;p=openbsd State -> BaseState, for lightweight requirements --- diff --git a/usr.sbin/pkg_add/OpenBSD/Ustar.pod b/usr.sbin/pkg_add/OpenBSD/Ustar.pod index d96941eba02..781cefae497 100644 --- a/usr.sbin/pkg_add/OpenBSD/Ustar.pod +++ b/usr.sbin/pkg_add/OpenBSD/Ustar.pod @@ -1,4 +1,4 @@ -$OpenBSD: Ustar.pod,v 1.2 2023/05/16 10:51:36 espie Exp $ +$OpenBSD: Ustar.pod,v 1.3 2023/05/16 10:52:58 espie Exp $ =head1 NAME @@ -56,7 +56,7 @@ to be usable on pipe outputs. For archive writing, the filehandle should support C. Error messages and fatal errors will be handled through the C<$state> object, -which should conform to C (uses C and C). +which should conform to C (uses C and C). Note that read and write support are mutually exclusive, though there is no need to specify the mode used at creation time; it is implicitly