summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/texlive/tlmgr.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/texlive/tlmgr.html')
-rw-r--r--Master/texmf-dist/doc/texlive/tlmgr.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/texlive/tlmgr.html b/Master/texmf-dist/doc/texlive/tlmgr.html
index 603a6722197..a7236d5716a 100644
--- a/Master/texmf-dist/doc/texlive/tlmgr.html
+++ b/Master/texmf-dist/doc/texlive/tlmgr.html
@@ -546,7 +546,7 @@ tlmgr conf auxtrees remove /quick/test/tree</code></pre>
<dt id="json"><b>--json</b></dt>
<dd>
-<p>Instead of dumping the actual content, the database is dumped as JSON. For the format of JSON output see <code>tlpkg/doc/JSON-formats.txt</code>, format definition <code>TLPDB</code>.</p>
+<p>Instead of dumping the actual content, the database is dumped as JSON. For the format of JSON output see <code>tlpkg/doc/json-formats.txt</code>, format definition <code>TLPDB</code>.</p>
</dd>
</dl>
@@ -713,7 +713,7 @@ tex/generic/config/language.dat.lua (and language-local.dat.lua)</code></pre>
<dt id="json1"><b>--json</b></dt>
<dd>
-<p>In case <code>--json</code> is specified, the output is a JSON encoded array where each array element is the JSON representation of a single <code>TLPOBJ</code> but with additional information. For details see <code>tlpkg/doc/JSON-formats.txt</code>, format definition: <code>TLPOBJINFO</code>. If both <code>--json</code> and <code>--data</code> are given, <code>--json</code> takes precedence.</p>
+<p>If <code>--json</code> is specified, the output is a JSON encoded array where each array element is the JSON representation of a single <code>TLPOBJ</code> but with additional information. For details see <code>tlpkg/doc/json-formats.txt</code>, format definition: <code>TLPOBJINFO</code>. If both <code>--json</code> and <code>--data</code> are given, <code>--json</code> takes precedence.</p>
</dd>
</dl>
@@ -839,7 +839,7 @@ tex/generic/config/language.dat.lua (and language-local.dat.lua)</code></pre>
<p>The second form, <code>showall</code>, is similar, but also shows options which can be defined but are not currently set to any value (<code>help</code> is a synonym).</p>
-<p>Both <code>show...</code> forms take an option <code>--json</code>, which dumps the option information in JSON format. In this case, both forms dump the same data. For the format of the JSON output see <code>tlpkg/doc/JSON-formats.txt</code>, format definition <code>TLOPTION</code>.</p>
+<p>Both <code>show...</code> forms take an option <code>--json</code>, which dumps the option information in JSON format. In this case, both forms dump the same data. For the format of the JSON output see <code>tlpkg/doc/json-formats.txt</code>, format definition <code>TLOPTION</code>.</p>
<p>In the third form, with <i>key</i>, if <i>value</i> is not given, the setting for <i>key</i> is displayed. If <i>value</i> is present, <i>key</i> is set to <i>value</i>.</p>
@@ -913,7 +913,7 @@ multiuser (Windows-only: install for all users)</code></pre>
<p>With a program given as the first argument and <code>--list</code> given as the last argument (e.g., <code>tlmgr dvips paper --list</code>), shows all valid paper sizes for that program. The first size shown is the default.</p>
-<p>If <code>--json</code> is specified without other options, the paper setup is dumped in JSON format. For the format of JSON output see <code>tlpkg/doc/JSON-formats.txt</code>, format definition <code>TLPAPER</code>.</p>
+<p>If <code>--json</code> is specified without other options, the paper setup is dumped in JSON format. For the format of JSON output see <code>tlpkg/doc/json-formats.txt</code>, format definition <code>TLPAPER</code>.</p>
<p>Incidentally, this syntax of having a specific program name before the <code>paper</code> keyword is unusual. It is inherited from the longstanding <code>texconfig</code> script, which supports other configuration settings for some programs, notably <code>dvips</code>. <code>tlmgr</code> does not support those extra settings.</p>
@@ -1231,7 +1231,7 @@ multiuser (Windows-only: install for all users)</code></pre>
<dt id="json2"><b>--json</b></dt>
<dd>
-<p>When listing backups, the option <code>--json</code> turn on JSON output. The format is an array of JSON objects (<code>name</code>, <code>rev</code>, <code>date</code>). For details see <code>tlpkg/doc/JSON-formats.txt</code>, format definition: <code>TLBACKUPS</code>. If both <code>--json</code> and <code>--data</code> are given, <code>--json</code> takes precedence.</p>
+<p>When listing backups, the option <code>--json</code> writes JSON output. The format is an array of JSON objects (<code>name</code>, <code>rev</code>, <code>date</code>). For details see <code>tlpkg/doc/json-formats.txt</code>, format definition: <code>TLBACKUPS</code>. If both <code>--json</code> and <code>--data</code> are given, <code>--json</code> takes precedence.</p>
</dd>
</dl>
@@ -1287,7 +1287,7 @@ multiuser (Windows-only: install for all users)</code></pre>
<dt id="json3"><b>--json</b></dt>
<dd>
-<p>Output search results as json hash with two keys: <b>files</b> and <b>packages</b>.</p>
+<p>Output search results as a JSON hash with two keys: <b>files</b> and <b>packages</b>. For the format of the JSON output see <code>tlpkg/doc/json-formats.txt</code>, format definition <code>TLSEARCH</code>.</p>
</dd>
</dl>
@@ -2145,7 +2145,7 @@ other output from post actions, not in machine readable form</code></pre>
<p>This script and its documentation were written for the TeX Live distribution (<a href="https://tug.org/texlive">https://tug.org/texlive</a>) and both are licensed under the GNU General Public License Version 2 or later.</p>
-<p>$Id: tlmgr.pl 71056 2024-04-24 12:09:11Z preining $</p>
+<p>$Id: tlmgr.pl 71079 2024-04-25 22:15:30Z karl $</p>
</body>