From daa49358a5872652a488cd27881da7814afb0630 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 9 May 2016 01:14:18 +0000 Subject: /home/texlive/karl/Master/tlpkg/bin/tl-update-auto git-svn-id: svn://tug.org/texlive/trunk@40968 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/man/man1/tlmgr.1 | 44 +++++++++++++++------------------- 1 file changed, 19 insertions(+), 25 deletions(-) (limited to 'Master/texmf-dist/doc/man/man1/tlmgr.1') diff --git a/Master/texmf-dist/doc/man/man1/tlmgr.1 b/Master/texmf-dist/doc/man/man1/tlmgr.1 index 0faafd6d659..c71e9baf50d 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 "2016-05-06" "perl v5.22.1" "User Contributed Perl Documentation" +.TH TLMGR 1 "2016-05-09" "perl v5.22.1" "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 @@ -686,29 +686,23 @@ after all. You can get them by using these options in conjunction with .Vb 1 \& tlmgr install \-\-reinstall \-\-with\-doc \-\-with\-src fontspec .Ve -.SS "key \fIargs\fP" -.IX Subsection "key args" -.IP "\fBkey list\fR" 4 -.IX Item "key list" -.PD 0 -.IP "\fBkey add \f(BIwhat\fB\fR" 4 -.IX Item "key add what" -.IP "\fBkey remove \f(BIkeyid\fB\fR" 4 -.IX Item "key remove keyid" -.PD -The action \f(CW\*(C`key\*(C'\fR allows listing, adding and removing additional keys -to the set of trusted keys, that is those that are used to verify the -TeX Live databases. +.SS "key list|add \fIfile\fP|remove \fIkeyid\fP" +.IX Subsection "key list|add file|remove keyid" +.RS 4 +The action \f(CW\*(C`key\*(C'\fR allows listing, adding and removing additional \s-1GPG\s0 +keys to the set of trusted keys, that is, those that are used to verify +the TeX Live databases. .Sp -With the \f(CW\*(C`list\*(C'\fR argument lists all keys. +With the \f(CW\*(C`list\*(C'\fR argument, \f(CW\*(C`key\*(C'\fR lists all keys. .Sp The \f(CW\*(C`add\*(C'\fR argument requires another argument, either a filename or \&\f(CW\*(C`\-\*(C'\fR for stdin, from which the key is added. The key is added to the -local keyring \f(CW\*(C`GNUPGHOME/repository\-keys.gpg\*(C'\fR, which normally is +local keyring \f(CW\*(C`GNUPGHOME/repository\-keys.gpg\*(C'\fR, which is normally) \&\f(CW\*(C`tlpkg/gpg/repository\-keys.gpg\*(C'\fR. .Sp -The \f(CW\*(C`delete\*(C'\fR argument requires a key id and removes the requested id +The \f(CW\*(C`remove\*(C'\fR argument requires a key id and removes the requested id from the local keyring. +.RE .SS "option" .IX Subsection "option" .IP "\fBoption [show]\fR" 4 @@ -802,7 +796,7 @@ The \f(CW\*(C`sys_bin\*(C'\fR, \f(CW\*(C`sys_man\*(C'\fR, and \f(CW\*(C`sys_info Unix-like systems to control the generation of links for executables, info files and man pages. See the \f(CW\*(C`path\*(C'\fR action for details. .PP -The last three options control behaviour on Windows installations. If +The last three options control behavior on Windows installations. If \&\f(CW\*(C`desktop_integration\*(C'\fR is set, then some packages will install items in a sub-folder of the Start menu for \f(CW\*(C`tlmgr gui\*(C'\fR, documentation, etc. If \&\f(CW\*(C`fileassocs\*(C'\fR is set, Windows file associations are made (see also the @@ -1323,14 +1317,14 @@ the pure Perl and pure Lua modules, are much too slow to be usable in our context.) \f(CW\*(C`no\-checksums\*(C'\fR also avoids the warning. .SH "CRYPTOGRAPHIC VERIFICATION" .IX Header "CRYPTOGRAPHIC VERIFICATION" -If a working GnuPG binary (\f(CW\*(C`gpg\*(C'\fR) is found (see below for the search +If a working GnuPG binary (\f(CW\*(C`gpg\*(C'\fR) is found (see below for search method), by default verification of downloaded files is performed. This can be suppressed by specifying \f(CW\*(C`\-\-no\-verify\-downloads\*(C'\fR on the command -line, or adding an entry \f(CW\*(C`verify\-downloads = 0\*(C'\fR to a tlmgr config file -(described in \*(L"\s-1CONFIGURATION FILE FOR TLMGR\*(R"\s0). On the other hand, -it is possible to \fBrequire\fR verification by either specifying -\&\f(CW\*(C`\-\-require\-verification\*(C'\fR on the command line, or adding an entry -\&\f(CW\*(C`require\-verification = 1\*(C'\fR to a tlmgr config file. +line, or adding an entry \f(CW\*(C`verify\-downloads = 0\*(C'\fR to a \f(CW\*(C`tlmgr\*(C'\fR config +file (described in \*(L"\s-1CONFIGURATION FILE FOR TLMGR\*(R"\s0). On the other hand, +it is possible to \fIrequire\fR verification by specifying +\&\f(CW\*(C`\-\-require\-verification\*(C'\fR on the command line, or by adding an entry +\&\f(CW\*(C`require\-verification = 1\*(C'\fR to a \f(CW\*(C`tlmgr\*(C'\fR config file. .PP Verification is performed as follows: For each \f(CW\*(C`texlive.tlpdb\*(C'\fR loaded for a repository, the respective checksum \f(CW\*(C`texlive.tlpdb.sha512\*(C'\fR is @@ -1353,7 +1347,7 @@ variable \f(CW\*(C`TL_GNUPG\*(C'\fR is set, it is tested and used; otherwise \f( checked; finally \f(CW\*(C`gpg2\*(C'\fR is checked. .PP Further adaptation of the \f(CW\*(C`gpg\*(C'\fR invocation can be made using the two -enviroment variables \f(CW\*(C`TL_GNUPGHOME\*(C'\fR, which is passed to \f(CW\*(C`gpg\*(C'\fR as the +environment variables \f(CW\*(C`TL_GNUPGHOME\*(C'\fR, which is passed to \f(CW\*(C`gpg\*(C'\fR as the value for \f(CW\*(C`\-\-homedir\*(C'\fR, and \f(CW\*(C`TL_GNUPGARGS\*(C'\fR, which replaces the default arguments \f(CW\*(C`\-\-no\-secmem\-warning \-\-no\-permission\-warning\*(C'\fR. .SH "USER MODE" -- cgit v1.2.3