diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-13 18:10:40 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-13 18:10:40 +0100 |
commit | fde8afcb22225c12208e51bf4823c3a93cd7389c (patch) | |
tree | 7abd4ced21e8a98a2a5b4277652076bd969507a6 | |
parent | eb53c82ffcb92f3d4fed8557202e4d763f95f0b3 (diff) |
pkg(7): Fixed typo pointed out by zaba
-rw-r--r-- | man/7/pkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |