summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPDB.pm
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-01-13 17:36:06 +0000
committerKarl Berry <karl@freefriends.org>2010-01-13 17:36:06 +0000
commit6abf50dbfe2e1397ce0506c3094e6d3c89676523 (patch)
treef31d46551867b5e2c95b422a448bbe7153ec6221 /Master/tlpkg/TeXLive/TLPDB.pm
parente61cd098f7fa237bffb73c2af8c0eac2d8b64c71 (diff)
pod fixes
git-svn-id: svn://tug.org/texlive/trunk@16704 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPDB.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLPDB.pm5
1 files changed, 2 insertions, 3 deletions
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.