diff options
Diffstat (limited to 'Master/texmf/doc/man/man1/tlmgr.1')
-rw-r--r-- | Master/texmf/doc/man/man1/tlmgr.1 | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/Master/texmf/doc/man/man1/tlmgr.1 b/Master/texmf/doc/man/man1/tlmgr.1 index 4c0d81f9f0c..dc70e6c10b7 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-06-14" "perl v5.10.1" "User Contributed Perl Documentation" +.TH TLMGR 1 "2010-06-25" "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 @@ -712,28 +712,31 @@ Incidentally, this syntax of having a specific program name before the longstanding \f(CW\*(C`texconfig\*(C'\fR script, which supports other configuration settings for some programs, notably \f(CW\*(C`dvips\*(C'\fR. \f(CW\*(C`tlmgr\*(C'\fR does not support those extra settings at present. -.SS "arch list|add|remove \fIarch\fP..." -.IX Subsection "arch list|add|remove arch..." -\&\f(CW\*(C`arch list\*(C'\fR lists the TeX Live names of all the platforms +.SS "platform list|add|remove \fIplatform\fP..." +.IX Subsection "platform list|add|remove platform..." +\&\f(CW\*(C`platform list\*(C'\fR lists the TeX Live names of all the platforms (a.k.a. architectures), (\f(CW\*(C`i386\-linux\*(C'\fR, ...) available at the package repository. .PP -\&\f(CW\*(C`arch add\*(C'\fR \fIarch\fR... adds the executables for each given platform -\&\fIarch\fR to the installation from the repository. +\&\f(CW\*(C`platform add\*(C'\fR \fIplatform\fR... adds the executables for each given platform +\&\fIplatform\fR to the installation from the repository. .PP -\&\f(CW\*(C`arch remove\*(C'\fR \fIarch\fR... removes the executables for each given -platform \fIarch\fR from the installation, but keeps the currently +\&\f(CW\*(C`platform remove\*(C'\fR \fIplatform\fR... removes the executables for each given +platform \fIplatform\fR from the installation, but keeps the currently running platform in any case. .PP +\&\f(CW\*(C`arch\*(C'\fR is a synonym for \f(CW\*(C`platform\*(C'\fR. +.PP Options: .IP "\fB\-\-dry\-run\fR" 4 .IX Item "--dry-run" Nothing is actually installed; instead, the actions to be performed are written to the terminal. -.SS "print-arch" -.IX Subsection "print-arch" +.SS "print-platform" +.IX Subsection "print-platform" Print the TeX Live identifier for the detected platform (hardware/operating system) combination to standard output, and exit. +\&\f(CW\*(C`\-\-print\-arch\*(C'\fR is a synonym. .SS "search [\fIoption\fP]... \fIwhat\fP" .IX Subsection "search [option]... what" By default searches the names, short and long descriptions of all |