diff options
author | Karl Berry <karl@freefriends.org> | 2013-03-31 02:40:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-03-31 02:40:28 +0000 |
commit | cd1f701970fa8a0e1b41d40f01941b6b3dc180e8 (patch) | |
tree | 64dc67edac117b7fe91ccc5b11e921573797cf70 /Master | |
parent | 6e13b90995564465f195b1f91d7306b67c427a23 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@29563 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf/doc/man/man1/tlmgr.1 | 10 | ||||
-rw-r--r-- | Master/texmf/doc/man/man1/tlmgr.man1.pdf | bin | 74298 -> 74295 bytes | |||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 7 |
3 files changed, 8 insertions, 9 deletions
diff --git a/Master/texmf/doc/man/man1/tlmgr.1 b/Master/texmf/doc/man/man1/tlmgr.1 index da78ff03116..d6c67b8a638 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 "2013-03-26" "perl v5.16.3" "User Contributed Perl Documentation" +.TH TLMGR 1 "2013-03-31" "perl v5.16.3" "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 @@ -1640,9 +1640,9 @@ distribution (<http://tug.org/texlive>) and both are licensed under the .SH "POD ERRORS" .IX Header "POD ERRORS" Hey! \fBThe above document had some coding errors, which are explained below:\fR -.IP "Around line 6486:" 4 -.IX Item "Around line 6486:" +.IP "Around line 6492:" 4 +.IX Item "Around line 6492:" Unterminated C<...> sequence -.IP "Around line 6491:" 4 -.IX Item "Around line 6491:" +.IP "Around line 6497:" 4 +.IX Item "Around line 6497:" Unterminated C<...> sequence diff --git a/Master/texmf/doc/man/man1/tlmgr.man1.pdf b/Master/texmf/doc/man/man1/tlmgr.man1.pdf Binary files differindex 548b63091f6..7844aca2662 100644 --- a/Master/texmf/doc/man/man1/tlmgr.man1.pdf +++ b/Master/texmf/doc/man/man1/tlmgr.man1.pdf diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 1ac5ced67cd..93301835477 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -30,8 +30,7 @@ $mirrors = { 'ftp://ftp.kddilabs.jp/CTAN/' => 1, 'ftp://ftp.riken.go.jp/pub/tex-archive/' => 1, 'ftp://ftp.u-aizu.ac.jp/pub/tex/CTAN/' => 1, - 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1, - 'http://ftp.yz.yamagata-u.ac.jp/pub/CTAN/' => 1 + 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1 }, 'Korea' => { 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1, @@ -46,7 +45,8 @@ $mirrors = { }, 'Taiwan' => { 'ftp://ftp.ccu.edu.tw/pub/tex/' => 1, - 'http://ctan.cdpa.nsysu.edu.tw/' => 1 + 'http://ctan.cdpa.nsysu.edu.tw/' => 1, + 'http://shadow.ind.ntou.edu.tw/ctan/' => 1 }, 'Thailand' => { 'http://ctan.megagod.net/tex-archive/' => 1 @@ -161,7 +161,6 @@ $mirrors = { }, 'South America' => { 'Brazil' => { - 'http://ctan.tche.br/' => 1, 'http://linorg.usp.br/CTAN/' => 1 }, 'Chile' => { |