diff options
author | Karl Berry <karl@freefriends.org> | 2010-01-13 17:36:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-01-13 17:36:06 +0000 |
commit | 6abf50dbfe2e1397ce0506c3094e6d3c89676523 (patch) | |
tree | f31d46551867b5e2c95b422a448bbe7153ec6221 /Master/tlpkg/TeXLive | |
parent | e61cd098f7fa237bffb73c2af8c0eac2d8b64c71 (diff) |
pod fixes
git-svn-id: svn://tug.org/texlive/trunk@16704 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive')
-rw-r--r-- | Master/tlpkg/TeXLive/TLMedia.pm | 2 | ||||
-rw-r--r-- | Master/tlpkg/TeXLive/TLPDB.pm | 5 | ||||
-rw-r--r-- | Master/tlpkg/TeXLive/TLPOBJ.pm | 2 |
3 files changed, 4 insertions, 5 deletions
diff --git a/Master/tlpkg/TeXLive/TLMedia.pm b/Master/tlpkg/TeXLive/TLMedia.pm index d4c7fc30582..a865ebae22b 100644 --- a/Master/tlpkg/TeXLive/TLMedia.pm +++ b/Master/tlpkg/TeXLive/TLMedia.pm @@ -563,8 +563,6 @@ scalars: media, location, tlpdb, release lists: all_collections, std_collections, lang_collections, lang_doc_collections, schemes, systems -=back - =head1 SEE ALSO The modules L<TeXLive::TLConfig>, L<TeXLive::TLUtils>, L<TeXLive::TLPOBJ>, diff --git a/Master/tlpkg/TeXLive/TLPDB.pm b/Master/tlpkg/TeXLive/TLPDB.pm index 903513a1ca7..6655a278bb1 100644 --- a/Master/tlpkg/TeXLive/TLPDB.pm +++ b/Master/tlpkg/TeXLive/TLPDB.pm @@ -1225,7 +1225,6 @@ sub settings { This function returns a list of references to hashes where each hash represents a parsed AddFormat line. - =cut sub format_definitions { @@ -1279,7 +1278,7 @@ sub updmap_cfg_lines { return(@lines); } -=item C<< $tlpdb->language_dat_lines ( [@disabled_hyphen_names] )>> +=item C<< $tlpdb->language_dat_lines ( [@disabled_hyphen_names] ) >> The function C<language_dat_lines> returns the list of all lines for language.dat that can be generated from the tlpdb. @@ -1300,7 +1299,7 @@ sub language_dat_lines { return(@lines); } -=item C<< $tlpdb->language_def_lines ( [@disabled_hyphen_names] )>> +=item C<< $tlpdb->language_def_lines ( [@disabled_hyphen_names] ) >> The function C<language_def_lines> returns the list of all lines for language.def that can be generated from the tlpdb. diff --git a/Master/tlpkg/TeXLive/TLPOBJ.pm b/Master/tlpkg/TeXLive/TLPOBJ.pm index bb13494488c..0e78fb5cd54 100644 --- a/Master/tlpkg/TeXLive/TLPOBJ.pm +++ b/Master/tlpkg/TeXLive/TLPOBJ.pm @@ -727,6 +727,8 @@ sub total_size { =pod +=over + =item C<update_from_catalogue($tlc)> Update the current TLPOBJ object with the information from the |