diff options
author | Karl Berry <karl@freefriends.org> | 2017-11-14 00:49:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-11-14 00:49:39 +0000 |
commit | de9821b2459027a892fb95650a16960cc58dda41 (patch) | |
tree | d2b147f57780865d626e315df5d1b622c8a5abef | |
parent | a9402dc4ef959d5367b69d7b3ad80039326e465b (diff) |
doc
git-svn-id: svn://tug.org/texlive/trunk@45788 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/tlmgr.pl | 6 | ||||
-rw-r--r-- | Master/tlpkg/doc/JSON-formats.txt | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index 5cfe48fe220..d49075b42e6 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -7957,9 +7957,9 @@ With a program given as the first argument and C<--list> given as the last argument (e.g., C<tlmgr dvips paper --list>), shows all valid paper sizes for that program. The first size shown is the default. -If no argument is given but C<--json> is specified, the current status is -outputed in JSON. For the format of JSON output see C<tlpkg/doc/JSON-formats.txt>, -format definition C<TLPAPER>. +If C<--json> is specified without other options, the paper setup is +dumped in JSON format. For the format of JSON output see +C<tlpkg/doc/JSON-formats.txt>, format definition C<TLPAPER>. Incidentally, this syntax of having a specific program name before the C<paper> keyword is unusual. It is inherited from the longstanding diff --git a/Master/tlpkg/doc/JSON-formats.txt b/Master/tlpkg/doc/JSON-formats.txt index c2917098e67..d9a1259443e 100644 --- a/Master/tlpkg/doc/JSON-formats.txt +++ b/Master/tlpkg/doc/JSON-formats.txt @@ -1,7 +1,10 @@ +$Id$ +(This file public domain.) + JSON formats for the various outputs of tlmgr ============================================= -Guaranteed to be present fields are marked with a * +Fields guaranteed to be present are marked with a * TLPOBJ ------ |