summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/texlive/tlmgr.html
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/doc/texlive/tlmgr.html
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/doc/texlive/tlmgr.html')
-rw-r--r--Master/texmf-dist/doc/texlive/tlmgr.html10
1 files changed, 3 insertions, 7 deletions
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>