summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-12-05 19:35:57 +0000
committerKarl Berry <karl@freefriends.org>2008-12-05 19:35:57 +0000
commitc326a715f555f7cdd490c58a87ccc4c3b5beebe8 (patch)
tree0a98bd393bf75b6c12d10774113db01ca8585093
parent09a2bb7b032fdbc4ef6d400623aa713aaaadc577 (diff)
doc updates
git-svn-id: svn://tug.org/texlive/trunk@11528 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl18
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr2.pl18
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]>