diff options
Diffstat (limited to 'Master/texmf/doc/man/man1/tlmgr.1')
-rw-r--r-- | Master/texmf/doc/man/man1/tlmgr.1 | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/Master/texmf/doc/man/man1/tlmgr.1 b/Master/texmf/doc/man/man1/tlmgr.1 index c10c067f5cd..88372649094 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-05-28" "perl v5.10.1" "User Contributed Perl Documentation" +.TH TLMGR 1 "2010-06-05" "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 @@ -387,7 +387,7 @@ Exclude \fIpkg\fR from the update process. If this option is given more than once, its arguments accumulate. .Sp An argument \fIpkg\fR excludes both the package \fIpkg\fR itself and all -its related architecture-specific packages \fIpkg.ARCH\fR. For example, +its related platform-specific packages \fIpkg.ARCH\fR. For example, .Sp .Vb 1 \& tlmgr update \-\-all \-\-exclude a2ping @@ -704,15 +704,16 @@ settings for some programs, notably \f(CW\*(C`dvips\*(C'\fR. \f(CW\*(C`tlmgr\*( 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 architectures -(\f(CW\*(C`i386\-linux\*(C'\fR, ...) available at the package repository. +\&\f(CW\*(C`arch 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 architecture -\&\fIarch\fR to the installation. +\&\f(CW\*(C`arch add\*(C'\fR \fIarch\fR... adds the executables for each given platform +\&\fIarch\fR to the installation from the repository. .PP \&\f(CW\*(C`arch remove\*(C'\fR \fIarch\fR... removes the executables for each given -architecture \fIarch\fR from the installation, but keeps the currently -running architecture in any case. +platform \fIarch\fR from the installation, but keeps the currently +running platform in any case. .PP Options: .IP "\fB\-\-dry\-run\fR" 4 @@ -721,7 +722,7 @@ Nothing is actually installed; instead, the actions to be performed are written to the terminal. .SS "print-arch" .IX Subsection "print-arch" -Prints the currently detected architecture name to standard output. +Prints the currently detected platform (architecture) name to standard output. .SS "search [\fIoption\fP]... \fIwhat\fP" .IX Subsection "search [option]... what" By default searches the names, short and long descriptions of all @@ -745,7 +746,7 @@ date, version), but note that there is a high probability that this information is slightly off due to timing issues. .PP If the option \f(CW\*(C`\-\-list\*(C'\fR is given with a package, the list of contained -files is also shown, including those for architecture specific +files is also shown, including those for platform-specific dependencies. When given with schemes and collections, \f(CW\*(C`\-\-list\*(C'\fR outputs their dependencies in a similar way. .SS "list [\-\-only\-installed] [collections|schemes|\fIpkg\fP...]" @@ -1024,8 +1025,8 @@ Furthermore is allows to quit \f(CW\*(C`tlmgr\*(C'\fR. .IX Item "Options" Provides access to three groups of options, \fIGeneral\fR (for almost all options), \fIPaper\fR (configuration of default paper sizes), -\&\fIArchitectures\fR (only on Unix, configuration of the supported/installed -architectures), as well as some toggles to turn on and off various +\&\fIPlatforms\fR (only on Unix, configuration of the supported/installed +platforms), as well as some toggles to turn on and off various options. .Sp There is also a toggle for \f(CW\*(C`Expert options\*(C'\fR which defaults to on. If @@ -1197,9 +1198,9 @@ reports on one package. The fields on each line are separated by a tab. Here are the fields. .IP "\fIpkgname\fR" 4 .IX Item "pkgname" -The TeX Live package identifier, with a possible architecture suffix for -executables. For instance, \f(CW\*(C`pdftex\*(C'\fR and \f(CW\*(C`pdftex.i386\-linux\*(C'\fR are -given as two separate packages, one on each line. +The TeX Live package identifier, with a possible platform suffix for +executables. For instance, \f(CW\*(C`pdftex\*(C'\fR and \f(CW\*(C`pdftex.i386\-linux\*(C'\fR are given +as two separate packages, one on each line. .IP "\fIstatus\fR" 4 .IX Item "status" The status of the package update. One character, as follows: |