summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2023-05-16 10:52:59 +0000
committerMarc Espie <espie@cvs.openbsd.org>2023-05-16 10:52:59 +0000
commitb5263b4d516ae2e8e6c2adef1a108dd89707dc16 (patch)
treed36404a54bea7810b9ade901d11bab3050f23949 /usr.sbin/pkg_add
parent74e8b1594ad241f0e756a02e0b6a4ec8d55dd355 (diff)
State -> BaseState, for lightweight requirements
Diffstat (limited to 'usr.sbin/pkg_add')
-rw-r--r--usr.sbin/pkg_add/OpenBSD/Ustar.pod4
1 files 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<print>.
Error messages and fatal errors will be handled through the C<$state> object,
-which should conform to C<OpenBSD::State(3p)> (uses C<errsay> and C<fatal>).
+which should conform to C<OpenBSD::BaseState(3p)> (uses C<errsay> and C<fatal>).
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