summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-10-17 18:50:43 +0000
committerKarl Berry <karl@freefriends.org>2007-10-17 18:50:43 +0000
commit7ce0089c074270140a683cc2aea962bec3d3957c (patch)
treeebce374f5f482a692d3fc9d6bc51b5ae1fafeeff /Master/tlpkg
parenteebc003c2f16c6669c94d4f9e3d9116ab50b51e7 (diff)
doc
git-svn-id: svn://tug.org/texlive/trunk@5217 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r--Master/tlpkg/TeXLive/TLPDB.pm2
-rw-r--r--Master/tlpkg/TeXLive/TLPOBJ.pm10
2 files changed, 8 insertions, 4 deletions
diff --git a/Master/tlpkg/TeXLive/TLPDB.pm b/Master/tlpkg/TeXLive/TLPDB.pm
index 7cc5aa7415c..183ea35c93d 100644
--- a/Master/tlpkg/TeXLive/TLPDB.pm
+++ b/Master/tlpkg/TeXLive/TLPDB.pm
@@ -130,7 +130,7 @@ sub from_file {
=item C<< $tlpdb->writeout(FILEHANDLE) >>
-The C<writeout> function writes the whole C<TLPDB> to C<STDOUT>, or to
+The C<writeout> function writes the database to C<STDOUT>, or
the file handle given as argument.
=cut
diff --git a/Master/tlpkg/TeXLive/TLPOBJ.pm b/Master/tlpkg/TeXLive/TLPOBJ.pm
index a1422c98681..21614f12f36 100644
--- a/Master/tlpkg/TeXLive/TLPOBJ.pm
+++ b/Master/tlpkg/TeXLive/TLPOBJ.pm
@@ -819,9 +819,13 @@ TeX Catalogue Data the function
returns and takes as argument a hash.
Arguments and return values for C<name>, C<category>, C<shortdesc>,
-C<longdesc>, C<catalogue>, C<revision> are single scalars. Arguments
-and return values for C<depends>, C<executes> are lists. Arguments and
-return values for C<docfiles>, C<runfiles>, C<srcfiles> are lists.
+C<longdesc>, C<catalogue>, C<revision> are single scalars.
+
+Arguments and return values for C<depends>, C<executes> are lists.
+
+Arguments and return values for C<docfiles>, C<runfiles>, C<srcfiles>
+are lists.
+
Arguments and return values for C<binfiles> is a hash with the
architectures as keys.