diff options
author | Karl Berry <karl@freefriends.org> | 2009-08-17 23:12:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-08-17 23:12:34 +0000 |
commit | bd31db3692b375b03a701bf50e7f660d0eef3125 (patch) | |
tree | 3f0bc64b73f645744c58ecf3d9e23bd1d637f08b /Master | |
parent | 02a66bcb1b31bb1ea9c532b9ac4e3ed6342703c1 (diff) |
doc tweaks
git-svn-id: svn://tug.org/texlive/trunk@14739 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index fca9a6b8668..fe823c3fa26 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -4223,6 +4223,11 @@ written to the terminal. =back +=head2 print-arch + +Prints the currently detected architecture name to standard output. + + =head2 search [I<option>]... I<what> By default searches the names, short and long descriptions of all @@ -4423,9 +4428,11 @@ The respective locations are as follows: web2c/fmtutil.cnf (and fmtutil-local.cnf); web2c/updmap.cfg (and updmap-local.cfg). -=head2 print-arch - -Prints out the currently detected architecture. +Final repetition: as explained above, C<tlmgr> does I<not> use the +equivalent of C<generate updmap> for map files. Therefore, if you want +to make use of C<updmap-local.cfg>, you need to run C<tlmgr generate +updmap> yourself. After that, network updates and your local changes +should be merged. =head1 MACHINE-READABLE OUTPUT |