diff options
author | Karl Berry <karl@freefriends.org> | 2017-04-29 00:06:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-04-29 00:06:42 +0000 |
commit | 38b8334f12a5df10187d4294123440404d1cbed0 (patch) | |
tree | c32bf0d569e5c76f87dad218464a28373b7a3499 /Master/texmf-dist/doc/man/man1/tlmgr.1 | |
parent | 44abb321db36c779298c1db5ba2d0b97daac597f (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@44111 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/man/man1/tlmgr.1')
-rw-r--r-- | Master/texmf-dist/doc/man/man1/tlmgr.1 | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/Master/texmf-dist/doc/man/man1/tlmgr.1 b/Master/texmf-dist/doc/man/man1/tlmgr.1 index 07a60de363f..f9f49fb2103 100644 --- a/Master/texmf-dist/doc/man/man1/tlmgr.1 +++ b/Master/texmf-dist/doc/man/man1/tlmgr.1 @@ -129,7 +129,7 @@ .\" ======================================================================== .\" .IX Title "TLMGR 1" -.TH TLMGR 1 "2017-04-27" "perl v5.24.1" "User Contributed Perl Documentation" +.TH TLMGR 1 "2017-04-28" "perl v5.24.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 @@ -424,6 +424,14 @@ out). If \fIvalue\fR is given in addition, \fIkey\fR is set to \fIvalue\fR in the respective file. \fINo error checking is done!\fR .PP +Here is a practical example of changing configuration values. If the +execution of (some or all) system commands via \f(CW\*(C`\ewrite18\*(C'\fR was left +enabled during installation, you can disable it afterwards: +.PP +.Vb 1 +\& tlmgr conf texmf shell_escape 0 +.Ve +.PP For \f(CW\*(C`texmf\*(C'\fR, an additional subcommand \f(CW\*(C`auxtrees\*(C'\fR allows adding and removing arbitrary additional texmf trees, completely under user control. \f(CW\*(C`texmf auxtrees show\*(C'\fR shows the list of additional trees, @@ -437,20 +445,12 @@ works by manipulating the Kpathsea variable \f(CW\*(C`TEXMFAUXTREES\*(C'\fR, in \& tlmgr conf texmf auxtrees remove /my/quick/test/tree .Ve .PP -In all cases the file used can be explicitly specified via the option -\&\f(CW\*(C`\-\-conffile \f(CIfile\f(CW\*(C'\fR, in case one wants to operate on a different file. +In all cases the configuration file can be explicitly specified via the +option \f(CW\*(C`\-\-conffile\*(C'\fR \fIfile\fR, if desired. .PP -The \f(CW\*(C`PATH\*(C'\fR value shown is that used by \f(CW\*(C`tlmgr\*(C'\fR. The directory in -which the \f(CW\*(C`tlmgr\*(C'\fR executable is found is automatically prepended to the -\&\s-1PATH\s0 value inherited from the environment. -.PP -A practical example of changing configuration values: if the execution of -(some or all) system commands via \f(CW\*(C`\ewrite18\*(C'\fR was left enabled during -installation, you can disable it afterwards: -.PP -.Vb 1 -\& tlmgr conf texmf shell_escape 0 -.Ve +The \f(CW\*(C`PATH\*(C'\fR value shown is as used by \f(CW\*(C`tlmgr\*(C'\fR. The directory in which +the \f(CW\*(C`tlmgr\*(C'\fR executable is found is automatically prepended to the \s-1PATH\s0 +value inherited from the environment. .PP Warning: The general facility is here, but tinkering with settings in this way is strongly discouraged. Again, no error checking on either |