diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-10-08 15:39:48 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-10-08 15:39:48 +0200 |
commit | 3ffa7d8232cf48f8404209bda915f19280df36f1 (patch) | |
tree | 7821ccc7e42a0ddb55153963c4739b5e360dd8a7 | |
parent | afe9e322acb6384e4c8d4a87c513c6b193562371 (diff) |
Updated pkg manuals
-rw-r--r-- | man/1/pkg | 11 | ||||
-rw-r--r-- | man/7/pkg | 4 |
2 files changed, 7 insertions, 8 deletions
@@ -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 @@ -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> |