summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-12-12 00:49:54 +0000
committerKarl Berry <karl@freefriends.org>2021-12-12 00:49:54 +0000
commit4f89fde4ec0b351a9acbf4819304778f35cd8b38 (patch)
treea007f65c97de4444a3a3302cb9a6e3dab7ceb4d3 /Master/texmf-dist
parent3b6fec22e22af8c8ee86fbc9acb5ebddf31b1ec8 (diff)
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@61281 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/man/man1/tlmgr.147
-rw-r--r--Master/texmf-dist/doc/man/man1/tlmgr.man1.pdfbin139307 -> 139220 bytes
-rw-r--r--Master/texmf-dist/doc/texlive/tlmgr.html10
3 files changed, 24 insertions, 33 deletions
diff --git a/Master/texmf-dist/doc/man/man1/tlmgr.1 b/Master/texmf-dist/doc/man/man1/tlmgr.1
index 459ef08ea8a..7377ed918ac 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 "2021-12-09" "perl v5.34.0" "User Contributed Perl Documentation"
+.TH TLMGR 1 "2021-12-11" "perl v5.34.0" "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
@@ -1696,9 +1696,9 @@ The allowed keys are:
.ie n .IP """require\-verification ="" 0 or 1 (default 0), same as command-line option." 4
.el .IP "\f(CWrequire\-verification =\fR 0 or 1 (default 0), same as command-line option." 4
.IX Item "require-verification = 0 or 1 (default 0), same as command-line option."
-.ie n .IP """tkfontscale ="" \fIfloating-point number\fR. Controls the scaling of fonts in the Tk based frontends." 4
-.el .IP "\f(CWtkfontscale =\fR \fIfloating-point number\fR. Controls the scaling of fonts in the Tk based frontends." 4
-.IX Item "tkfontscale = floating-point number. Controls the scaling of fonts in the Tk based frontends."
+.ie n .IP """tkfontscale ="" \fIfloating-point number\fR (default 1.0); scaling factor for fonts in the Tk-based frontends." 4
+.el .IP "\f(CWtkfontscale =\fR \fIfloating-point number\fR (default 1.0); scaling factor for fonts in the Tk-based frontends." 4
+.IX Item "tkfontscale = floating-point number (default 1.0); scaling factor for fonts in the Tk-based frontends."
.ie n .IP """update\-exclude ="" \fIcomma-separated list of packages\fR (no spaces allowed). Same as the command line option ""\-\-exclude"" for the ""update"" action." 4
.el .IP "\f(CWupdate\-exclude =\fR \fIcomma-separated list of packages\fR (no spaces allowed). Same as the command line option \f(CW\-\-exclude\fR for the \f(CWupdate\fR action." 4
.IX Item "update-exclude = comma-separated list of packages (no spaces allowed). Same as the command line option --exclude for the update action."
@@ -1708,28 +1708,23 @@ The allowed keys are:
.PD
.PP
The system-wide config file can contain one additional key:
-.ie n .IP """allowed\-actions"" \fIaction1\fR [,\fIaction\fR,...] The value is a comma-separated list of ""tlmgr"" actions which are allowed to be executed when ""tlmgr"" is invoked in system mode (that is, without ""\-\-usermode"")." 4
-.el .IP "\f(CWallowed\-actions\fR \fIaction1\fR [,\fIaction\fR,...] The value is a comma-separated list of \f(CWtlmgr\fR actions which are allowed to be executed when \f(CWtlmgr\fR is invoked in system mode (that is, without \f(CW\-\-usermode\fR)." 4
-.IX Item "allowed-actions action1 [,action,...] The value is a comma-separated list of tlmgr actions which are allowed to be executed when tlmgr is invoked in system mode (that is, without --usermode)."
-This allows distributors to include the \f(CW\*(C`tlmgr\*(C'\fR in their packaging, but
-allow only a restricted set of actions that do not interfere with their
-distro package manager. For native TeX Live installations, it doesn't
-make sense to set this.
-.PP
-The \f(CW\*(C`no\-checksums\*(C'\fR key needs more explanation. By default, package
-checksums computed and stored on the server (in the \s-1TLPDB\s0) are compared
-to checksums computed locally after downloading. \f(CW\*(C`no\-checksums\*(C'\fR
-disables this process.
-.PP
-The checksum algorithm is \s-1SHA\-512.\s0 Your system must have one of (looked
-for in this order) the Perl \f(CW\*(C`Digest::SHA\*(C'\fR module, the \f(CW\*(C`openssl\*(C'\fR
-program (<https://openssl.org>), the \f(CW\*(C`sha512sum\*(C'\fR program (from \s-1GNU\s0
-Coreutils, <https://www.gnu.org/software/coreutils>), or finally the
-\&\f(CW\*(C`shasum\*(C'\fR program (just to support old Macs). If none of these are
-available, a warning is issued and \f(CW\*(C`tlmgr\*(C'\fR proceeds without checking
-checksums. (Incidentally, other \s-1SHA\s0 implementations, such as the pure
-Perl and pure Lua modules, are much too slow to be usable in our
-context.) \f(CW\*(C`no\-checksums\*(C'\fR avoids the warning.
+.ie n .IP """allowed\-actions ="" \fIaction1\fR[,\fIaction2\fR,...] The value is a comma-separated list (no spaces) of ""tlmgr"" actions which are allowed to be executed when ""tlmgr"" is invoked in system mode (that is, without ""\-\-usermode""). This allows distributors to include ""tlmgr"" in their packaging, but allow only a restricted set of actions that do not interfere with their distro package manager. For native TeX Live installations, it doesn't make sense to set this." 4
+.el .IP "\f(CWallowed\-actions =\fR \fIaction1\fR[,\fIaction2\fR,...] The value is a comma-separated list (no spaces) of \f(CWtlmgr\fR actions which are allowed to be executed when \f(CWtlmgr\fR is invoked in system mode (that is, without \f(CW\-\-usermode\fR). This allows distributors to include \f(CWtlmgr\fR in their packaging, but allow only a restricted set of actions that do not interfere with their distro package manager. For native TeX Live installations, it doesn't make sense to set this." 4
+.IX Item "allowed-actions = action1[,action2,...] The value is a comma-separated list (no spaces) of tlmgr actions which are allowed to be executed when tlmgr is invoked in system mode (that is, without --usermode). This allows distributors to include tlmgr in their packaging, but allow only a restricted set of actions that do not interfere with their distro package manager. For native TeX Live installations, it doesn't make sense to set this."
+.PP
+Finally, the \f(CW\*(C`no\-checksums\*(C'\fR key needs more explanation. By default,
+package checksums computed and stored on the server (in the \s-1TLPDB\s0) are
+compared to checksums computed locally after downloading.
+\&\f(CW\*(C`no\-checksums\*(C'\fR disables this process. The checksum algorithm is
+\&\s-1SHA\-512.\s0 Your system must have one of (looked for in this order) the
+Perl \f(CW\*(C`Digest::SHA\*(C'\fR module, the \f(CW\*(C`openssl\*(C'\fR program
+(<https://openssl.org>), the \f(CW\*(C`sha512sum\*(C'\fR program (from \s-1GNU\s0 Coreutils,
+<https://www.gnu.org/software/coreutils>), or finally the \f(CW\*(C`shasum\*(C'\fR
+program (just to support old Macs). If none of these are available, a
+warning is issued and \f(CW\*(C`tlmgr\*(C'\fR proceeds without checking checksums.
+\&\f(CW\*(C`no\-checksums\*(C'\fR avoids the warning. (Incidentally, other \s-1SHA\s0
+implementations, such as the pure Perl and pure Lua modules, are much
+too slow to be usable in our context.)
.SH "CRYPTOGRAPHIC VERIFICATION"
.IX Header "CRYPTOGRAPHIC VERIFICATION"
\&\f(CW\*(C`tlmgr\*(C'\fR and \f(CW\*(C`install\-tl\*(C'\fR perform cryptographic verification if
diff --git a/Master/texmf-dist/doc/man/man1/tlmgr.man1.pdf b/Master/texmf-dist/doc/man/man1/tlmgr.man1.pdf
index 45485eba498..266550496ce 100644
--- a/Master/texmf-dist/doc/man/man1/tlmgr.man1.pdf
+++ b/Master/texmf-dist/doc/man/man1/tlmgr.man1.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/texlive/tlmgr.html b/Master/texmf-dist/doc/texlive/tlmgr.html
index 9e386548747..1ad74074a08 100644
--- a/Master/texmf-dist/doc/texlive/tlmgr.html
+++ b/Master/texmf-dist/doc/texlive/tlmgr.html
@@ -1529,7 +1529,7 @@ tlmgr remove --force foobar</code></pre>
<dd>
</dd>
-<dt id="tkfontscale-floating-point-number.-Controls-the-scaling-of-fonts-in-the-Tk-based-frontends"><code>tkfontscale =</code> <i>floating-point number</i>. Controls the scaling of fonts in the Tk based frontends.</dt>
+<dt id="tkfontscale-floating-point-number-default-1.0-scaling-factor-for-fonts-in-the-Tk-based-frontends"><code>tkfontscale =</code> <i>floating-point number</i> (default 1.0); scaling factor for fonts in the Tk-based frontends.</dt>
<dd>
</dd>
@@ -1547,17 +1547,13 @@ tlmgr remove --force foobar</code></pre>
<dl>
-<dt id="allowed-actions-action1-action-...-The-value-is-a-comma-separated-list-of-tlmgr-actions-which-are-allowed-to-be-executed-when-tlmgr-is-invoked-in-system-mode-that-is-without---usermode"><code>allowed-actions</code> <i>action1</i> [,<i>action</i>,...] The value is a comma-separated list of <code>tlmgr</code> actions which are allowed to be executed when <code>tlmgr</code> is invoked in system mode (that is, without <code>--usermode</code>).</dt>
+<dt id="allowed-actions-action1-action2-...-The-value-is-a-comma-separated-list-no-spaces-of-tlmgr-actions-which-are-allowed-to-be-executed-when-tlmgr-is-invoked-in-system-mode-that-is-without---usermode-.-This-allows-distributors-to-include-tlmgr-in-their-packaging-but-allow-only-a-restricted-set-of-actions-that-do-not-interfere-with-their-distro-package-manager.-For-native-TeX-Live-installations-it-doesnt-make-sense-to-set-this"><code>allowed-actions =</code> <i>action1</i>[,<i>action2</i>,...] The value is a comma-separated list (no spaces) of <code>tlmgr</code> actions which are allowed to be executed when <code>tlmgr</code> is invoked in system mode (that is, without <code>--usermode</code>). This allows distributors to include <code>tlmgr</code> in their packaging, but allow only a restricted set of actions that do not interfere with their distro package manager. For native TeX Live installations, it doesn&#39;t make sense to set this.</dt>
<dd>
-<p>This allows distributors to include the <code>tlmgr</code> in their packaging, but allow only a restricted set of actions that do not interfere with their distro package manager. For native TeX Live installations, it doesn&#39;t make sense to set this.</p>
-
</dd>
</dl>
-<p>The <code>no-checksums</code> key needs more explanation. By default, package checksums computed and stored on the server (in the TLPDB) are compared to checksums computed locally after downloading. <code>no-checksums</code> disables this process.</p>
-
-<p>The checksum algorithm is SHA-512. Your system must have one of (looked for in this order) the Perl <code>Digest::SHA</code> module, the <code>openssl</code> program (<a href="https://openssl.org">https://openssl.org</a>), the <code>sha512sum</code> program (from GNU Coreutils, <a href="https://www.gnu.org/software/coreutils">https://www.gnu.org/software/coreutils</a>), or finally the <code>shasum</code> program (just to support old Macs). If none of these are available, a warning is issued and <code>tlmgr</code> proceeds without checking checksums. (Incidentally, other SHA implementations, such as the pure Perl and pure Lua modules, are much too slow to be usable in our context.) <code>no-checksums</code> avoids the warning.</p>
+<p>Finally, the <code>no-checksums</code> key needs more explanation. By default, package checksums computed and stored on the server (in the TLPDB) are compared to checksums computed locally after downloading. <code>no-checksums</code> disables this process. The checksum algorithm is SHA-512. Your system must have one of (looked for in this order) the Perl <code>Digest::SHA</code> module, the <code>openssl</code> program (<a href="https://openssl.org">https://openssl.org</a>), the <code>sha512sum</code> program (from GNU Coreutils, <a href="https://www.gnu.org/software/coreutils">https://www.gnu.org/software/coreutils</a>), or finally the <code>shasum</code> program (just to support old Macs). If none of these are available, a warning is issued and <code>tlmgr</code> proceeds without checking checksums. <code>no-checksums</code> avoids the warning. (Incidentally, other SHA implementations, such as the pure Perl and pure Lua modules, are much too slow to be usable in our context.)</p>
<h1 id="CRYPTOGRAPHIC-VERIFICATION">CRYPTOGRAPHIC VERIFICATION</h1>