summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-03-13 18:10:40 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2009-03-13 18:10:40 +0100
commitfde8afcb22225c12208e51bf4823c3a93cd7389c (patch)
tree7abd4ced21e8a98a2a5b4277652076bd969507a6
parenteb53c82ffcb92f3d4fed8557202e4d763f95f0b3 (diff)
pkg(7): Fixed typo pointed out by zaba
-rw-r--r--man/7/pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/7/pkg b/man/7/pkg
index 2b471ea..1e6f9c9 100644
--- a/man/7/pkg
+++ b/man/7/pkg
@@ -33,7 +33,7 @@ sure they don't conflict with a package's ones.
=head1 THE PACKAGE DIRECTORY
-$PDIR is the core of all this stuff. It's main use is storing the packages.
+$PDIR is the core of all this stuff. Its main use is storing the packages.
There is one directory for each installed package, as created by B<git clone>.
Additionally, $PDIR holds two speciel files: B<.list> and B<.list-remote>. For
an explanation about these files, refer to the section 'the package list' below.