From d5ecdd2f84f9d2f7da62abe388df4031ce018c38 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 25 Dec 2019 00:54:09 +0000 Subject: tl-update-auto git-svn-id: svn://tug.org/texlive/trunk@53228 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/man/man1/tlmgr.1 | 47 ++++++++++++++++++++------ Master/texmf-dist/doc/man/man1/tlmgr.man1.pdf | Bin 136550 -> 137287 bytes 2 files changed, 36 insertions(+), 11 deletions(-) (limited to 'Master/texmf-dist/doc/man') diff --git a/Master/texmf-dist/doc/man/man1/tlmgr.1 b/Master/texmf-dist/doc/man/man1/tlmgr.1 index 815676c7d57..86bf22e3f54 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-12-22" "perl v5.30.1" "User Contributed Perl Documentation" +.TH TLMGR 1 "2019-12-24" "perl v5.30.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 @@ -474,13 +474,11 @@ performed are written to the terminal. .IX Subsection "candidates pkg" Shows the available candidate repositories for package \fIpkg\fR. See \*(L"\s-1MULTIPLE REPOSITORIES\*(R"\s0 below. -.SS "check [\fIoption\fP...] [files|depends|executes|runfiles|all]" -.IX Subsection "check [option...] [files|depends|executes|runfiles|all]" -Executes one (or all) check(s) on the consistency of the installation. -.IP "\fBfiles\fR" 4 -.IX Item "files" -Checks that all files listed in the local \s-1TLPDB\s0 (\f(CW\*(C`texlive.tlpdb\*(C'\fR) are -actually present, and lists those missing. +.SS "check [\fIoption\fP...] [depends|executes|files|runfiles|texmfdbs|all]" +.IX Subsection "check [option...] [depends|executes|files|runfiles|texmfdbs|all]" +Execute one (or all) check(s) of the consistency of the installation. +If no problems are found, there will be no output. (To get a view of +what is being done, run \f(CW\*(C`tlmgr \-v check\*(C'\fR.) .IP "\fBdepends\fR" 4 .IX Item "depends" Lists those packages which occur as dependencies in an installed collection, @@ -493,16 +491,43 @@ instead since former versions for \f(CW\*(C`tlmgr\*(C'\fR called it that way. .IX Item "executes" Check that the files referred to by \f(CW\*(C`execute\*(C'\fR directives in the TeX Live Database are present. +.IP "\fBfiles\fR" 4 +.IX Item "files" +Checks that all files listed in the local \s-1TLPDB\s0 (\f(CW\*(C`texlive.tlpdb\*(C'\fR) are +actually present, and lists those missing. .IP "\fBrunfiles\fR" 4 .IX Item "runfiles" List those filenames that are occurring more than one time in the -runfiles sections. +runfiles sections, except for known duplicates. +.IP "\fBtexmfdbs\fR" 4 +.IX Item "texmfdbs" +Checks related to the \f(CW\*(C`ls\-R\*(C'\fR files. If you have defined new trees, or +changed the \f(CW\*(C`TEXMF\*(C'\fR or \f(CW\*(C`TEXMFDBS\*(C'\fR variables, it can't hurt to run +this. It checks that: +.RS 4 +.ie n .IP "\- all items in ""TEXMFDBS"" have the ""!!"" prefix." 8 +.el .IP "\- all items in \f(CWTEXMFDBS\fR have the \f(CW!!\fR prefix." 8 +.IX Item "- all items in TEXMFDBS have the !! prefix." +.PD 0 +.ie n .IP "\- all items in ""TEXMFBDS"" have an ""ls\-R"" file (if they exist at all)." 8 +.el .IP "\- all items in \f(CWTEXMFBDS\fR have an \f(CWls\-R\fR file (if they exist at all)." 8 +.IX Item "- all items in TEXMFBDS have an ls-R file (if they exist at all)." +.ie n .IP "\- all items in ""TEXMF"" with ""!!"" are listed in ""TEXMFDBS""." 8 +.el .IP "\- all items in \f(CWTEXMF\fR with \f(CW!!\fR are listed in \f(CWTEXMFDBS\fR." 8 +.IX Item "- all items in TEXMF with !! are listed in TEXMFDBS." +.ie n .IP "\- all items in ""TEXMF"" with an ""ls\-R"" file are listed in ""TEXMFDBS""." 8 +.el .IP "\- all items in \f(CWTEXMF\fR with an \f(CWls\-R\fR file are listed in \f(CWTEXMFDBS\fR." 8 +.IX Item "- all items in TEXMF with an ls-R file are listed in TEXMFDBS." +.RE +.RS 4 +.RE +.PD .PP Options: .IP "\fB\-\-use\-svn\fR" 4 .IX Item "--use-svn" Use the output of \f(CW\*(C`svn status\*(C'\fR instead of listing the files; for -checking the \s-1TL\s0 development repository. +checking the \s-1TL\s0 development repository. (This is run nightly.) .SS "conf" .IX Subsection "conf" .IP "\fBconf [texmf|tlmgr|updmap [\-\-conffile \f(BIfile\fB] [\-\-delete] [\f(BIkey\fB [\f(BIvalue\fB]]]\fR" 4 @@ -2337,4 +2362,4 @@ This script and its documentation were written for the TeX Live distribution () and both are licensed under the \&\s-1GNU\s0 General Public License Version 2 or later. .PP -\&\f(CW$Id:\fR tlmgr.pl 53213 2019\-12\-22 22:22:33Z karl $ +\&\f(CW$Id:\fR tlmgr.pl 53225 2019\-12\-24 19:19:02Z karl $ diff --git a/Master/texmf-dist/doc/man/man1/tlmgr.man1.pdf b/Master/texmf-dist/doc/man/man1/tlmgr.man1.pdf index f9a03ce4034..f4576c16b0a 100644 Binary files a/Master/texmf-dist/doc/man/man1/tlmgr.man1.pdf and b/Master/texmf-dist/doc/man/man1/tlmgr.man1.pdf differ -- cgit v1.2.3