diff options
-rw-r--r-- | Master/doc.html | 6 | ||||
-rw-r--r-- | Master/texmf-dist/doc/man/man1/tlmgr.1 | 19 | ||||
-rw-r--r-- | Master/texmf-dist/doc/man/man1/tlmgr.man1.pdf | bin | 134522 -> 134915 bytes |
3 files changed, 18 insertions, 7 deletions
diff --git a/Master/doc.html b/Master/doc.html index 428640cb1a2..3c9bdb3bd86 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -8385,7 +8385,7 @@ Typeset fregean Begriffsschrift <li><b><a href="texmf-dist/doc/latex/frenchmath">frenchmath</a></b><small> (<a href="https://ctan.org/pkg/frenchmath">CTAN</a>): Typesetting mathematics according to French rules -<a href="texmf-dist/doc/latex/frenchmath/frenchmath.pdf">frenchmath.pdf</a>. +<a href="texmf-dist/doc/latex/frenchmath/frenchmath.pdf">frenchmath.pdf</a> (fr). </small></li> <li><b><a href="texmf-dist/doc/latex/frontespizio">frontespizio</a></b><small> @@ -23174,7 +23174,7 @@ Typesetting Z and CSP format specifications Line spacing for CJK documents <a href="texmf-dist/doc/latex/zhlineskip/CJKmetrics.pdf">CJKmetrics.pdf</a> <a href="texmf-dist/doc/latex/zhlineskip/Latinmetrics.pdf">Latinmetrics.pdf</a> -<a href="texmf-dist/doc/latex/zhlineskip/zhlineskip-man.pdf">zhlineskip-man.pdf</a> (zh). +<a href="texmf-dist/doc/latex/zhlineskip/zhlineskip.pdf">zhlineskip.pdf</a> (zh). </small></li> <li><b><a href="texmf-dist/doc/latex/zhlipsum">zhlipsum</a></b><small> @@ -23247,5 +23247,5 @@ Standard conforming typesetting of Japanese, for XeLaTeX <p><a href="#letter-1">1</a> - <a href="#letter-2">2</a> - <a href="#letter-A">A</a> - <a href="#letter-B">B</a> - <a href="#letter-C">C</a> - <a href="#letter-D">D</a> - <a href="#letter-E">E</a> - <a href="#letter-F">F</a> - <a href="#letter-G">G</a> - <a href="#letter-H">H</a> - <a href="#letter-I">I</a> - <a href="#letter-J">J</a> - <a href="#letter-K">K</a> - <a href="#letter-L">L</a> - <a href="#letter-M">M</a> - <a href="#letter-N">N</a> - <a href="#letter-O">O</a> - <a href="#letter-P">P</a> - <a href="#letter-Q">Q</a> - <a href="#letter-R">R</a> - <a href="#letter-S">S</a> - <a href="#letter-T">T</a> - <a href="#letter-U">U</a> - <a href="#letter-V">V</a> - <a href="#letter-W">W</a> - <a href="#letter-X">X</a> - <a href="#letter-Y">Y</a> - <a href="#letter-Z">Z</a></p> <hr /> -<small>Generated Thu May 16 01:37:59 CEST 2019 by tl-update-docindex.</small> +<small>Generated Fri May 17 01:38:10 CEST 2019 by tl-update-docindex.</small> </body></html> diff --git a/Master/texmf-dist/doc/man/man1/tlmgr.1 b/Master/texmf-dist/doc/man/man1/tlmgr.1 index 8ffdfe35b24..b1ee8ca5c08 100644 --- a/Master/texmf-dist/doc/man/man1/tlmgr.1 +++ b/Master/texmf-dist/doc/man/man1/tlmgr.1 @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "TLMGR 1" -.TH TLMGR 1 "2019-05-09" "perl v5.28.1" "User Contributed Perl Documentation" +.TH TLMGR 1 "2019-05-16" "perl v5.28.1" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -1216,6 +1216,8 @@ yourself if you are using this feature and want stale symlinks removed. .IX Item "repository remove path|tag" .IP "\fBrepository set \f(BIpath\fB[#\f(BItag\fB] [\f(BIpath\fB[#\f(BItag\fB] ...]\fR" 4 .IX Item "repository set path[#tag] [path[#tag] ...]" +.IP "\fBrepository status\fR" 4 +.IX Item "repository status" .PD This action manages the list of repositories. See \s-1MULTIPLE REPOSITORIES\s0 below for detailed explanations. @@ -1231,8 +1233,17 @@ package the available platforms (if any) are listed, too. The third form (\f(CW\*(C`add\*(C'\fR) adds a repository (optionally attaching a tag) to the list of repositories. The forth form (\f(CW\*(C`remove\*(C'\fR) removes a repository, either by full path/url, or by -tag. The last form (\f(CW\*(C`set\*(C'\fR) sets the list of repositories to the items -given on the command line, not keeping previous settings +tag. The fifth form (\f(CW\*(C`set\*(C'\fR) sets the list of repositories to the items +given on the command line, not keeping previous settings. +.Sp +The last form (\f(CW\*(C`status\*(C'\fR) reports the verification status of the +loaded repositories in the following format: One repository per line with +4 fields separated with a single space: The tag (which can be the same +as the \s-1URL\s0), the \s-1URL,\s0 the verification code (a number), and the +verbal description of the verification status (last field extending to +the end of line). This format is valid under machine readable output, +while in normal output the third field (numeric verification status) +is not present. .Sp In all cases, one of the repositories must be tagged as \f(CW\*(C`main\*(C'\fR; otherwise, all operations will fail! @@ -2299,4 +2310,4 @@ This script and its documentation were written for the TeX Live distribution (<https://tug.org/texlive>) and both are licensed under the \&\s-1GNU\s0 General Public License Version 2 or later. .PP -\&\f(CW$Id:\fR tlmgr.pl 50796 2019\-04\-05 22:43:08Z karl $ +\&\f(CW$Id:\fR tlmgr.pl 51141 2019\-05\-16 11:18:52Z preining $ diff --git a/Master/texmf-dist/doc/man/man1/tlmgr.man1.pdf b/Master/texmf-dist/doc/man/man1/tlmgr.man1.pdf Binary files differindex 1cc780ae71c..49b22d79b32 100644 --- a/Master/texmf-dist/doc/man/man1/tlmgr.man1.pdf +++ b/Master/texmf-dist/doc/man/man1/tlmgr.man1.pdf |