diff options
author | Karl Berry <karl@freefriends.org> | 2009-12-19 02:23:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-12-19 02:23:04 +0000 |
commit | 5558724445b57714be4a14261844ff248b5621ec (patch) | |
tree | 2bf5257748f780894671daae1843d2280b4ab247 /Master/texmf/doc | |
parent | 4269d97d2f97d45ea1cd480d967262dc0bc8cd84 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@16448 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/doc')
-rw-r--r-- | Master/texmf/doc/man/man1/install-tl.1 | 50 | ||||
-rw-r--r-- | Master/texmf/doc/man/man1/install-tl.man1.pdf | bin | 15641 -> 15676 bytes | |||
-rw-r--r-- | Master/texmf/doc/man/man1/tlmgr.1 | 22 | ||||
-rw-r--r-- | Master/texmf/doc/man/man1/tlmgr.man1.pdf | bin | 45610 -> 45672 bytes |
4 files changed, 36 insertions, 36 deletions
diff --git a/Master/texmf/doc/man/man1/install-tl.1 b/Master/texmf/doc/man/man1/install-tl.1 index 0da280c8fb9..b7069fd3bb2 100644 --- a/Master/texmf/doc/man/man1/install-tl.1 +++ b/Master/texmf/doc/man/man1/install-tl.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "INSTALL-TL 1" -.TH INSTALL-TL 1 "2009-12-16" "perl v5.10.1" "User Contributed Perl Documentation" +.TH INSTALL-TL 1 "2009-12-18" "perl v5.10.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 @@ -219,15 +219,11 @@ installation, either a local directory via \f(CW\*(C`/path/to/directory\*(C'\fR \&\f(CW\*(C`file:/\*(C'\fR url, or a network location via a \f(CW\*(C`http://\*(C'\fR or \f(CW\*(C`ftp://\*(C'\fR url. (No other protocols are supported.) .Sp -If the repository is local, the installation type (compressed or live) is -automatically determined, by checking for the presence of a -\&\f(CW\*(C`archive\*(C'\fR directory relative to the root. Compressed is -preferred if both are available, since it is faster. Here's an example -of using a local directory: -.Sp -.Vb 1 -\& \-repository /local/TL/repository -.Ve +The default is to pick a mirror automatically, using +<http://mirror.ctan.org/systems/texlive/tlnet>; the chosen mirror is +used for the entire download. You can use the special argument \f(CW\*(C`ctan\*(C'\fR +as an abbreviation for this. See <http://ctan.org> for more about \s-1CTAN\s0 +and its mirrors. .Sp If the repository is on the network, trailing \f(CW\*(C`/\*(C'\fR characters and/or trailing \f(CW\*(C`/tlpkg\*(C'\fR and \f(CW\*(C`/archive\*(C'\fR components are ignored. For example, @@ -241,11 +237,15 @@ Of course a real hostname and its particular top-level \s-1CTAN\s0 path have to be specified. The list of \s-1CTAN\s0 mirrors is available at <http://ctan.org/mirrors>. .Sp -The default is to pick a mirror automatically, using -<http://mirror.ctan.org/systems/texlive/tlnet>; the chosen mirror is -used for the entire download. You can use the special repository name -\&\f(CW\*(C`ctan\*(C'\fR as an abbreviation for this. See <http://ctan.org> for more -about \s-1CTAN\s0 and its mirrors. +If the repository is local, the installation type (compressed or live) is +automatically determined, by checking for the presence of a +\&\f(CW\*(C`archive\*(C'\fR directory relative to the root. Compressed is +preferred if both are available, since it is faster. Here's an example +of using a local directory: +.Sp +.Vb 1 +\& \-repository /local/TL/repository +.Ve .Sp After installation is complete, you can use that installation as the repository for another installation. If you chose to install less than @@ -254,14 +254,6 @@ will be adjusted accordingly. .Sp For backward compatibility and convenience, \f(CW\*(C`\-\-location\*(C'\fR and \f(CW\*(C`\-\-repo\*(C'\fR are accepted as aliases for this option. -.IP "\fB\-persistent\-downloads\fR" 4 -.IX Item "-persistent-downloads" -Try to set up a persistent connection using Net::LWP if -you are installing from the network. This will keep the connection -between your computer and the server open for the whole session and -reuse this connection. -.Sp -This option should reduce the probability to have connection problems. .IP "\fB\-no\-cls\fR" 4 .IX Item "-no-cls" (only for text mode installer) do not clear the screen when entering @@ -325,10 +317,18 @@ system are present. The installation will continue as normally, but at the end all files from \fIpath\fR are copied over to \f(CW\*(C`bin/custom\*(C'\fR in your installation folder and this directory will be added to the path for the postinstall actions. +.IP "\fB\-\-persistent\-downloads\fR" 4 +.IX Item "--persistent-downloads" +For net installs, try to set up a persistent connection using the +Net::LWP Perl module. This reuses a connection between your computer +and the server for the session, instead of initiating a new download for +each package. We hope this option will reduce the probability of +connection problems. .IP "\fB\-debug\-translation\fR" 4 .IX Item "-debug-translation" -This switch will make install-tl report any missing or probably -untranslated messages in the \s-1GUI\s0 installers to \s-1STDERR\s0. +In \s-1GUI\s0 mode, this switch makes \f(CW\*(C`tlmgr\*(C'\fR report any missing, or more +likely untranslated, messages to standard error. Helpful for +translators to see what remains to be done. .IP "\fB\-q\fR" 4 .IX Item "-q" Omit normal informational messages. diff --git a/Master/texmf/doc/man/man1/install-tl.man1.pdf b/Master/texmf/doc/man/man1/install-tl.man1.pdf Binary files differindex f5092bab247..a3c0452e95a 100644 --- a/Master/texmf/doc/man/man1/install-tl.man1.pdf +++ b/Master/texmf/doc/man/man1/install-tl.man1.pdf diff --git a/Master/texmf/doc/man/man1/tlmgr.1 b/Master/texmf/doc/man/man1/tlmgr.1 index fbfa6de646b..8ba0dfdb631 100644 --- a/Master/texmf/doc/man/man1/tlmgr.1 +++ b/Master/texmf/doc/man/man1/tlmgr.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "TLMGR 1" -.TH TLMGR 1 "2009-12-16" "perl v5.10.1" "User Contributed Perl Documentation" +.TH TLMGR 1 "2009-12-18" "perl v5.10.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 @@ -140,7 +140,8 @@ tlmgr [\fIoption\fR]... \fIaction\fR [\fIoption\fR]... [\fIoperand\fR]... configuration options. For information on initially downloading and installing TeX Live, see <http://tug.org/texlive/acquire.html>. .PP -The most up-to-date version of this documentation is available at +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 \&\f(CW\*(C`tlmgr\*(C'\fR itself and information about test versions. .PP @@ -194,14 +195,6 @@ option action). .Sp For backward compatibility and convenience, \f(CW\*(C`\-\-location\*(C'\fR and \f(CW\*(C`\-\-repo\*(C'\fR are accepted as aliases for this option. -.IP "\fB\-persistent\-downloads\fR" 4 -.IX Item "-persistent-downloads" -Try to set up a persistent connection using Net::LWP if -you are installing from the network. This will keep the connection -between your computer and the server open for the whole session and -reuse this connection. -.Sp -This option should reduce the probability to have connection problems. .IP "\fB\-\-gui\fR [\fIaction\fR]" 4 .IX Item "--gui [action]" You can give this option together with an action to be brought directly @@ -240,9 +233,16 @@ that, see the option \f(CW\*(C`\-v\*(C'\fR below, and TeXLive::TLUtils. .IX Item "--pause" This option makes \fBtlmgr\fR wait for user input before exiting. Useful on Windows to avoid command windows disappearing. +.IP "\fB\-\-persistent\-downloads\fR" 4 +.IX Item "--persistent-downloads" +For net installs, try to set up a persistent connection using the +Net::LWP Perl module. This reuses a connection between your computer +and the server for the session, instead of initiating a new download for +each package. We hope this option will reduce the probability of +connection problems. .IP "\fB\-\-debug\-translation\fR" 4 .IX Item "--debug-translation" -This switch makes \f(CW\*(C`tlmgr\*(C'\fR report, in \s-1GUI\s0 mode, any missing, or more +In \s-1GUI\s0 mode, this switch makes \f(CW\*(C`tlmgr\*(C'\fR report any missing, or more likely untranslated, messages to standard error. Helpful for translators to see what remains to be done. .PP diff --git a/Master/texmf/doc/man/man1/tlmgr.man1.pdf b/Master/texmf/doc/man/man1/tlmgr.man1.pdf Binary files differindex 14ecfabdb5c..f4d32aa01af 100644 --- a/Master/texmf/doc/man/man1/tlmgr.man1.pdf +++ b/Master/texmf/doc/man/man1/tlmgr.man1.pdf |