diff options
author | Karl Berry <karl@freefriends.org> | 2016-05-02 23:46:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-05-02 23:46:44 +0000 |
commit | 1f3fa7772122901d6e3a7a317ffc8243a9fd65e1 (patch) | |
tree | c78d46a106a7a50ce6ce83cf9582026f2473ee58 | |
parent | b8b5ddf59ef3f71bc95ca4c12ff3a99592bdaa27 (diff) |
pod syntax
git-svn-id: svn://tug.org/texlive/trunk@40844 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/tlmgr.pl | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index 2ae66330b14..be6c9251153 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -7637,7 +7637,7 @@ The allowed keys are: =over 4 -=item C<auto-remove, value 0 or 1 (default 1), same as command-line +=item C<auto-remove>, value 0 or 1 (default 1), same as command-line option. =item C<gui-expertmode>, value 0 or 1 (default 1). @@ -7661,7 +7661,7 @@ The system-wide config file can contain one additional key: =over 4 -=item C<allowed-actions> I<action1[,I<action>,...] +=item C<allowed-actions> I<action1> [,I<action>,...] The value is a comma-separated list of C<tlmgr> actions which are allowed to be executed when C<tlmgr> is invoked in system mode (that is, without C<--usermode>). @@ -7679,13 +7679,13 @@ to checksums computed locally after downloading. C<no-checksums> disables this. The checksum algorithm is SHA-512. Your system must have (looked for in -this order) the Perl L<Digest::SHA> module, the C<openssl> program -(L<openssl.org>), or the C<sha512sum> program (from GNU Coreutils, -L<http://www.gnu.org/software/coreutils>). If none of these are -available, a warning is issued and C<tlmgr> 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.) C<no-checksums> also avoids the warning. +this order) the Perl C<Digest::SHA> module, the C<openssl> program +(L<http://openssl.org>), or the C<sha512sum> program (from GNU +Coreutils, L<http://www.gnu.org/software/coreutils>). If none of these +are available, a warning is issued and C<tlmgr> 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.) C<no-checksums> also avoids the warning. =head1 CRYPTOGRAPHIC VERIFICATION |