summaryrefslogtreecommitdiff
path: root/man/1
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-10-08 15:39:48 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-10-08 15:39:48 +0200
commit3ffa7d8232cf48f8404209bda915f19280df36f1 (patch)
tree7821ccc7e42a0ddb55153963c4739b5e360dd8a7 /man/1
parentafe9e322acb6384e4c8d4a87c513c6b193562371 (diff)
Updated pkg manuals
Diffstat (limited to 'man/1')
-rw-r--r--man/1/pkg11
1 files changed, 5 insertions, 6 deletions
diff --git a/man/1/pkg b/man/1/pkg
index b05d5ab..0687283 100644
--- a/man/1/pkg
+++ b/man/1/pkg
@@ -20,10 +20,6 @@ I<action> may be one of:
fetch given I<package> from the package_root and install it
-=item B<changelog> I<package>
-
-Show I<package>'s changelog (if available)
-
=item B<check> [ I<package> ]
Check dependencies, conflicts and symlinks of I<package>.
@@ -115,8 +111,11 @@ 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.
-(Yeah, this sucks. I'm working out a better way)
+Update the core package after local changes ('fake' an update, since this is
+normally done with pkg upgrade and pkg push).
+
+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.
=back