diff options
author | Karl Berry <karl@freefriends.org> | 2009-01-20 17:20:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-01-20 17:20:15 +0000 |
commit | 1fe3b1740639431afffaaba509568a54b7b39759 (patch) | |
tree | 59fa49cd0d7ecd226660e19ad20195358e067212 /Master | |
parent | b342841a719e246d156287be8efc000f79b122a1 (diff) |
machine readable doc fixes
git-svn-id: svn://tug.org/texlive/trunk@11932 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index 82f6ba1b325..52d6ed44fda 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -3308,8 +3308,8 @@ the new package information was drawn. =item C<total-bytes> I<count> -The I<count> is simply a decimal number, the sum of all the packages -given subsequently that need updating or installing. +The I<count> is simply a decimal number, the sum of the sizes of all the +packages that need updating or installing (which are listed subseqently). =back @@ -3338,8 +3338,9 @@ The package was removed on the server. =item C<f> -The package was removed on the server even though a collection depended -on it. (E.g., the user ran C<tlmgr remove --force>.) +The package was removed in the local installation, even though a +collection depended on it. (E.g., the user ran C<tlmgr remove +--force>.) =item C<u> @@ -3359,20 +3360,21 @@ the server and is (most probably) part of an installed collection. =item I<localrev> -The revision number of the installed package. +The revision number of the installed package, or C<-> if it is not +present locally. =item I<serverrev> -The revision number of the package on the server. +The revision number of the package on the server, or C<-> if it is not +present on the server. =item I<size> -The size in bytes of the package on the server. +The size in bytes of the package on the server. The sum of all the +package sizes is given in the C<total-bytes> header field mentioned above. =back - - If you are developing a program that uses this output, and find that changes would be helpful, do not hesitate to write the mailing list. |