summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/pod/OpenBSD::Intro.pod
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pkg_add/pod/OpenBSD::Intro.pod')
-rw-r--r--usr.sbin/pkg_add/pod/OpenBSD::Intro.pod4
1 files changed, 2 insertions, 2 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.