diff options
Diffstat (limited to 'Master')
-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 ------ |