summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/man/man1/tlmgr.1
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/man/man1/tlmgr.1')
-rw-r--r--Master/texmf-dist/doc/man/man1/tlmgr.134
1 files changed, 17 insertions, 17 deletions
diff --git a/Master/texmf-dist/doc/man/man1/tlmgr.1 b/Master/texmf-dist/doc/man/man1/tlmgr.1
index 1ee18bd1d8f..4848b3c751e 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 "2018-12-11" "perl v5.28.1" "User Contributed Perl Documentation"
+.TH TLMGR 1 "2019-01-31" "perl v5.28.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
@@ -147,11 +147,11 @@ tlmgr [\fIoption\fR...] \fIaction\fR [\fIoption\fR...] [\fIoperand\fR...]
.IX Header "DESCRIPTION"
\&\fBtlmgr\fR manages an existing TeX Live installation, both packages and
configuration options. For information on initially downloading and
-installing TeX Live, see <http://tug.org/texlive/acquire.html>.
+installing TeX Live, see <https://tug.org/texlive/acquire.html>.
.PP
The most up-to-date version of this documentation (updated nightly from
the development sources) is available at
-<http://tug.org/texlive/tlmgr.html>, along with procedures for updating
+<https://tug.org/texlive/tlmgr.html>, along with procedures for updating
\&\f(CW\*(C`tlmgr\*(C'\fR itself and information about test versions.
.PP
TeX Live is organized into a few top-level \fIschemes\fR, each of which is
@@ -161,7 +161,7 @@ files. Schemes typically contain a mix of collections and packages, but
each package is included in exactly one collection, no more and no less.
A TeX Live installation can be customized and managed at any level.
.PP
-See <http://tug.org/texlive/doc> for all the TeX Live documentation
+See <https://tug.org/texlive/doc> for all the TeX Live documentation
available.
.SH "EXAMPLES"
.IX Header "EXAMPLES"
@@ -227,7 +227,7 @@ like this:
.Sp
Of course a real hostname and its particular top-level \s-1CTAN\s0 directory
have to be specified. The list of \s-1CTAN\s0 mirrors is available at
-<http://ctan.org/mirrors>.
+<https://ctan.org/mirrors>.
.Sp
Here's an example of using a local directory:
.Sp
@@ -259,7 +259,7 @@ Equivalent ways of specifying a local directory.
.PD
Pick a \s-1CTAN\s0 mirror automatically, trying for one that is both nearby and
up-to-date. The chosen mirror is used for the entire download. The bare
-\&\f(CW\*(C`ctan\*(C'\fR is merely an alias for the full url. (See <http://ctan.org> for
+\&\f(CW\*(C`ctan\*(C'\fR is merely an alias for the full url. (See <https://ctan.org> for
more about \s-1CTAN\s0 and its mirrors.)
.ie n .IP """http://server/path/to/tlnet""" 4
.el .IP "\f(CWhttp://server/path/to/tlnet\fR" 4
@@ -268,7 +268,7 @@ Standard \s-1HTTP.\s0 If the (default) \s-1LWP\s0 method is used, persistent
connections are supported. \s-1TL\s0 can also use \f(CW\*(C`curl\*(C'\fR or \f(CW\*(C`wget\*(C'\fR to do the
downloads, or an arbitrary user-specified program, as described in the
\&\f(CW\*(C`tlmgr\*(C'\fR documentation
-(<http://tug.org/texlive/doc/tlmgr.html#ENVIRONMENT\-VARIABLES>).
+(<https://tug.org/texlive/doc/tlmgr.html#ENVIRONMENT\-VARIABLES>).
.ie n .IP """https://server/path/to/tlnet""" 4
.el .IP "\f(CWhttps://server/path/to/tlnet\fR" 4
.IX Item "https://server/path/to/tlnet"
@@ -400,7 +400,7 @@ revision number for the loaded TeX Live Perl modules are shown, too.
.SS "help"
.IX Subsection "help"
Display this help information and exit (same as \f(CW\*(C`\-\-help\*(C'\fR, and on the
-web at <http://tug.org/texlive/doc/tlmgr.html>). Sometimes the
+web at <https://tug.org/texlive/doc/tlmgr.html>). Sometimes the
\&\f(CW\*(C`perldoc\*(C'\fR and/or \f(CW\*(C`PAGER\*(C'\fR programs on the system have problems,
resulting in control characters being literally output. This can't
always be detected, but you can set the \f(CW\*(C`NOPERLDOC\*(C'\fR environment
@@ -601,7 +601,7 @@ The TeX Live installer and \f(CW\*(C`tlmgr\*(C'\fR routinely call \f(CW\*(C`gene
all of these files.
.PP
For managing your own fonts, please read the \f(CW\*(C`updmap \-\-help\*(C'\fR
-information and/or <http://tug.org/fonts/fontinstall.html>.
+information and/or <https://tug.org/fonts/fontinstall.html>.
.PP
For managing your own formats, please read the \f(CW\*(C`fmtutil \-\-help\*(C'\fR
information.
@@ -1610,8 +1610,8 @@ 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 (<http://openssl.org>), the \f(CW\*(C`sha512sum\*(C'\fR program (from \s-1GNU\s0
-Coreutils, <http://www.gnu.org/software/coreutils>), or finally the
+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
@@ -1852,10 +1852,10 @@ A summary of the \f(CW\*(C`tlmgr pinning\*(C'\fR actions is given above.
.SH "GUI FOR TLMGR"
.IX Header "GUI FOR TLMGR"
The graphical user interface for \f(CW\*(C`tlmgr\*(C'\fR requires Perl/Tk
-<http://search.cpan.org/search?query=perl%2Ftk>. For Windows the
+<https://search.cpan.org/search?query=perl%2Ftk>. For Windows the
necessary modules are shipped within TeX Live, for all other (i.e.,
Unix-based) systems Perl/Tk (as well as Perl of course) has to be
-installed outside of \s-1TL.\s0 <http://tug.org/texlive/distro.html#perltk>
+installed outside of \s-1TL.\s0 <https://tug.org/texlive/distro.html#perltk>
has a list of invocations for some distros.
.PP
The \s-1GUI\s0 is started with the invocation \f(CW\*(C`tlmgr gui\*(C'\fR; assuming Tk is
@@ -2013,7 +2013,7 @@ on Windows).
.el .IP "\f(CWHelp menu\fR" 4
.IX Item "Help menu"
Provides access to the TeX Live manual (also on the web at
-<http://tug.org/texlive/doc.html>) and the usual ``About'' box.
+<https://tug.org/texlive/doc.html>) and the usual ``About'' box.
.SS "\s-1GUI\s0 options"
.IX Subsection "GUI options"
Some generic Perl/Tk options can be specified with \f(CW\*(C`tlmgr gui\*(C'\fR to
@@ -2043,7 +2043,7 @@ of the display.
Pass the arbitrary X resource string \fIxresource\fR.
.PP
A few other obscure options are recognized but not mentioned here. See
-the Perl/Tk documentation (<http://search.cpan.org/perldoc?Tk>) for the
+the Perl/Tk documentation (<https://search.cpan.org/perldoc?Tk>) for the
complete list, and any X documentation for general information.
.SH "MACHINE-READABLE OUTPUT"
.IX Header "MACHINE-READABLE OUTPUT"
@@ -2267,7 +2267,7 @@ regardless of any setting.
.SH "AUTHORS AND COPYRIGHT"
.IX Header "AUTHORS AND COPYRIGHT"
This script and its documentation were written for the TeX Live
-distribution (<http://tug.org/texlive>) and both are licensed under the
+distribution (<https://tug.org/texlive>) and both are licensed under the
\&\s-1GNU\s0 General Public License Version 2 or later.
.PP
-\&\f(CW$Id:\fR tlmgr.pl 49226 2018\-11\-22 23:37:16Z karl $
+\&\f(CW$Id:\fR tlmgr.pl 49885 2019\-01\-31 19:27:00Z karl $