summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-07-29 01:37:23 +0000
committerKarl Berry <karl@freefriends.org>2008-07-29 01:37:23 +0000
commitef3818be4e2d987aa491bf73daa4c05724249d27 (patch)
treedbee0f3f902d92563739afcf4c5488428f82a80a /Master
parent5c0887eebdb60d494e8c9f6a2379790cc7fbe241 (diff)
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@9862 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/doc.html4
-rw-r--r--Master/texmf/doc/man/man1/tlmgr.157
2 files changed, 33 insertions, 28 deletions
diff --git a/Master/doc.html b/Master/doc.html
index b3dace504b1..8ea187f9114 100644
--- a/Master/doc.html
+++ b/Master/doc.html
@@ -901,6 +901,10 @@ directories), sorted by package name.
<a href="texmf-dist/doc/latex/adrconv/adrguide.pdf">adrguide.pdf</a>
</small>
+<li><b><a href="texmf-dist/doc/latex/afthesis">latex/afthesis</a>:</b><small>
+ <a href="texmf-dist/doc/latex/afthesis/usethesis.pdf">usethesis.pdf</a>
+ </small>
+
<li><b><a href="texmf-dist/doc/latex/aiaa">latex/aiaa</a>:</b><small>
<a href="texmf-dist/doc/latex/aiaa/aiaa.pdf">aiaa.pdf</a>
<a href="texmf-dist/doc/latex/aiaa/author_guide.pdf">author_guide.pdf</a>
diff --git a/Master/texmf/doc/man/man1/tlmgr.1 b/Master/texmf/doc/man/man1/tlmgr.1
index d6dd91f3da2..fd4045dc2a9 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-07-28" "perl v5.8.8" "User Contributed Perl Documentation"
+.TH TLMGR 1 "2008-07-29" "perl v5.8.8" "User Contributed Perl Documentation"
.SH "NAME"
tlmgr \- the TeX Live Manager
.SH "SYNOPSIS"
@@ -138,7 +138,9 @@ tlmgr [\fIoption\fR]... \fIaction\fR [\fIoption\fR]... [\fIoperand\fR]...
.SH "DESCRIPTION"
.IX Header "DESCRIPTION"
\&\fBtlmgr\fR manages an existing TeX Live installation, both packages and
-configurations options.
+configuration options. It performs many of the same actions as
+\&\fBtexconfig\fR(1), and more besides. (texconfig continues to included and
+supported, but tlmgr is now preferred.)
.SH "OPTIONS"
.IX Header "OPTIONS"
The following options have to be given \fIbefore\fR you specify the action.
@@ -148,9 +150,8 @@ Specifies the location from which packages should be installed or
updated, overriding the location found in the installation's \s-1TLPDB\s0.
.IP "\fB\-\-gui\fR" 8
.IX Item "--gui"
-Instead of starting the \s-1GUI\s0 via the \fBgui\fR action, you can also give this
-option together with an action from above and will be brought directly
-into the respective screen of the \s-1GUI\s0. So calling
+You can give this option together with an action to be brought directly
+into the respective screen of the \s-1GUI\s0. For example, calling
.Sp
.Vb 1
\& tlmgr --gui update
@@ -166,7 +167,7 @@ language code.
.PP
The standard options are also accepted: \fB\-\-help/\-h/\-?\fR, \fB\-\-version\fR,
\&\fB\-q\fR (no informational messages), \fB\-v\fR (debugging messages, can be
-repeated). For more information about the latter, see the
+repeated). For the details about the latter, see the
TeXLive::TLUtils documentation.
.SH "ACTIONS"
.IX Header "ACTIONS"
@@ -176,24 +177,24 @@ Gives this help page.
.IP "\fBgui\fR" 8
.IX Item "gui"
Start the graphical user interface.
-.IP "\fBinstall [\f(BIoption\fB]... \f(BIpkg\fB...\fR" 8
+.IP "\fBinstall\fR [\fIoption\fR]... \fIpkg\fR..." 8
.IX Item "install [option]... pkg..."
Install all \fIpkg\fRs given on the command line. By default this installs
all packages that the given \fIpkg\fRs are dependent on, also. Options:
.RS 8
-.IP "\fB\-\-no\-depends\fR" 8
+.IP "\fB\-\-no\-depends\fR" 16
.IX Item "--no-depends"
-Do not install dependencies. Bydefault, installing a package ensures
+Do not install dependencies. By default, installing a package ensures
that all dependencies of this package are fulfilled.
-.IP "\fB\-\-dry\-run\fR" 8
+.IP "\fB\-\-dry\-run\fR" 16
.IX Item "--dry-run"
Nothing is actually installed; instead, the actions to be performed are
written to the terminal.
.RE
.RS 8
.RE
-.IP "\fBupdate [\f(BIoption\fB] [pkg [pkg ...]]\fR" 8
-.IX Item "update [option] [pkg [pkg ...]]"
+.IP "\fBupdate\fR [\fIoption\fR] [\fIpkg\fR...]" 8
+.IX Item "update [option] [pkg...]"
Updates the packages given as arguments to the latest version available
at the installation source. Options:
.RS 8
@@ -207,7 +208,7 @@ Update all package.
.IX Item "--dry-run"
Nothing is actually installed; instead, the actions to be performed are
written to the terminal.
-.IP "\fB\-\-backupdir directory\fR" 8
+.IP "\fB\-\-backupdir\fR \fIdirectory\fR" 8
.IX Item "--backupdir directory"
If this option is given it must specify an existing directory where a
snapshot of the current package as installed will be saved before
@@ -216,8 +217,8 @@ turned out as not working. See the action \fBrestore\fR for details.
.RE
.RS 8
.RE
-.IP "\fBbackup \-\-backupdir dir [\-\-all] [pkg [pkg]]\fR" 8
-.IX Item "backup --backupdir dir [--all] [pkg [pkg]]"
+.IP "\fBbackup\fR \-\-backupdir \fIdir\fR [\fB\-\-all\fR] [\fIpkg\fR...]" 8
+.IX Item "backup --backupdir dir [--all] [pkg...]"
Makes a backup of the given packages (or all packages with \fB\-\-all\fR) to
the directory specified with \fB\-\-backupdir\fR (must exist and be a writable).
.Sp
@@ -226,29 +227,29 @@ time.
.Sp
Options:
.RS 8
-.IP "\fB\-\-backupdir directory\fR" 8
+.IP "\fB\-\-backupdir\fR \fIdirectory\fR" 8
.IX Item "--backupdir directory"
-This is an obligatory argument and has to specify a directory where
-backups are to be found.
+The \fIdirectory\fR is an obligatory argument and has to specify a
+directory where backups are to be found.
.IP "\fB\-\-all\fR" 8
.IX Item "--all"
-Make a backup of all packages in the texlive.tlpdb
+Make a backup of all packages in the TeX Live installation.
.RE
.RS 8
.RE
-.IP "\fBrestore \-\-backupdir dir [pkg [rev]]\fR" 8
+.IP "\fBrestore \-\-backupdir\fR \fIdir\fR [\fIpkg\fR [\fIrev\fR]]" 8
.IX Item "restore --backupdir dir [pkg [rev]]"
-If no \fBpkg\fR and \fBrev\fR is given list all packages the available
-backup revisions.
+If no \fIpkg\fR and \fIrev\fR is given, list the available
+backup revisions for all packages.
.Sp
-With \fBpkg\fR given but without \fBrev\fR lists all available backup revisions
-of \fBpkg\fR.
+With \fIpkg\fR given but no \fIrev\fR, list all available backup revisions of
+\&\fIpkg\fR.
.Sp
-With both \fBpkg\fR an \fBrev\fR given tries to restore the package from its
-backup.
+With both \fIpkg\fR and \fIrev\fR, tries to restore the package from the
+specified backup.
.Sp
-The option \fB\-\-backupdir dir\fR is obligatory and has to specify a directory
-with backups.
+The option \fB\-\-backupdir\fR \fIdir\fR is obligatory and has to specify a
+directory with backups.
.Sp
Options:
.RS 8