diff options
author | Karl Berry <karl@freefriends.org> | 2015-05-10 01:15:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-05-10 01:15:31 +0000 |
commit | 8df80001b7a3afc92fcfd4e8c9440c1e9331a785 (patch) | |
tree | 5218526cdff8e4792775067c2a2bc59e47b9d503 /Master/texmf-dist/doc/man/man1/tlmgr.1 | |
parent | 88f2af9b92ee0f010f6a1a05957ae775eb420e74 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@37302 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/man/man1/tlmgr.1')
-rw-r--r-- | Master/texmf-dist/doc/man/man1/tlmgr.1 | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/man/man1/tlmgr.1 b/Master/texmf-dist/doc/man/man1/tlmgr.1 index 3e67b9f3e2c..47b9018dba0 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 "2015-04-12" "perl v5.20.2" "User Contributed Perl Documentation" +.TH TLMGR 1 "2015-05-09" "perl v5.20.2" "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 @@ -181,11 +181,11 @@ Report what would be updated without actually updating anything. .IX Item "tlmgr update --all" Make your local TeX installation correspond to what is in the package repository (typically useful when updating from \s-1CTAN\s0). -.ie n .IP """tlmgr info"" \fIpkg\fR" 4 -.el .IP "\f(CWtlmgr info\fR \fIpkg\fR" 4 -.IX Item "tlmgr info pkg" -Display detailed information about \fIpkg\fR, such as the installation -status and description. +.ie n .IP """tlmgr info"" \fIwhat\fR" 4 +.el .IP "\f(CWtlmgr info\fR \fIwhat\fR" 4 +.IX Item "tlmgr info what" +Display detailed information about a package \fIwhat\fR, such as the installation +status and description, of searches for \fIwhat\fR in all packages. .PP For all the capabilities and details of \f(CW\*(C`tlmgr\*(C'\fR, please read the following voluminous information. @@ -575,6 +575,9 @@ category, short and long description, installation status, and TeX Live revision number. If \fIpkg\fR is not locally installed, searches in the remote installation source. .PP +If \fIpkg\fR is not found locally or remotely, the search action is used +and lists matching packages and files. +.PP It also displays information taken from the TeX Catalogue, namely the package version, date, and license. Consider these, especially the package version, as approximations only, due to timing skew of the |