diff options
author | Karl Berry <karl@freefriends.org> | 2008-09-18 01:38:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-09-18 01:38:31 +0000 |
commit | bc0b14d8c549de9186af3e331e66240b578b5169 (patch) | |
tree | abbaf5160fcf34be562b618790574dea22367673 | |
parent | f9ba07e28fb205f5527139601c6c6fed245a79e6 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@10630 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf/doc/man/man1/tlmgr.1 | 28 | ||||
-rw-r--r-- | Master/texmf/doc/man/man1/tlmgr.pdf | bin | 17317 -> 17878 bytes |
2 files changed, 27 insertions, 1 deletions
diff --git a/Master/texmf/doc/man/man1/tlmgr.1 b/Master/texmf/doc/man/man1/tlmgr.1 index dfa0562fef2..7f656e49126 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 "2008-09-12" "perl v5.8.8" "User Contributed Perl Documentation" +.TH TLMGR 1 "2008-09-18" "perl v5.8.8" "User Contributed Perl Documentation" .SH "NAME" tlmgr \- the TeX Live Manager .SH "SYNOPSIS" @@ -382,6 +382,32 @@ With no argument, lists all packages available at the default install location, prefixing those already installed with \f(CW\*(C`i \*(C'\fR. .Sp With an argument lists only collections or schemes, as requested. +.IP "\fBcheck [\f(BIoption\fB...] [files|collections|all]\fR" 4 +.IX Item "check [option...] [files|collections|all]" +Executes one (or all) check(s) on the consistency of the installation. +.RS 4 +.IP "\fBfiles\fR" 4 +.IX Item "files" +Checks that all files listed in the TeX Live Database (texlive.tlpdb) +are actually present, and lists those missing. +.Sp +Note that on Windows that will not work currently, since Windows does not +ship find. Also MacOS seems to ship a strange find implementation that does +not support \-wholename, so that will break, too. +.IP "\fBcollections\fR" 4 +.IX Item "collections" +Lists those packages which occur as dependencies in an installed collections, +but are themselves not installed. +.RE +.RS 4 +.Sp +Available options are: +.IP "\fB\-use\-svn\fR" 4 +.IX Item "-use-svn" +Use svn status instead of listing the files. +.RE +.RS 4 +.RE .IP "\fBuninstall\fR" 4 .IX Item "uninstall" Uninstalls the entire TeX Live installation. Options: diff --git a/Master/texmf/doc/man/man1/tlmgr.pdf b/Master/texmf/doc/man/man1/tlmgr.pdf Binary files differindex e034be4265d..d95f5209aa1 100644 --- a/Master/texmf/doc/man/man1/tlmgr.pdf +++ b/Master/texmf/doc/man/man1/tlmgr.pdf |