summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl15
1 files changed, 11 insertions, 4 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index 372e4279f06..5728eec155c 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -8,7 +8,6 @@
# TODO:
# - tlmgr should have a "progress" bar for the update --all and install
# etc options, echoing number of total packages etc etc.
-#
my $svnrev = '$Revision$';
my $datrev = '$Date$';
@@ -4424,9 +4423,17 @@ Currently this option only applies to the L<update|/"update
"end-of-updates"
other output from post actions, not in machine readable form
-Currently the header section contains two fields. The field name and
-value are separated by a tab. Line endings may be LF or CRLF depending
-on the current platform.
+The header section current has two fields: C<location-url> (the
+repository source from which updates are being drawn), and
+C<total-bytes> (the total number of bytes to be downloaded).
+
+The I<localrev> and I<serverrev> fields for each package are the
+revision numbers in the location installation and server repository,
+respectively. The I<size> field is the number of bytes to be
+downloaded, i.e., the size of the compressed tar file for a network
+installation, not the unpacked size.
+
+Line endings may be either LF or CRLF depending on the current platform.
=over 4