diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-07 15:10:34 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-07 15:10:34 +0200 |
commit | 01966188885e0215cd54a3f035c37510037ab1e2 (patch) | |
tree | 7baa18bc75e63325d5a9ab5116ddb1d98ebe28b8 | |
parent | 2c9dd173bc4b21664c84572bab0cd0091c523427 (diff) |
doc/pkg: minor fixes
-rw-r--r-- | doc/pkg | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,6 +1,6 @@ =head1 NAME -pkg - Package maintaining utility +pkg - Package maintenance utility =head1 SYNOPSIS @@ -8,6 +8,8 @@ B<pkg> I<action> [ I<arguments> ] =head1 DESCRIPTION +B<pkg> is the basic script for maintaining packages + I<action> may be one of: =over @@ -59,7 +61,7 @@ If no arguments is given, checks all installed packages =item B<update> [ I<package> ] -retrieve and install newest available version of I<package> +retrieve and install newest available version of I<package>. If no argument is given, updates all installed packages =back @@ -105,7 +107,7 @@ Default: --quiet =item CL_OPTIONS -Options to invoke checklinks with +Options to invoke checklinks with. Default: -q =back |