summaryrefslogtreecommitdiff
path: root/Master/texmf/scripts/texlive/tlmgr.pl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-08-12 21:36:21 +0000
committerKarl Berry <karl@freefriends.org>2011-08-12 21:36:21 +0000
commit2861c2eba421a537928ba481e702ae082740c465 (patch)
treefc5d558f6c9095c7be91252a4a0f0efb93b3e427 /Master/texmf/scripts/texlive/tlmgr.pl
parent833afaf242cf7d87069d192c9859848a7a16620d (diff)
doc tweaks
git-svn-id: svn://tug.org/texlive/trunk@23514 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/scripts/texlive/tlmgr.pl')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl21
1 files changed, 10 insertions, 11 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index 9461482be3f..8fd35f79e83 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -5598,8 +5598,8 @@ postinstallation action code. It is set by default, and again disabling
is not likely to be of interest except perhaps to developers.
The C<docfiles> and C<srcfiles> options control the installation of
-their respective files of a package. By default both are enabled. This
-can be disabled if disk space is (very) limited.
+their respective files of a package. By default both are enabled (1).
+This can be disabled (set to 0) if disk space is (very) limited.
The options C<autobackup> and C<backupdir> determine the defaults for
the actions C<update>, C<backup> and C<restore>. These three actions
@@ -5630,7 +5630,7 @@ The C<sys_bin>, C<sys_man>, and C<sys_info> options are used on
Unix-like systems to control the generation of links for executables,
info files and man pages. See the C<path> action for details.
-For the <generate_updmap> option, see the C<updmap> section in
+For the C<generate_updmap> option, see the C<updmap> section in
L<generate|/"generate [I<option>]... I<what>">.
The last three options control behaviour on Windows installations. If
@@ -5644,14 +5644,13 @@ instead of only the current user. All three options are on by default.
=head2 conf [texmf|tlmgr [I<key> [I<value>]]]
-With only the C<conf>, show general configuration information for TeX
-Live, including active configuration files, path settings, and more.
-This is like the C<texconfig conf> call, but works on all supported
-platforms.
+With only C<conf>, show general configuration information for TeX Live,
+including active configuration files, path settings, and more. This is
+like the C<texconfig conf> call, but works on all supported platforms.
-With either C<texmf> or C<tlmgr> given in addition, shows all key/value
-pairs (i.e., all settings) as saved in C<ROOT/texmf.cnf> or the tlmgr
-configuration file (see below), respectively.
+With either C<conf texmf> or C<conf tlmgr> given in addition, shows all
+key/value pairs (i.e., all settings) as saved in C<ROOT/texmf.cnf> or
+the tlmgr configuration file (see below), respectively.
If I<key> is given in addition, shows the value of only that given
I<key> in the respective file.
@@ -5665,7 +5664,7 @@ it afterwards:
tlmgr conf texmf shell_escape 0
-B<WARNING:> The general facility is here, but tinkering with settings in
+Warning: The general facility is here, but tinkering with settings in
this way is very strongly discouraged. Again, no error checking is
done, so any sort of breakage is possible.