diff options
author | Karl Berry <karl@freefriends.org> | 2020-12-13 00:53:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-12-13 00:53:56 +0000 |
commit | 3e2316e421d98d1118248efd7e001ebbf6f09d0a (patch) | |
tree | 797afd48b160935f2080500385fa74c87c23bd4a /Master/texmf-dist/doc | |
parent | 1cd8844f67dfa90034392aa0667a44094cf15c26 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@57121 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/man/man1/tlmgr.1 | 16 | ||||
-rw-r--r-- | Master/texmf-dist/doc/man/man1/tlmgr.man1.pdf | bin | 135989 -> 135954 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/texlive/tlmgr.html | 4 |
3 files changed, 10 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/man/man1/tlmgr.1 b/Master/texmf-dist/doc/man/man1/tlmgr.1 index 3fde339694e..aa2729675bf 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 "2020-11-24" "perl v5.30.2" "User Contributed Perl Documentation" +.TH TLMGR 1 "2020-12-12" "perl v5.30.2" "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 @@ -1643,12 +1643,12 @@ If the package on the server is older than the package already installed (e.g., if the selected mirror is out of date), \f(CW\*(C`tlmgr\*(C'\fR does not downgrade. Also, packages for uninstalled platforms are not installed. .PP -\&\f(CW\*(C`tlmgr\*(C'\fR saves a copy of the \f(CW\*(C`texlive.tlpdb\*(C'\fR file used for an update -with a suffix representing the repository url, as in -\&\f(CW\*(C`tlpkg/texlive.tlpdb.\*(C'\fR\fIlong-hash-string\fR. These can be useful for -fallback information, but if you don't like them accumulating (e.g., -\&\f(CW\*(C`mirror.ctan.org\*(C'\fR resolves to many different hosts, each resulting in -a possibly different hash), it's harmless to delete them. +\&\f(CW\*(C`tlmgr\*(C'\fR saves one copy of the main \f(CW\*(C`texlive.tlpdb\*(C'\fR file used for an +update with a suffix representing the repository url, as in +\&\f(CW\*(C`tlpkg/texlive.tlpdb.main.\*(C'\fR\fIlong-hash-string\fR. Thus, even when many +mirrors are used, only one main \f(CW\*(C`tlpdb\*(C'\fR backup is kept. For non-main +repositories, which do not generally have (m)any mirrors, no pruning of +backups is done. .PP This action does not automatically add or remove new symlinks in system directories; you need to run \f(CW\*(C`tlmgr\*(C'\fR \*(L"path\*(R" yourself if you are using @@ -2388,4 +2388,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 56993 2020\-11\-24 18:35:36Z karl $ +\&\f(CW$Id:\fR tlmgr.pl 57119 2020\-12\-12 23:40:00Z karl $ 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 e89e6b86ae9..a3172ffb39a 100644 --- a/Master/texmf-dist/doc/man/man1/tlmgr.man1.pdf +++ b/Master/texmf-dist/doc/man/man1/tlmgr.man1.pdf diff --git a/Master/texmf-dist/doc/texlive/tlmgr.html b/Master/texmf-dist/doc/texlive/tlmgr.html index 3101f98d6a3..2ac05a76d0e 100644 --- a/Master/texmf-dist/doc/texlive/tlmgr.html +++ b/Master/texmf-dist/doc/texlive/tlmgr.html @@ -1485,7 +1485,7 @@ <p>If the package on the server is older than the package already installed (e.g., if the selected mirror is out of date), <code>tlmgr</code> does not downgrade. Also, packages for uninstalled platforms are not installed.</p> -<p><code>tlmgr</code> saves a copy of the <code>texlive.tlpdb</code> file used for an update with a suffix representing the repository url, as in <code>tlpkg/texlive.tlpdb.</code><i>long-hash-string</i>. These can be useful for fallback information, but if you don't like them accumulating (e.g., <code>mirror.ctan.org</code> resolves to many different hosts, each resulting in a possibly different hash), it's harmless to delete them.</p> +<p><code>tlmgr</code> saves one copy of the main <code>texlive.tlpdb</code> file used for an update with a suffix representing the repository url, as in <code>tlpkg/texlive.tlpdb.main.</code><i>long-hash-string</i>. Thus, even when many mirrors are used, only one main <code>tlpdb</code> backup is kept. For non-main repositories, which do not generally have (m)any mirrors, no pruning of backups is done.</p> <p>This action does not automatically add or remove new symlinks in system directories; you need to run <code>tlmgr</code> <a href="#path">"path"</a> yourself if you are using this feature and want new symlinks added.</p> @@ -2125,7 +2125,7 @@ <p>This script and its documentation were written for the TeX Live distribution (<a href="https://tug.org/texlive">https://tug.org/texlive</a>) and both are licensed under the GNU General Public License Version 2 or later.</p> -<p>$Id: tlmgr.pl 56993 2020-11-24 18:35:36Z karl $</p> +<p>$Id: tlmgr.pl 57119 2020-12-12 23:40:00Z karl $</p> </body> |