diff options
author | Karl Berry <karl@freefriends.org> | 2009-11-14 02:22:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-11-14 02:22:33 +0000 |
commit | e42dc2034388a7bdbddf5876cfd1f760f5e383a5 (patch) | |
tree | 91721e8871b232ec20145ed3b545c1dc12f449c2 /Master/texmf/doc/man/man1/tlmgr.1 | |
parent | 0c55e939f3c9858dd9858fa69a3ea3b4ee10f83f (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@16012 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/doc/man/man1/tlmgr.1')
-rw-r--r-- | Master/texmf/doc/man/man1/tlmgr.1 | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/Master/texmf/doc/man/man1/tlmgr.1 b/Master/texmf/doc/man/man1/tlmgr.1 index 342ed87830d..bfb66c47d0f 100644 --- a/Master/texmf/doc/man/man1/tlmgr.1 +++ b/Master/texmf/doc/man/man1/tlmgr.1 @@ -129,7 +129,7 @@ .\" ======================================================================== .\" .IX Title "TLMGR 1" -.TH TLMGR 1 "2009-10-05" "perl v5.8.8" "User Contributed Perl Documentation" +.TH TLMGR 1 "2009-11-13" "perl v5.8.8" "User Contributed Perl Documentation" .SH "NAME" tlmgr \- the TeX Live Manager .SH "SYNOPSIS" @@ -909,7 +909,7 @@ The output format is as follows: \& fieldname "\et" value \& ... \& "end-of-header" -\& pkgname status localrev serverrev size estrem esttot +\& pkgname status localrev serverrev size runtim esttot \& ... \& "end-of-updates" \& other output from post actions, not in machine readable form @@ -923,9 +923,10 @@ The \fIlocalrev\fR and \fIserverrev\fR fields for each package are the revision numbers in the local installation and server repository, respectively. The \fIsize\fR 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. The estrem and esttot fields +installation, not the unpacked size. The runtim and esttot fields are only present for updated and auto-install packages, and contain -the estimated remaining time and the estimated total time. +the currently passed time since start of installation/updates +and the estimated total time. .PP Line endings may be either \s-1LF\s0 or \s-1CRLF\s0 depending on the current platform. .ie n .IP """location\-url""\fR \fIlocation" 4 @@ -1002,9 +1003,9 @@ present on the server. .IX Item "size" The size in bytes of the package on the server. The sum of all the package sizes is given in the \f(CW\*(C`total\-bytes\*(C'\fR header field mentioned above. -.IP "\fIestrem\fR" 4 -.IX Item "estrem" -The estimated remaining time. +.IP "\fIruntime\fR" 4 +.IX Item "runtime" +The run time since start of installations or updates. .IP "\fIesttot\fR" 4 .IX Item "esttot" The estimated total time. |