summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-04-01 01:52:32 +0000
committerKarl Berry <karl@freefriends.org>2010-04-01 01:52:32 +0000
commit1cb4c284b5eaf47fe4cf4caac3d4159db5ec68cc (patch)
tree8668018402f8e01338ece511d5eb1dfb11c6804c
parent1e2d817076d9abb88b8ff2239b87badf3633ce6f (diff)
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@17646 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/doc.html3
-rw-r--r--Master/texmf/doc/man/man1/tlmgr.119
-rw-r--r--Master/texmf/doc/man/man1/tlmgr.man1.pdfbin53769 -> 54258 bytes
3 files changed, 16 insertions, 6 deletions
diff --git a/Master/doc.html b/Master/doc.html
index be1dba8256e..ee21304f4cf 100644
--- a/Master/doc.html
+++ b/Master/doc.html
@@ -2793,6 +2793,7 @@ A compilation of Frequently Asked Questions with answers.
</small></li>
<li><b><a href="texmf-dist/doc/latex/fc_arith/docs">fc_arith</a></b>:<small>
+Create an arithmetic flash card.
<a href="texmf-dist/doc/latex/fc_arith/docs/fc_arith.pdf">fc_arith.pdf</a>,
<a href="texmf-dist/doc/latex/fc_arith/examples/fc04.pdf">fc04.pdf</a>,
<a href="texmf-dist/doc/latex/fc_arith/examples/graphics/fc_icons.pdf">fc_icons.pdf</a>,
@@ -5920,7 +5921,7 @@ LaTeX package options with pgfkeys.
</small></li>
<li><b><a href="texmf-dist/doc/context/third/pgfplots">pgfplots</a></b>:<small>
-Create normal/logarithmic plots in two and three dimensions for LaTeX/TeX/ConTeXt.
+Create normal/logarithmic plots in two and three dimensions.
<a href="texmf-dist/doc/context/third/pgfplots/pgfplotsexample.pdf">pgfplotsexample.pdf</a>,
<a href="texmf-dist/doc/latex/pgfplots/TeX-programming-notes.pdf">TeX-programming-notes.pdf</a>,
<a href="texmf-dist/doc/latex/pgfplots/figures/external2.pdf">external2.pdf</a>,
diff --git a/Master/texmf/doc/man/man1/tlmgr.1 b/Master/texmf/doc/man/man1/tlmgr.1
index 7ec7dd12eda..8c332e43303 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 "2010-03-14" "perl v5.10.1" "User Contributed Perl Documentation"
+.TH TLMGR 1 "2010-04-01" "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
@@ -507,11 +507,14 @@ explained above.
.IX Item "--dry-run"
Nothing is actually backed up or removed; instead, the actions to be
performed are written to the terminal.
-.SS "restore \-\-backupdir \fIdir\fP [\fIpkg\fP [\fIrev\fP]"
-.IX Subsection "restore --backupdir dir [pkg [rev]"
+.SS "restore [\-\-backupdir \fIdir\fP] [\-\-all | \fIpkg\fP [\fIrev\fP]]"
+.IX Subsection "restore [--backupdir dir] [--all | pkg [rev]]"
Restore a package from a previously-made backup.
.PP
-If neither \fIpkg\fR nor \fIrev\fR are given, list the available backup
+If \f(CW\*(C`\-\-all\*(C'\fR is given, try to restore the latest revision of all
+package backups found in the backup directory.
+.PP
+Otherwise, if neither \fIpkg\fR nor \fIrev\fR are given, list the available backup
revisions for all packages.
.PP
With \fIpkg\fR given but no \fIrev\fR, list all available backup revisions of
@@ -527,7 +530,13 @@ Nothing is actually restored; instead, the actions to be performed are
written to the terminal.
.IP "\fB\-\-backupdir\fR \fIdirectory\fR" 4
.IX Item "--backupdir directory"
-Specify the directory where the backups are to be found.
+Specify the directory where the backups are to be found. If not given
+it will be taken from the configuration setting in the \s-1TLPDB\s0.
+.IP "\fB\-\-all\fR" 4
+.IX Item "--all"
+Try to restore the latest revision of all
+package backups found in the backup directory. Additional non-option
+arguments (like \fIpkg\fR) are not allowed.
.SS "remove [\fIoption\fP]... \fIpkg\fP..."
.IX Subsection "remove [option]... pkg..."
Remove each \fIpkg\fR specified. Removing a collection removes all package
diff --git a/Master/texmf/doc/man/man1/tlmgr.man1.pdf b/Master/texmf/doc/man/man1/tlmgr.man1.pdf
index c645e2dcb7e..37af20b056a 100644
--- a/Master/texmf/doc/man/man1/tlmgr.man1.pdf
+++ b/Master/texmf/doc/man/man1/tlmgr.man1.pdf
Binary files differ