diff options
author | Karl Berry <karl@freefriends.org> | 2009-02-05 02:38:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-02-05 02:38:12 +0000 |
commit | a0f3d70a5009372320e904c5dbc9718ba356e2d5 (patch) | |
tree | 4206f4a1bb2fde820f003466fe1f97507adb600f /Master | |
parent | 8ac2e868b4571a5790ac0dfb80ea03e13aa78eb6 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@12090 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/doc.html | 9 | ||||
-rw-r--r-- | Master/texmf/doc/man/man1/tlmgr.1 | 20 | ||||
-rw-r--r-- | Master/texmf/doc/man/man1/tlmgr.pdf | bin | 30959 -> 0 bytes |
3 files changed, 21 insertions, 8 deletions
diff --git a/Master/doc.html b/Master/doc.html index df58dc04b91..6a2c23b809c 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -134,6 +134,10 @@ directories), sorted by package name. <a href="texmf-dist/doc/context/third/mathsets/mathsets-doc.pdf">mathsets-doc.pdf</a> </small> +<li><b><a href="texmf-dist/doc/context/third/pgfplots">context/third/pgfplots</a>:</b><small> + <a href="texmf-dist/doc/context/third/pgfplots/pgfplotsexample.pdf">pgfplotsexample.pdf</a> + </small> + <li><b><a href="texmf-dist/doc/context/third/taspresent">context/third/taspresent</a>:</b><small> <a href="texmf-dist/doc/context/third/taspresent/taspresent-manual.pdf">taspresent-manual.pdf</a> </small> @@ -3281,6 +3285,10 @@ directories), sorted by package name. <a href="texmf-dist/doc/latex/moderncv/examples/template_en_classic_green.pdf">template_en_classic_green.pdf</a> </small> +<li><b><a href="texmf-dist/doc/latex/modref">latex/modref</a>:</b><small> + <a href="texmf-dist/doc/latex/modref/modref.pdf">modref.pdf</a> + </small> + <li><b><a href="texmf-dist/doc/latex/modroman">latex/modroman</a>:</b><small> <a href="texmf-dist/doc/latex/modroman/modroman.pdf">modroman.pdf</a> </small> @@ -3751,6 +3759,7 @@ directories), sorted by package name. <li><b><a href="texmf-dist/doc/latex/pgfplots">latex/pgfplots</a>:</b><small> <a href="texmf-dist/doc/latex/pgfplots/pgfplots.pdf">pgfplots.pdf</a> <a href="texmf-dist/doc/latex/pgfplots/pgfplotsexample.pdf">pgfplotsexample.pdf</a> + <a href="texmf-dist/doc/latex/pgfplots/pgfplotstable.example1.out.html">pgfplotstable.example1.out.html</a> <a href="texmf-dist/doc/latex/pgfplots/pgfplotstable.pdf">pgfplotstable.pdf</a> </small> diff --git a/Master/texmf/doc/man/man1/tlmgr.1 b/Master/texmf/doc/man/man1/tlmgr.1 index 86c35c110b2..3e36c8fb994 100644 --- a/Master/texmf/doc/man/man1/tlmgr.1 +++ b/Master/texmf/doc/man/man1/tlmgr.1 @@ -129,7 +129,7 @@ .\" ======================================================================== .\" .IX Title "TLMGR 1" -.TH TLMGR 1 "2009-01-19" "perl v5.8.8" "User Contributed Perl Documentation" +.TH TLMGR 1 "2009-02-02" "perl v5.8.8" "User Contributed Perl Documentation" .SH "NAME" tlmgr \- the TeX Live Manager .SH "SYNOPSIS" @@ -634,8 +634,8 @@ the new package information was drawn. .ie n .IP """total\-bytes""\fR \fIcount" 4 .el .IP "\f(CWtotal\-bytes\fR \fIcount\fR" 4 .IX Item "total-bytes count" -The \fIcount\fR is simply a decimal number, the sum of all the packages -given subsequently that need updating or installing. +The \fIcount\fR is simply a decimal number, the sum of the sizes of all the +packages that need updating or installing (which are listed subseqently). .PP Then comes a line with only the literal string \f(CW\*(C`end\-of\-header\*(C'\fR. .PP @@ -657,8 +657,9 @@ The package was removed on the server. .ie n .IP """f""" 8 .el .IP "\f(CWf\fR" 8 .IX Item "f" -The package was removed on the server even though a collection depended -on it. (E.g., the user ran \f(CW\*(C`tlmgr remove \-\-force\*(C'\fR.) +The package was removed in the local installation, even though a +collection depended on it. (E.g., the user ran \f(CW\*(C`tlmgr remove +\&\-\-force\*(C'\fR.) .ie n .IP """u""" 8 .el .IP "\f(CWu\fR" 8 .IX Item "u" @@ -678,13 +679,16 @@ the server and is (most probably) part of an installed collection. .RE .IP "\fIlocalrev\fR" 4 .IX Item "localrev" -The revision number of the installed package. +The revision number of the installed package, or \f(CW\*(C`\-\*(C'\fR if it is not +present locally. .IP "\fIserverrev\fR" 4 .IX Item "serverrev" -The revision number of the package on the server. +The revision number of the package on the server, or \f(CW\*(C`\-\*(C'\fR if it is not +present on the server. .IP "\fIsize\fR" 4 .IX Item "size" -The size in bytes of the package on the server. +The size in bytes of the package on the server. The sum of all the +package sizes is given in the \f(CW\*(C`total\-bytes\*(C'\fR header field mentioned above. .PP If you are developing a program that uses this output, and find that changes would be helpful, do not hesitate to write the mailing list. diff --git a/Master/texmf/doc/man/man1/tlmgr.pdf b/Master/texmf/doc/man/man1/tlmgr.pdf Binary files differindex 84c215c1b28..e69de29bb2d 100644 --- a/Master/texmf/doc/man/man1/tlmgr.pdf +++ b/Master/texmf/doc/man/man1/tlmgr.pdf |