diff options
author | Karl Berry <karl@freefriends.org> | 2008-09-06 17:11:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-09-06 17:11:52 +0000 |
commit | 0996fea9badefbc36e55df0c8a2a768333a539b7 (patch) | |
tree | 95c29af226f753ccdbda2f68c69f8edea59a1e3f /Master/tlpkg/TeXLive | |
parent | 42618c10e2a7e4e439922c5c3e95e6f691c2378a (diff) |
doc tweaks, including =over 4 consistently
git-svn-id: svn://tug.org/texlive/trunk@10439 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive')
-rw-r--r-- | Master/tlpkg/TeXLive/TLConfig.pm | 2 | ||||
-rw-r--r-- | Master/tlpkg/TeXLive/TLPDB.pm | 4 | ||||
-rw-r--r-- | Master/tlpkg/TeXLive/TLPOBJ.pm | 4 | ||||
-rw-r--r-- | Master/tlpkg/TeXLive/TLPSRC.pm | 16 | ||||
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 12 | ||||
-rw-r--r-- | Master/tlpkg/TeXLive/TLWinGoo.pm | 8 |
6 files changed, 23 insertions, 23 deletions
diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm index 887a9537034..c3329fac362 100644 --- a/Master/tlpkg/TeXLive/TLConfig.pm +++ b/Master/tlpkg/TeXLive/TLConfig.pm @@ -78,7 +78,7 @@ C<TeXLive::TLConfig> -- TeX Live Configurations The L<TeXLive::TLConfig> module contains definitions of variables configuring all of TeX Live. -=over 6 +=over 4 =head1 EXPORTED VARIABLES diff --git a/Master/tlpkg/TeXLive/TLPDB.pm b/Master/tlpkg/TeXLive/TLPDB.pm index 4f1aebaf247..32c29e10713 100644 --- a/Master/tlpkg/TeXLive/TLPDB.pm +++ b/Master/tlpkg/TeXLive/TLPDB.pm @@ -64,7 +64,7 @@ my $_listdir; =pod -=over 6 +=over 4 =item C<< TeXLive::TLPDB->new >> @@ -1096,7 +1096,7 @@ in a package C<00texlive.config> as values of C<depend> lines. This special package C<00texlive.config> does not contain any files, only depend lines which set one or more of the following options: -=over 6 +=over 4 =item C<container_split_src_files> diff --git a/Master/tlpkg/TeXLive/TLPOBJ.pm b/Master/tlpkg/TeXLive/TLPOBJ.pm index 176c9f29068..beb12649cea 100644 --- a/Master/tlpkg/TeXLive/TLPOBJ.pm +++ b/Master/tlpkg/TeXLive/TLPOBJ.pm @@ -1097,7 +1097,7 @@ All these keys have in common that they are followed by a list of files I<indented> by one space. They differ only in the first line itself (described below). -=over +=over 4 =item C<srcfiles>, C<runfiles>, C<binfiles>, C<docfiles> each of these items contains addition the sum of sizes of the @@ -1221,7 +1221,7 @@ if src/doc file container splitting is activated for that install medium. The following functions can be called for an C<TLPOBJ> object: -=over +=over 4 =item C<new> diff --git a/Master/tlpkg/TeXLive/TLPSRC.pm b/Master/tlpkg/TeXLive/TLPSRC.pm index 76f72be8c3e..640db804533 100644 --- a/Master/tlpkg/TeXLive/TLPSRC.pm +++ b/Master/tlpkg/TeXLive/TLPSRC.pm @@ -531,7 +531,7 @@ C<execute>, or C<depend>. The interpretation of the respective I<values> are: -=over 6 +=over 4 =item C<name> @@ -540,7 +540,7 @@ i.e., with what Perl considers a C<\w>. There are 3 exceptions to this rule: -=over 12 +=over 8 =item B<name.ARCH> @@ -605,7 +605,7 @@ All the depend lines contribute to the dependencies of the package. gives a free form entry of install time jobs to be executed. Currently the following possible values are understood by the installers: -=over 6 +=over 4 =item C<execute addMap> I<font>C<.map> @@ -652,7 +652,7 @@ where Simple patterns without PREFIX and ARCHSPEC specification are explained first, see below for these extensions. -=over +=over 4 =item C<f >I<path> @@ -691,7 +691,7 @@ includes all files matching the regexp C</^regexp$/> =head2 Special patterns -=over 6 +=over 4 =item PREFIX @@ -719,7 +719,7 @@ the prefix C<+> (e.g., C<+f ...>), then the following patterns, listed by type are I<automatically> added at expansion time (but never written to the textual representation): -=over 6 +=over 4 =item C<runpattern> @@ -764,7 +764,7 @@ The binpatterns have to deal with all the different architectures. To ease the writing of patterns several extensions to the above pattern language are allowed: -=over 6 +=over 4 =item arch expansion @@ -837,7 +837,7 @@ C<TLPSRC> object, if set (normally by C<from_file>). The following functions can be called for an C<TLPSRC> object: -=over +=over 4 =item C<new> diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index d06457c44dc..46f50c41b8d 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -132,7 +132,7 @@ $::opt_verbosity = 0; =head2 Platform Detection -=over 6 +=over 4 =item C<platform> @@ -278,7 +278,7 @@ sub unix { =head2 System Tools -=over 6 +=over 4 =item C<getenv($string)> @@ -375,7 +375,7 @@ sub get_system_tmpdir { =head2 File Utulities -=over 6 +=over 4 =item C<dirname($path)> @@ -1152,7 +1152,7 @@ sub _download_file { =head2 Installer Functions -=over 6 +=over 4 =item C<make_var_skeleton($prefix)> @@ -1289,7 +1289,7 @@ sub _create_config_files { Ideas from Fabrice Popineau's C<FileUtils.pm>. -=over 6 +=over 4 =item C<sort_uniq(@list)> @@ -1507,7 +1507,7 @@ L<tlpfiles> script. These are the options handled here: -=over 8 +=over 4 =item B<-q> diff --git a/Master/tlpkg/TeXLive/TLWinGoo.pm b/Master/tlpkg/TeXLive/TLWinGoo.pm index 53c6da426ca..76d7acfb184 100644 --- a/Master/tlpkg/TeXLive/TLWinGoo.pm +++ b/Master/tlpkg/TeXLive/TLWinGoo.pm @@ -70,7 +70,7 @@ All exported functions return forward slashes. =head2 DESCRIPTION -=over 6 +=over 4 =cut @@ -139,7 +139,7 @@ my $is_win = $^O=~/^MSWin(32|64)$/i; =head2 DIAGNOSTICS -=over 6 +=over 4 =item C<win_version> @@ -259,7 +259,7 @@ sub reg_country { =head2 ENVIRONMENT AND REGISTRY -=over 6 +=over 4 Most settings can be made for a user and for the system. User settings override system settings. @@ -741,7 +741,7 @@ sub unregister_file_type { =head2 ACTIVATING CHANGES IMMEDIATELY -=over 6 +=over 4 =item C<broadcast_env> |