diff options
author | Karl Berry <karl@freefriends.org> | 2009-09-06 00:17:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-09-06 00:17:40 +0000 |
commit | 8be58c4b80315025bbe451ed7c84a5aa8d240108 (patch) | |
tree | 83c0a8c27d6b39f5531761c173e024fb4d46a6fb | |
parent | 49a0578d2effd455dbc1a44c60d84a1803158068 (diff) |
more doc tweaks
git-svn-id: svn://tug.org/texlive/trunk@15151 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 96 |
1 files changed, 47 insertions, 49 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index c39062f7b23..468c3288b90 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -4092,9 +4092,7 @@ tlmgr [I<option>]... I<action> [I<option>]... [I<operand>]... =head1 DESCRIPTION B<tlmgr> manages an existing TeX Live installation, both packages and -configuration options. It performs many of the same actions as -B<texconfig>(1), and more besides. (C<texconfig> continues to be -included and supported, but C<tlmgr> is now preferred.) +configuration options. The most up-to-date version of this documentation is available at L<http://tug.org/texlive/tlmgr.html>, along with procedures for updating @@ -4598,51 +4596,6 @@ This option to C<tlmgr> mimics the C<texconfig conf> call, but works on all supported platforms. -=head2 path [--w32mode=user|admin] [add|remove] - -On Unix adds or removes symlinks for binaries, man pages, and info pages -in the directories specified by the respective options (see above). - -On Windows, the registry part where the binary directory is -added or removed is determined in the following way: - -If the user has admin rights, and the option C<--w32mode> is not given, -the setting I<w32_multi_user> determines the location (i.e., if it is -on then the system path, otherwise the user path is changed). - -If the user has admin rights, and the option C<--w32mode> is given, this -option determines the path to be adjusted. - -If the user does not have admin rights, and the option C<--w32mode> -is not given, and the setting I<w32_multi_user> is off, the user path -is changed, while if the setting I<w32_multi_user> is on, a warning is -issued that the caller does not have enough privileges. - -If the user does not have admin rights, and the option C<--w32mode> -is given, it must be B<user> and the user path will be adjusted. If a -user without admin rights uses the option C<--w32mode admin> a warning -is issued that the caller does not have enough provileges. - - -=head2 postaction [--w32mode=user|admin] [--fileassocmode=1|2] [-all] - [install|remove] [shortcut|fileassoc|script] [<package> <package> ...] - -Carry out the postaction C<shortcut>, C<fileassoc>, or C<script> as -given as second obligatory argument in install or remove mode (first -obligatory argument), for either the packages given on the command line, -or for all if C<-all> is given. - -The option C<--w32mode> is C<user> all actions will only carried out in -the user accessible parts of the registry/filesystem, while the C<admin> -mode selects the system wide parts of the registry for the file associations. -Note that if you do not have enough permissions using C<--w32mode=admin> -will not succeed. - -For the postaction C<fileassoc> the mode can be set with C<--fileassocmode>. -If it is set to 1, only new assocations are added, if it is set to 2, -all associations are set to the TeX Live programs. - - =head2 paper =over 4 @@ -4797,6 +4750,51 @@ checking the TL development repository. =back +=head2 path [--w32mode=user|admin] [add|remove] + +On Unix adds or removes symlinks for binaries, man pages, and info pages +in the directories specified by the respective options (see above). + +On Windows, the registry part where the binary directory is +added or removed is determined in the following way: + +If the user has admin rights, and the option C<--w32mode> is not given, +the setting I<w32_multi_user> determines the location (i.e., if it is +on then the system path, otherwise the user path is changed). + +If the user has admin rights, and the option C<--w32mode> is given, this +option determines the path to be adjusted. + +If the user does not have admin rights, and the option C<--w32mode> +is not given, and the setting I<w32_multi_user> is off, the user path +is changed, while if the setting I<w32_multi_user> is on, a warning is +issued that the caller does not have enough privileges. + +If the user does not have admin rights, and the option C<--w32mode> +is given, it must be B<user> and the user path will be adjusted. If a +user without admin rights uses the option C<--w32mode admin> a warning +is issued that the caller does not have enough provileges. + + +=head2 postaction [--w32mode=user|admin] [--fileassocmode=1|2] [--all] + [install|remove] [shortcut|fileassoc|script] [I<pkg>]... + +Carry out the postaction C<shortcut>, C<fileassoc>, or C<script> given +as the second required argument in install or remove mode (which is the +first required argument), for either the packages given on the command +line, or for all if C<--all> is given. + +The option C<--w32mode> is C<user> all actions will only carried out in +the user accessible parts of the registry/filesystem, while the C<admin> +mode selects the system wide parts of the registry for the file +associations. Note that if you do not have enough permissions using +C<--w32mode=admin> will not succeed. + +For the postaction C<fileassoc> the mode can be set with +C<--fileassocmode>. If it is set to 1, only new assocations are added, +if it is set to 2, all associations are set to the TeX Live programs. + + =head2 uninstall Uninstalls the entire TeX Live installation. Options: @@ -5052,7 +5050,7 @@ The estimated total time. =back -=head2 option action: +=head2 option action The output format is as follows: |