From 8b1b6d52b5b110b447b3b52365e1a42847a78511 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 23 Jun 2011 18:00:23 +0000 Subject: doc wording git-svn-id: svn://tug.org/texlive/trunk@23117 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf/scripts/texlive/tlmgr.pl | 148 +++++++++++++++++----------------- 1 file changed, 72 insertions(+), 76 deletions(-) (limited to 'Master') diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index 9e1ca3afd96..698b233ee4b 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -618,7 +618,7 @@ sub handle_execute_actions if ($updmap_run_needed && $localtlpdb->option("generate_updmap")) { my $dest = "$TEXMFSYSCONFIG/web2c/updmap.cfg"; my $localcfg = "$TEXMFLOCAL/web2c/updmap-local.cfg"; - debug("$0: writing new updmap.cfg to $dest\n"); + info("tlmgr: generate_updmap writing new $dest\n"); TeXLive::TLUtils::create_updmap($localtlpdb, $dest, $localcfg); } else { for my $m (keys %do_disable) { @@ -5515,13 +5515,13 @@ The first form shows the global TeX Live settings currently saved in the TLPDB with a short description and the C used for changing it in parentheses. -The second form acts like the first, but also shows options which can -be defined but are not currently set to any value. +The second form is similar, but also shows options which can be defined +but are not currently set to any value. In the third form, if I is not given, the setting for I is displayed. If I is present, I is set to I. -Possible values for I are (but see B for +Possible values for I are (run C for the definitive list): repository (default package repository), @@ -5534,10 +5534,10 @@ the definitive list): sys_bin (directory to which executables are linked by the path action) sys_man (directory to which man pages are linked by the path action) sys_info (directory to which Info files are linked by the path action) - generate_updmap (call the equivalent of tlmgr generate updmap on changes) - desktop_integration (create Start menu shortcuts on Windows) - fileassocs (change file associations on Windows) - multiuser (install for all users on Windows) + generate_updmap (run the equivalent of tlmgr generate updmap on changes) + desktop_integration (Windows-only: create Start menu shortcuts) + fileassocs (Windows-only: change file associations) + multiuser (Windows-only: install for all users) One common use of C