summaryrefslogtreecommitdiff
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
parentafe9e322acb6384e4c8d4a87c513c6b193562371 (diff)
Updated pkg manuals
-rw-r--r--man/1/pkg11
-rw-r--r--man/7/pkg4
2 files changed, 7 insertions, 8 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
diff --git a/man/7/pkg b/man/7/pkg
index c3d3aea..213df86 100644
--- a/man/7/pkg
+++ b/man/7/pkg
@@ -85,9 +85,9 @@ This command does two things.
First, it creates the appropiate symlinks in F<~/bin> to the files in B<bin/>.
Second, it runs podchecker(1) over the files in B<bin/> and B<man/> and
uses pod2man(1) to create man pages from them, which will then be stored in
-.collected (like .collected/man/man7/pkg.7).
+B<.collected> (like .collected/man/man7/pkg.7).
-The commend is invoked with pkg upgrade and pkg add
+The command is invoked with pkg upgrade, pkg add and pkg push
=item B<genocide_collected> I<package>