summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/1/pkg19
-rw-r--r--man/7/pkg2
2 files changed, 9 insertions, 12 deletions
diff --git a/man/1/pkg b/man/1/pkg
index 97176ae..f96b6f7 100644
--- a/man/1/pkg
+++ b/man/1/pkg
@@ -20,11 +20,6 @@ I<action> may be one of:
fetch given I<package> from the package_root and install it
-=item B<check> [ I<package> ]
-
-Check dependencies, conflicts and symlinks of I<package>.
-If no argument is given, checks all installed packages
-
=item B<delete>|B<remove> I<package>
Remove I<package> from the local packages tree
@@ -61,6 +56,11 @@ Show commit history for package
push new local versions to PKG_ROOT.
If no argument is given, pushes all installed packages
+=item B<refresh> [ I<package> ]
+
+Check prereqs and update symlinks of I<package>.
+If no argument is given, refreshs all installed packages
+
=item B<remote-update>
Update remote package list
@@ -108,13 +108,10 @@ Get new stuff from the packages_root
Push local changes to the packages_root
-=item * B<pkg eval exec_hook core post-update; pkg eval populate_collected core>
-
-Update the core package after local changes ('fake' an update, since this is
-normally done with pkg upgrade and pkg push).
+=item * B<pkg refresh core>
-NOTE: As of Wed Oct 8 10:48:22 2008 +0200, this should be done automatically
-whenever neccessary. You probably won't need to do this manually.
+'Fake-Upgrade'. Execute the appropiate commands as if the core package had been
+upgraded (useful when you change something but don't want to commit/push yet)
=back
diff --git a/man/7/pkg b/man/7/pkg
index ee7d03c..e0f8e64 100644
--- a/man/7/pkg
+++ b/man/7/pkg
@@ -54,7 +54,7 @@ packages from and pushes packages to.
=head2 CAUTION
The file $PKG_ROOT/core/include/pkglist is used by pkg, so make sure the git
-rupo is checked out. A regular 'git checkout -f' in the core repo is recommended.
+repo is checked out. A regular 'git checkout -f' in the core repo is recommended.
=head1 WHAT IS A PACKAGE?