summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2008-06-02 23:31:34 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2008-06-02 23:31:34 +0000
commita157f3f26757cce346f808fd16a1ed9b1671d915 (patch)
treeb53378ea2a132f42fe5140900d6907dafc626622 /usr.sbin
parent1c257c73f6c161960eb9fdc2122548e746545dc1 (diff)
fix references to OpenBSD:Ustar; from Alan Bueno
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/pkg_add/pod/OpenBSD::Intro.pod4
-rw-r--r--usr.sbin/pkg_add/pod/OpenBSD::Ustar.pod4
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/pkg_add/pod/OpenBSD::Intro.pod b/usr.sbin/pkg_add/pod/OpenBSD::Intro.pod
index 894577832a1..eed27a12052 100644
--- a/usr.sbin/pkg_add/pod/OpenBSD::Intro.pod
+++ b/usr.sbin/pkg_add/pod/OpenBSD::Intro.pod
@@ -1,4 +1,4 @@
-$OpenBSD: OpenBSD::Intro.pod,v 1.7 2008/04/07 11:21:16 espie Exp $
+$OpenBSD: OpenBSD::Intro.pod,v 1.8 2008/06/02 23:31:33 jmc Exp $
=head1 NAME
@@ -47,7 +47,7 @@ get away with, before having to define an actual database format.
Turns out we do not need a database format, or even any cache on the
ftp server.
-Avoid copying files all over the place. Hence the L<OpenBSD::UStar(3p)>
+Avoid copying files all over the place. Hence the L<OpenBSD::Ustar(3p)>
module that allows package tools to manipulate tarballs directly without
having to extract them first in a staging area.
diff --git a/usr.sbin/pkg_add/pod/OpenBSD::Ustar.pod b/usr.sbin/pkg_add/pod/OpenBSD::Ustar.pod
index b4d6cbe1665..f53bf62371b 100644
--- a/usr.sbin/pkg_add/pod/OpenBSD::Ustar.pod
+++ b/usr.sbin/pkg_add/pod/OpenBSD::Ustar.pod
@@ -1,4 +1,4 @@
-$OpenBSD: OpenBSD::Ustar.pod,v 1.11 2007/03/26 23:36:26 espie Exp $
+$OpenBSD: OpenBSD::Ustar.pod,v 1.12 2008/06/02 23:31:33 jmc Exp $
=head1 NAME
@@ -46,7 +46,7 @@ For the time being, it can only handle the USTAR archive format.
A filehandle C<$fh> is associated with an C<OpenBSD::Ustar> object through
C<new>. For archive reading, the filehandle should support
-C<read>. C<OpenBSD::UStar> does not rely on C<seek> or C<rewind> in order
+C<read>. C<OpenBSD::Ustar> does not rely on C<seek> or C<rewind> in order
to be usable on pipe outputs. For archive writing, the filehandle should
support C<print>.