summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/man/man1/tlmgr.1
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-05-16 23:38:13 +0000
committerKarl Berry <karl@freefriends.org>2019-05-16 23:38:13 +0000
commit3f306855cede7d2fd0f62cfc4fe65a10e2714e8e (patch)
tree070269d0ab2cedd29bc6d3be1e9f8c4d6b43c1f1 /Master/texmf-dist/doc/man/man1/tlmgr.1
parent95bb884c2ef8cfa465c13f5e49912e84e9c9e26f (diff)
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@51146 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/man/man1/tlmgr.1')
-rw-r--r--Master/texmf-dist/doc/man/man1/tlmgr.119
1 files changed, 15 insertions, 4 deletions
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 $