diff options
author | Norbert Preining <preining@logic.at> | 2018-04-04 00:30:22 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2018-04-04 00:30:22 +0000 |
commit | d38fee7441081b997cc276ba5dfd405f0e1cfbec (patch) | |
tree | 00739dbba786e350fa9534d2aecb9ace8b556dfa /Master/texmf-dist/scripts | |
parent | 1e103dcf79a799b9e0e6a77ff6eea366fe98ad9c (diff) |
tlmgr POD: option dots inside brackets
git-svn-id: svn://tug.org/texlive/trunk@47278 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/tlmgr.pl | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index cfc84414db2..01d85087460 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -7364,7 +7364,7 @@ tlmgr - the native TeX Live Manager =head1 SYNOPSIS -tlmgr [I<option>]... I<action> [I<option>]... [I<operand>]... +tlmgr [I<option>...] I<action> [I<option>...] [I<operand>]... =head1 DESCRIPTION @@ -8373,7 +8373,7 @@ C<--print-arch> is a synonym. Print the TeX Live platform identifier, TL platform long name, and original output from guess. -=head2 remove [I<option>]... I<pkg>... +=head2 remove [I<option>...] I<pkg>... Remove each I<pkg> specified. Removing a collection removes all package dependencies (unless C<--no-depends> is specified), but not any @@ -8392,7 +8392,7 @@ also specified. =item B<--backupdir> I<directory> These options behave just as with the L<update|/update -[I<option>]... [I<pkg>]...> action (q.v.), except they apply to making +[I<option>...] [I<pkg>...]> action (q.v.), except they apply to making 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. @@ -8405,7 +8405,7 @@ Do not remove dependent packages. =item B<--no-depends-at-all> -See above under L<install|/install [I<option>]... I<pkg>...> (and beware). +See above under L<install|/install [I<option>...] I<pkg>...> (and beware). =item B<--force> @@ -8629,9 +8629,9 @@ Synonym for L<info|/info [I<option>...] [collections|schemes|I<pkg>...]>. =head2 uninstall -Synonym for L<remove|/remove [I<option>]... I<pkg>...>. +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 @@ -8804,7 +8804,7 @@ suppresses this behavior. =item B<--no-depends-at-all> -See above under L<install|/install [I<option>]... I<pkg>...> (and beware). +See above under L<install|/install [I<option>...] I<pkg>...> (and beware). =item B<--force> @@ -9376,8 +9376,8 @@ written to stdout). The idea is that a program can get all the information it needs by reading stdout. Currently this option only applies to the -L<update|/update [I<option>]... [I<pkg>]...>, -L<install|/install [I<option>]... I<pkg>...>, and +L<update|/update [I<option>...] [I<pkg>]...>, +L<install|/install [I<option>...] I<pkg>...>, and L</option> actions. =head2 Machine-readable C<update> and C<install> output |