[tex-live] [patch] tlmgr documentation typos

Scott Kostyshak skostysh at lyx.org
Thu Feb 18 09:17:36 CET 2016


Attached is a patch that corrects some minor typos in tlmgr.pl, some of
which make it into the documentation and some that are only comments.

Scott
-------------- next part --------------
Index: Master/texmf-dist/scripts/texlive/tlmgr.pl
===================================================================
--- Master/texmf-dist/scripts/texlive/tlmgr.pl	(revision 39761)
+++ Master/texmf-dist/scripts/texlive/tlmgr.pl	(working copy)
@@ -1030,7 +1030,7 @@
   info("$prg remove: dry run, no changes will be made\n") if $opts{"dry-run"};
   my @packs = @ARGV;
   #
-  # we have to be carefull not to remove too many packages. The idea is
+  # we have to be careful not to remove too many packages. The idea is
   # as follows:
   # - let A be the set of all packages to be removed from the cmd line
   # - let A* be the set of A with all dependencies expanded
@@ -1481,8 +1481,8 @@
       }
     }
     # some packages might depend on other packages, so do not
-    # include arbitrary package in the list of collections, but
-    # only collectons:
+    # include arbitrary packages in the list of collections, but
+    # only collections:
     @colls = grep {m;^collection-;} @colls;
     print "package:     ", $tlp->name, "\n";
     print "repository:  ", $source_found, "\n" if (defined($source_found));
@@ -2032,12 +2032,12 @@
 #   exists before tlmgr.pl is launched, it will be removed or 
 #   tlmgr.bat will abort if it fails to do so. This means that the 
 #   updater script has to be created by the current invocation of 
-#   tlmgr.pl. Futhermore, the updater script is renamed from 
+#   tlmgr.pl. Furthermore, the updater script is renamed from 
 #   updater-w32 to updater-w32.bat just before it is run, and thus 
 #   it can be executed only once.
 # * write_w32_updater subroutine in tlmgr.pl prepares the update
 #   and writes the updater script. Packages in .xz archives are
-#   dowloaded/copied and uncompressed to .tar files. Also .tar 
+#   downloaded/copied and uncompressed to .tar files. Also .tar 
 #   backups of the current packages are made. If everything is 
 #   successful, the update script is created from the template. 
 #   Otherwise the update is aborted.
@@ -2104,7 +2104,7 @@
     my $localtlp = $localtlpdb->get_package($pkg);
     my $oldrev = $localtlp->revision;
     my $newrev = $mediatlp->revision;
-    # we do install documenation files for category Documentation even if
+    # we do install documentation files for category Documentation even if
     # option("install_docfiles") is false
     my $opt_real_doc = ($mediatlp->category =~ m/documentation/i) ? 1 : $opt_doc;
     my @pkg_parts = ($pkg);
@@ -2827,10 +2827,10 @@
       }
     }
     #
-    # the idea of supressing warnings is simply that if a file is present
+    # the idea of suppressing warnings is simply that if a file is present
     # in more than one package either in the beginning or after a full 
     # update then this should give a warning. In all other cases
-    # the warning should be supressed.
+    # the warning should be suppressed.
     for my $f (keys %old_files_to_pkgs) {
       my @a = @{$old_files_to_pkgs{$f}};
       $do_warn_on_move{$f} = 1 if ($#a > 0)
@@ -3477,7 +3477,7 @@
 #   take .ARCH deps into account
 #
 # tlmgr install --reinstall ...
-#   behaves exactely like without --reinstall BUT the following two
+#   behaves exactly like without --reinstall BUT the following two
 #   differences:
 #   . dependencies are not expanded from collection to collection, so
 #     if you reinstall a collection then all its dependencies of type
@@ -6357,7 +6357,7 @@
 
 C<tlmgr> logs all package actions (install, remove, update, failed
 updates, failed restores) to a separate log file, by default
-C<TEXMFSYSVAR/web2c/tlmgr.log>.  This option allows you to specific a
+C<TEXMFSYSVAR/web2c/tlmgr.log>.  This option allows you to specificy a
 different file for the log.
 
 =item B<--pause>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <http://tug.org/pipermail/tex-live/attachments/20160218/12b5f815/attachment.bin>


More information about the tex-live mailing list