summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/man/man1/tlmgr.18
-rw-r--r--Master/texmf-dist/doc/texlive/tlmgr.html19
-rw-r--r--Master/tlpkg/installer/ctan-mirrors.pl4
3 files changed, 9 insertions, 22 deletions
diff --git a/Master/texmf-dist/doc/man/man1/tlmgr.1 b/Master/texmf-dist/doc/man/man1/tlmgr.1
index 2d840d448a0..032e4816cc8 100644
--- a/Master/texmf-dist/doc/man/man1/tlmgr.1
+++ b/Master/texmf-dist/doc/man/man1/tlmgr.1
@@ -55,7 +55,7 @@
.\" ========================================================================
.\"
.IX Title "TLMGR 1"
-.TH TLMGR 1 2024-02-19 "perl v5.38.2" "User Contributed Perl Documentation"
+.TH TLMGR 1 2024-02-22 "perl v5.38.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
@@ -410,8 +410,8 @@ name and in package descriptions, as complete words, and in filenames,
as any substring, and outputs bug-reporting and other information for
the package selected from the results.
.PP
-The search is equivalent to \f(CW\*(C`tlmgr search \-\-word \-\-file \fR\f(CIsearch\-string\fR\f(CW.
-Thus, \fR\f(CIsearch\-string\fR\f(CW is interpreted as a (Perl) regular expression.\*(C'\fR
+The search is equivalent to \f(CW\*(C`tlmgr search \-\-word \-\-file\*(C'\fR \fIsearch-string\fR.
+Thus, \fIsearch-string\fR is interpreted as a (Perl) regular expression.
.SS "candidates \fIpkg\fP"
.IX Subsection "candidates pkg"
Shows the available candidate repositories for package \fIpkg\fR.
@@ -2323,4 +2323,4 @@ This script and its documentation were written for the TeX Live
distribution (<https://tug.org/texlive>) and both are licensed under the
GNU General Public License Version 2 or later.
.PP
-\&\f(CW$Id:\fR tlmgr.pl 70001 2024\-02\-19 23:17:07Z karl $
+\&\f(CW$Id:\fR tlmgr.pl 70080 2024\-02\-22 23:13:07Z karl $
diff --git a/Master/texmf-dist/doc/texlive/tlmgr.html b/Master/texmf-dist/doc/texlive/tlmgr.html
index 35df80c2b34..da392073352 100644
--- a/Master/texmf-dist/doc/texlive/tlmgr.html
+++ b/Master/texmf-dist/doc/texlive/tlmgr.html
@@ -92,7 +92,6 @@
</li>
<li><a href="#ENVIRONMENT-VARIABLES">ENVIRONMENT VARIABLES</a></li>
<li><a href="#AUTHORS-AND-COPYRIGHT">AUTHORS AND COPYRIGHT</a></li>
- <li><a href="#POD-ERRORS">POD ERRORS</a></li>
</ul>
<h1 id="NAME">NAME</h1>
@@ -409,7 +408,7 @@
<p>Searches for <i>search-string</i> (prompted for, if not given) as a package name and in package descriptions, as complete words, and in filenames, as any substring, and outputs bug-reporting and other information for the package selected from the results.</p>
-<p>The search is equivalent to <code>tlmgr search --word --file <i>search-string</i>. Thus, <i>search-string</i> is interpreted as a (Perl) regular expression.</code></p>
+<p>The search is equivalent to <code>tlmgr search --word --file</code> <i>search-string</i>. Thus, <i>search-string</i> is interpreted as a (Perl) regular expression.</p>
<h2 id="candidates-pkg">candidates <i>pkg</i></h2>
@@ -2140,21 +2139,7 @@ other output from post actions, not in machine readable form</code></pre>
<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 70001 2024-02-19 23:17:07Z karl $</p>
-
-<h1 id="POD-ERRORS">POD ERRORS</h1>
-
-<p>Hey! <b>The above document had some coding errors, which are explained below:</b></p>
-
-<dl>
-
-<dt id="Around-line-8454">Around line 8454:</dt>
-<dd>
-
-<p>Unterminated C&lt;...&gt; sequence</p>
-
-</dd>
-</dl>
+<p>$Id: tlmgr.pl 70080 2024-02-22 23:13:07Z karl $</p>
</body>
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl
index ae4e92906f1..dc1ca988f0f 100644
--- a/Master/tlpkg/installer/ctan-mirrors.pl
+++ b/Master/tlpkg/installer/ctan-mirrors.pl
@@ -28,6 +28,7 @@ $mirrors = {
},
'India' => {
'https://in.mirrors.cicku.me/ctan/' => 1,
+ 'https://mirror.niser.ac.in/ctan/' => 1,
},
'Indonesia' => {
'http://repo.ugm.ac.id/ctan/' => 1,
@@ -46,7 +47,6 @@ $mirrors = {
},
'Korea' => {
'http://ftp.ktug.org/tex-archive/' => 1,
- 'https://ftp.kaist.ac.kr/tex-archive/' => 1,
'https://kr.mirrors.cicku.me/ctan/' => 1,
'https://lab.uklee.pe.kr/tex-archive/' => 1,
'https://mirror.kakao.com/CTAN/' => 1,
@@ -99,6 +99,7 @@ $mirrors = {
'https://ctan.mc1.root.project-creative.net/' => 1,
'https://ctan.mirror.norbert-ruehl.de/' => 1,
'https://ctan.net/' => 1,
+ 'https://ctan.space-pro.be/tex-archive/' => 1,
'https://de.mirrors.cicku.me/ctan/' => 1,
'https://ftp.agdsn.de/pub/mirrors/latex/dante/' => 1,
'https://ftp.fau.de/ctan/' => 1,
@@ -135,6 +136,7 @@ $mirrors = {
'Poland' => {
'https://ctan.gust.org.pl/tex-archive/' => 1,
'https://polish-mirror.evolution-host.com/ctan/' => 1,
+ 'https://sunsite.icm.edu.pl/pub/CTAN/' => 1,
},
'Portugal' => {
'https://ftp.eq.uc.pt/software/TeX/' => 1,