texlive[47303] Master/texmf-dist/scripts/texlive/tlmgr.pl: link fixes

commits+karl at tug.org commits+karl at tug.org
Thu Apr 5 19:52:22 CEST 2018


Revision: 47303
          http://tug.org/svn/texlive?view=revision&revision=47303
Author:   karl
Date:     2018-04-05 19:52:22 +0200 (Thu, 05 Apr 2018)
Log Message:
-----------
link fixes for new head names, more ellipses
inside brackets

Modified Paths:
--------------
    trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl

Modified: trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl	2018-04-05 15:55:04 UTC (rev 47302)
+++ trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl	2018-04-05 17:52:22 UTC (rev 47303)
@@ -7364,7 +7364,7 @@
 
 =head1 SYNOPSIS
 
-tlmgr [I<option>...] I<action> [I<option>...] [I<operand>]...
+tlmgr [I<option>...] I<action> [I<option>...] [I<operand>...]
 
 =head1 DESCRIPTION
 
@@ -8064,7 +8064,7 @@
 
 =head2 list
 
-Synonym for L<info|/info [I<option>...] [collections|schemes|I<pkg>...]>.
+Synonym for L</info>.
 
 =head2 option
 
@@ -8396,8 +8396,7 @@
 backups of packages before they are removed.  The default is to make
 such a backup, that is, to save a copy of packages before removal.
 
-The L<restore|/restore [--json] [--backupdir I<dir>] [--all | I<pkg>
-[I<rev>]]> action explains how to restore from a backup.
+The L</restore> action explains how to restore from a backup.
 
 =item B<--no-depends>
 
@@ -8625,13 +8624,13 @@
 
 =head2 show
 
-Synonym for L<info|/info [I<option>...] [collections|schemes|I<pkg>...]>.
+Synonym for L</info>.
 
 =head2 uninstall
 
 Synonym for L<remove|/remove [I<option>...] I<pkg>...>.
 
-=head2 update [I<option>...] [I<pkg>]...
+=head2 update [I<option>...] [I<pkg>...]
 
 Updates the packages given as arguments to the latest version available
 at the installation source.  Either C<--all> or at least one I<pkg> name
@@ -8730,7 +8729,7 @@
 the key C<update-exclude>.
 
 
-=item B<--no-auto-remove> [I<pkg>]...
+=item B<--no-auto-remove> [I<pkg>...]
 
 By default, C<tlmgr> tries to remove packages which have disappeared on
 the server, as described above under C<--all>.  This option prevents
@@ -8739,7 +8738,7 @@
 since packages are not infrequently renamed or replaced by their
 authors.  Therefore this is not recommend.
 
-=item B<--no-auto-install> [I<pkg>]...
+=item B<--no-auto-install> [I<pkg>...]
 
 Under normal circumstances C<tlmgr> will install packages which are new
 on the server, as described above under C<--all>.  This option prevents
@@ -8793,8 +8792,7 @@
 actual I<content> of the update causes problems, e.g., introduces an TeX
 incompatibility.
 
-The L<restore|/restore [--json] [--backupdir I<dir>] [--all | I<pkg>
-[I<rev>]]> action explains how to restore from a backup.
+The L</restore> action explains how to restore from a backup.
 
 =item B<--no-depends>
 
@@ -9376,9 +9374,9 @@
 information it needs by reading stdout.
 
 Currently this option only applies to the 
-L<update|/update [I<option>...] [I<pkg>]...>,
+L<update|/update [I<option>...] [I<pkg>...]>,
 L<install|/install [I<option>...] I<pkg>...>, and
-L</option> actions.  
+L</option> actions.
 
 =head2 Machine-readable C<update> and C<install> output
 



More information about the tex-live-commits mailing list