From 5fc83ebf8d07896a21107158b7db8cd8f17a1dcc Mon Sep 17 00:00:00 2001 From: espie Date: Tue, 16 May 2023 10:52:58 +0000 Subject: [PATCH] State -> BaseState, for lightweight requirements --- usr.sbin/pkg_add/OpenBSD/Ustar.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1