summaryrefslogtreecommitdiff
path: root/man/7
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-07-11 23:56:47 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2009-07-11 23:56:47 +0200
commit03283d14fd429e8c096b37d70b1be757e11ea6af (patch)
treebecb3bb9bbe7cef6682a25fc61177b14de098b5b /man/7
parentc50193f20a1ed1465f374b82a8145f79f45e778c (diff)
Documentation updates
Diffstat (limited to 'man/7')
-rw-r--r--man/7/caretaker.pod10
1 files changed, 5 insertions, 5 deletions
diff --git a/man/7/caretaker.pod b/man/7/caretaker.pod
index bbef02d..0b7cbb6 100644
--- a/man/7/caretaker.pod
+++ b/man/7/caretaker.pod
@@ -40,12 +40,12 @@ from this, they will be ignored by caretaker.
=head1 THE PACKAGE ROOT
-The packages_root, in caretaker referred to as $PKG_ROOT, is structured just like
-the packages directory $PKG_DIR, except that it neither contains .list nor
-.list-remote. The packages root is the central point where caretaker fetches
+The package root, in caretaker referred to as $PKG_ROOT, is structured just like
+the package directory $PKG_DIR, except that it neither contains .list nor
+.list-remote. It is the central point where caretaker fetches
packages from and pushes packages to.
-The package root should contain the pkglist script shipped in include/.
+It should contain the pkglist script shipped in include/.
If it doesn't, PKGLIST_PATH in .caretaker.conf must be set to the appropiate
location on the package root host.
@@ -53,7 +53,7 @@ location on the package root host.
The package list lives in the files B<.list> and B<.list-remote> mentioned
above. It's used to decide whether a package needs to be pulled / pushed.
-Also, the 'caretaker add' completion relies on .list-remote, and back in the days when
+Also, the 'ct add' completion relies on .list-remote, and back in the days when
caretaker supported more than one DVCS, it was used to determine which DVCS to use
for which package.