summaryrefslogtreecommitdiff
path: root/Master/texmf/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-05-24 01:41:33 +0000
committerKarl Berry <karl@freefriends.org>2009-05-24 01:41:33 +0000
commit0d882fa0344744ea3794556ea00e13ac3f4815d8 (patch)
tree1f1343bdb58f9482e6887b6576036d6b5387d9c5 /Master/texmf/doc
parentae6c207ca10524dbb43092af49ca4bbf7923d43e (diff)
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@13443 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/doc')
-rw-r--r--Master/texmf/doc/man/man1/tlmgr.163
-rw-r--r--Master/texmf/doc/man/man1/tlmgr.pdfbin31689 -> 31324 bytes
2 files changed, 31 insertions, 32 deletions
diff --git a/Master/texmf/doc/man/man1/tlmgr.1 b/Master/texmf/doc/man/man1/tlmgr.1
index f5baf1d7970..66896c38a88 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-05-05" "perl v5.8.8" "User Contributed Perl Documentation"
+.TH TLMGR 1 "2009-05-24" "perl v5.8.8" "User Contributed Perl Documentation"
.SH "NAME"
tlmgr \- the TeX Live Manager
.SH "SYNOPSIS"
@@ -402,25 +402,26 @@ In the second form, if \fIvalue\fR is not given, the setting for \fIkey\fR is
displayed. If \fIvalue\fR is present, \fIkey\fR is set to \fIvalue\fR.
.PP
Possible values for \fIkey\fR are:
- \f(CW\*(C`location\*(C'\fR (default installation location),
- \f(CW\*(C`formats\*(C'\fR (create formats at installation time),
- \f(CW\*(C`docfiles\*(C'\fR (install documentation files),
- \f(CW\*(C`srcfiles\*(C'\fR (install source files),
- \f(CW\*(C`backupdir\*(C'\fR (default directory for backups),
- \f(CW\*(C`autobackup\*(C'\fR (number of backups to keep).
- \f(CW\*(C`sys_bin\*(C'\fR (location where binaries are linked to by action symlinks)
- \f(CW\*(C`sys_man\*(C'\fR (location where man pages are linked to by action symlinks)
- \f(CW\*(C`sys_info\*(C'\fR (location where info pages are linked to by action symlinks)
-.PP
-Perhaps the most common use of \f(CW\*(C`option\*(C'\fR is if you originally installed from
-\&\s-1DVD\s0, and want to permanently change the installation to get further
-updates from the Internet. To do this, you can run
.PP
-.Vb 1
-\& tlmgr option location http://mirror.ctan.org/systems/texlive/tlnet/YYYY
+.Vb 9
+\& C<location> (default installation location),
+\& C<formats> (create formats at installation time),
+\& C<docfiles> (install documentation files),
+\& C<srcfiles> (install source files),
+\& C<backupdir> (default directory for backups),
+\& C<autobackup> (number of backups to keep).
+\& C<sys_bin> (location where binaries are linked to by action symlinks)
+\& C<sys_man> (location where man pages are linked to by action symlinks)
+\& C<sys_info> (location where info pages are linked to by action symlinks)
.Ve
.PP
-where \s-1YYYY\s0 is the TeX Live release year.
+One common use of \f(CW\*(C`option\*(C'\fR is if you originally installed from \s-1DVD\s0, and
+want to permanently change the installation to get further updates from
+the Internet. To do this, you can run
+.PP
+.Vb 1
+\& tlmgr option location http://mirror.ctan.org/systems/texlive/tlnet
+.Ve
.PP
The two options \f(CW\*(C`autobackup\*(C'\fR and \f(CW\*(C`backupdir\*(C'\fR determine defaults for
the \f(CW\*(C`update\*(C'\fR, \f(CW\*(C`backup\*(C'\fR and \f(CW\*(C`restore\*(C'\fR actions. These three actions
@@ -428,30 +429,28 @@ need a directory to write to or read from the backups. If
\&\f(CW\*(C`\-\-backupdir\*(C'\fR is not specified on the command line, the \f(CW\*(C`backupdir\*(C'\fR
option value is used (if set).
.PP
-The \f(CW\*(C`autobackup\*(C'\fR option (de)activates the automatic generation of
-backups. Its value is an integer. If \f(CW\*(C`autobackup\*(C'\fR is \f(CW\*(C`\-1\*(C'\fR, backups
-will not be removed by default. If \f(CW\*(C`autobackup\*(C'\fR is 0 or positive, it
-specifies the number of backups to be kept. Thus, backups are disabled
-with 0 as the values.
+The \f(CW\*(C`autobackup\*(C'\fR option (de)activates automatic generation of backups.
+Its value is an integer. If the \f(CW\*(C`autobackup\*(C'\fR value is \f(CW\*(C`\-1\*(C'\fR, no
+backups are removed. If \f(CW\*(C`autobackup\*(C'\fR is 0 or more, it specifies the
+number of backups to keep. Thus, backups are disabled if the value is
+0. In the \f(CW\*(C`\-\-clean\*(C'\fR mode of the \f(CW\*(C`backup\*(C'\fR action this option also
+specifies the number to be kept.
.PP
-\&\fBWarning:\fR If you want to set the optin \f(CW\*(C`autobackup\*(C'\fR on the command line
-it might be interpreted as an option. In this case you have to use
+To setup \f(CW\*(C`autobackup\*(C'\fR to \f(CW\*(C`\-1\*(C'\fR on the command line, use
.PP
.Vb 1
-\& tlmgr option -- autobackup -1
+\& tlmgr option autobackup infty
.Ve
.PP
-The \f(CW\*(C`\-\-\*(C'\fR makes tlmgr stop parsing for options at that place.
-.PP
-Alternatively, you can ue \f(CW\*(C`infty\*(C'\fR instead of \f(CW\*(C`\-1\*(C'\fR, so the above is
-equivalent to
+Or you can use:
.PP
.Vb 1
-\& tlmgr option autobackup infty
+\& tlmgr option -- autobackup -1
.Ve
.PP
-In the \f(CW\*(C`\-\-clean\*(C'\fR mode of the \f(CW\*(C`backup\*(C'\fR action this option also
-specifies the number to be kept.
+The \f(CW\*(C`\-\-\*(C'\fR avoids having the \f(CW\*(C`\-1\*(C'\fR treated as an option. (In general,
+\&\f(CW\*(C`\-\-\*(C'\fR stops parsing for arguments at the point where it appears; this is
+a general feature of option parsing.)
.Sh "symlinks [add|remove]"
.IX Subsection "symlinks [add|remove]"
Adds or removes symlinks for binaries, man pages, and info pages in the
diff --git a/Master/texmf/doc/man/man1/tlmgr.pdf b/Master/texmf/doc/man/man1/tlmgr.pdf
index fe1e8859bd0..6963efac12d 100644
--- a/Master/texmf/doc/man/man1/tlmgr.pdf
+++ b/Master/texmf/doc/man/man1/tlmgr.pdf
Binary files differ