diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-04-04 20:35:08 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-04-04 20:35:08 +0200 |
commit | e2c5a8853828f2b4eed53b4cbd77ddcce39412ed (patch) | |
tree | 1ac0bd59af06a207e75b3ade8473f77779214e00 /man | |
parent | e3da1b94d531160e469209d6de260211ba6afc41 (diff) |
pkg.conf(5): Describe PKG_ROOT a little more precisely
Diffstat (limited to 'man')
-rw-r--r-- | man/5/pkg.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/5/pkg.conf b/man/5/pkg.conf index a73eedf..a9b7b3a 100644 --- a/man/5/pkg.conf +++ b/man/5/pkg.conf @@ -22,7 +22,8 @@ reasonable (so I hope) defaults. =item B<PKG_ROOT>=I<url> -the package root path +the package root path. +I<url> may either be of the form C<ssh://host/path> or C</path>. =item B<PKGLIST_PATH>=I<path> ($PKG_PATH/pkglist) |