summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
diff options
context:
space:
mode:
authorwilliam <william@cvs.openbsd.org>2012-08-30 02:52:17 +0000
committerwilliam <william@cvs.openbsd.org>2012-08-30 02:52:17 +0000
commit9aaedc43e830f4577edeaedf54bf9509e8b02744 (patch)
tree4626b62a7a0a0fab731cb539a8b1af4c220b15f4 /usr.sbin/pkg_add
parent1dbb4f86570541f2aab1fe65e7b6d16f69605259 (diff)
Lowercase the first "i" in isFile, isLink, isSymLink, and isHardLink
to match reality. ok espie
Diffstat (limited to 'usr.sbin/pkg_add')
-rw-r--r--usr.sbin/pkg_add/pod/OpenBSD::Ustar.pod10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/pkg_add/pod/OpenBSD::Ustar.pod b/usr.sbin/pkg_add/pod/OpenBSD::Ustar.pod
index 7ea3f519043..95b874f361e 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.18 2011/03/20 08:21:25 espie Exp $
+$OpenBSD: OpenBSD::Ustar.pod,v 1.19 2012/08/30 02:52:16 william Exp $
=head1 NAME
@@ -130,19 +130,19 @@ the characteristics of the archive header:
true if archive entry is a directory
-=item C<$o-E<gt>IsFile>
+=item C<$o-E<gt>isFile>
true if archive entry is a file
-=item C<$o-E<gt>IsLink>
+=item C<$o-E<gt>isLink>
true if archive entry is any kind of link
-=item C<$o-E<gt>IsSymLink>
+=item C<$o-E<gt>isSymLink>
true if archive entry is a symbolic link
-=item C<$o-E<gt>IsHardLink>
+=item C<$o-E<gt>isHardLink>
true if archive entry is a hard link