diff options
author | Karl Berry <karl@freefriends.org> | 2008-12-05 19:35:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-12-05 19:35:57 +0000 |
commit | c326a715f555f7cdd490c58a87ccc4c3b5beebe8 (patch) | |
tree | 0a98bd393bf75b6c12d10774113db01ca8585093 /Master | |
parent | 09a2bb7b032fdbc4ef6d400623aa713aaaadc577 (diff) |
doc updates
git-svn-id: svn://tug.org/texlive/trunk@11528 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 18 | ||||
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr2.pl | 18 |
2 files changed, 20 insertions, 16 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index 2c364c0bfa9..ec9ee674c93 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -626,7 +626,7 @@ sub action_show { print "Revision: ", $tlp->revision, "\n" if ($installed); print "Collection: ", @colls, "\n" if (@colls); if ($opt_list) { - print "Included files sorted by type:\n"; + print "Included files, by type:\n"; # if the package has a .ARCH dependency we also list the files for # those packages my @todo = $tlpdb->expand_dependencies("-only-arch", $tlpdb, ($pkg)); @@ -1359,8 +1359,8 @@ sub action_update { my ($s, $m, $fullname) = $tlp->make_container("tar", $root, $temp, "__BACKUP_${pkg}.r" . $tlp->revision); if ($s <= 0) { - tlwarn("\nCreation of backup container of $pkg didn't succeed\n"); - tlwarn("I will continue updating other packages, please retry\n"); + tlwarn("\n$0: Creation of backup container of $pkg failed.\n"); + tlwarn("Continuing to update other packages, please retry...\n"); # we should try to update other packages at least next; } @@ -2701,15 +2701,17 @@ for the package if it is not locally installed. If the option B<--list> is given the list of contained files is also shown, including those for architecture specific dependencies. -=item B<list [collections|schemes]> + +=item B<list [collections|schemes|I<pkg>...]> With no argument, lists all packages available at the default install -location, prefixing those already installed with "C<i>". +location, prefixing those already installed with C<i>. + +With the single word C<collections> or C<schemes> as the argument, lists +the request type. -With an argument lists only collections or schemes, as requested. +With anything else as arguments, operates as the C<show> action. -As a convenience if there are arguments other then B<collections> or -B<schemes> those are handled over to the B<show> action (see above). =item B<check [I<option>]... [files|collections|all]> diff --git a/Master/texmf/scripts/texlive/tlmgr2.pl b/Master/texmf/scripts/texlive/tlmgr2.pl index 421328ef90f..9aaf02e58b3 100755 --- a/Master/texmf/scripts/texlive/tlmgr2.pl +++ b/Master/texmf/scripts/texlive/tlmgr2.pl @@ -647,7 +647,7 @@ sub action_show { print "Revision: ", $tlp->revision, "\n" if ($installed); print "Collection: ", @colls, "\n" if (@colls); if ($opt_list) { - print "Included files sorted by type:\n"; + print "Included files, by type:\n"; # if the package has a .ARCH dependency we also list the files for # those packages my @todo = $tlpdb->expand_dependencies("-only-arch", $tlpdb, ($pkg)); @@ -1380,8 +1380,8 @@ sub action_update { my ($s, $m, $fullname) = $tlp->make_container("tar", $root, $temp, "__BACKUP_${pkg}.r" . $tlp->revision); if ($s <= 0) { - tlwarn("\nCreation of backup container of $pkg didn't succeed\n"); - tlwarn("I will continue updating other packages, please retry\n"); + tlwarn("\n$0: Creation of backup container of $pkg failed.\n"); + tlwarn("Continuing to update other packages, please retry...\n"); # we should try to update other packages at least next; } @@ -2752,15 +2752,17 @@ for the package if it is not locally installed. If the option B<--list> is given the list of contained files is also shown, including those for architecture specific dependencies. -=item B<list [collections|schemes]> + +=item B<list [collections|schemes|I<pkg>...]> With no argument, lists all packages available at the default install -location, prefixing those already installed with "C<i>". +location, prefixing those already installed with C<i>. + +With the single word C<collections> or C<schemes> as the argument, lists +the request type. -With an argument lists only collections or schemes, as requested. +With anything else as arguments, operates as the C<show> action. -As a convenience if there are arguments other then B<collections> or -B<schemes> those are handled over to the B<show> action (see above). =item B<check [I<option>]... [files|collections|all]> |