summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-09-06 17:11:52 +0000
committerKarl Berry <karl@freefriends.org>2008-09-06 17:11:52 +0000
commit0996fea9badefbc36e55df0c8a2a768333a539b7 (patch)
tree95c29af226f753ccdbda2f68c69f8edea59a1e3f /Master/tlpkg/bin
parent42618c10e2a7e4e439922c5c3e95e6f691c2378a (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/bin')
-rwxr-xr-xMaster/tlpkg/bin/check-file-coverage2
-rwxr-xr-xMaster/tlpkg/bin/tl-update-containers6
-rwxr-xr-xMaster/tlpkg/bin/tlpdb2container2
-rwxr-xr-xMaster/tlpkg/bin/tlpdb2list2
-rwxr-xr-xMaster/tlpkg/bin/tlpfiles2
-rwxr-xr-xMaster/tlpkg/bin/tlprm2
-rwxr-xr-xMaster/tlpkg/bin/tlpsrc2container2
-rwxr-xr-xMaster/tlpkg/bin/tlpsrc2tlpdb2
-rwxr-xr-xMaster/tlpkg/bin/tlpsrc2tlpobj2
9 files changed, 11 insertions, 11 deletions
diff --git a/Master/tlpkg/bin/check-file-coverage b/Master/tlpkg/bin/check-file-coverage
index 4aa8b07b5d6..89cf8ebb617 100755
--- a/Master/tlpkg/bin/check-file-coverage
+++ b/Master/tlpkg/bin/check-file-coverage
@@ -140,7 +140,7 @@ check-file-coverage [OPTION]...
=head1 OPTIONS
-=over 8
+=over 4
=item B<-master> I<Master_dir>
The location given by B<-master> must point to a valid svn repository
diff --git a/Master/tlpkg/bin/tl-update-containers b/Master/tlpkg/bin/tl-update-containers
index 6d84d9005e3..f99f7b5b2d3 100755
--- a/Master/tlpkg/bin/tl-update-containers
+++ b/Master/tlpkg/bin/tl-update-containers
@@ -160,10 +160,10 @@ sub main
# .arch packages are skipped, too
if ($pkg =~ m/^$manualpkgre/) {
if ($opt_all || $opt_recreate) {
- tlwarn ("updating container for $pkg due to -all option!\n");
+ tlwarn ("$0: updating critical $pkg due to -all\n");
last; # of the manualpkgre checks
} else {
- tlwarn ("not updating $pkg since it it in the manual update list!\n");
+ tlwarn ("$0: skipping critical $pkg");
# we assume that the packages in @critical_pkg_list always
# exist, so if they are there then the number of updated packages
# should be reduced.
@@ -270,7 +270,7 @@ tl-update-containers [I<option>]...
=head1 OPTIONS
-=over 8
+=over 4
=item B<-location> I</container/dir>
diff --git a/Master/tlpkg/bin/tlpdb2container b/Master/tlpkg/bin/tlpdb2container
index 0de2713777b..e40473b68d4 100755
--- a/Master/tlpkg/bin/tlpdb2container
+++ b/Master/tlpkg/bin/tlpdb2container
@@ -113,7 +113,7 @@ tlpdb2container [OPTION]...
=head1 OPTIONS
-=over 8
+=over 4
=item B<-all>
build container file for all packages present in the tlpdb.
diff --git a/Master/tlpkg/bin/tlpdb2list b/Master/tlpkg/bin/tlpdb2list
index 563ca310dc3..c3ab78bc550 100755
--- a/Master/tlpkg/bin/tlpdb2list
+++ b/Master/tlpkg/bin/tlpdb2list
@@ -53,7 +53,7 @@ tlpdb2list [OPTION]... /path/to/installation/root/
=head1 OPTIONS
-=over 8
+=over 4
=item B<-outputdir> I<output_dir>
Specifies the location where list files are created. Defaults to
diff --git a/Master/tlpkg/bin/tlpfiles b/Master/tlpkg/bin/tlpfiles
index 970bacd6b07..e41b6cf4c7e 100755
--- a/Master/tlpkg/bin/tlpfiles
+++ b/Master/tlpkg/bin/tlpfiles
@@ -135,7 +135,7 @@ tlpfiles - list files contained in a TeX Live package, or vice versa
=head1 OPTIONS
-=over 8
+=over 4
=item B<-pkgof> I<file>...
diff --git a/Master/tlpkg/bin/tlprm b/Master/tlpkg/bin/tlprm
index b89c1758206..58f82604dc1 100755
--- a/Master/tlpkg/bin/tlprm
+++ b/Master/tlpkg/bin/tlprm
@@ -182,7 +182,7 @@ tlprm [OPTION]... [TLPKG]...
=head1 OPTIONS
-=over 8
+=over 4
=item B<-svn>
Print the Subversion commands that will do the actual removal. This is
diff --git a/Master/tlpkg/bin/tlpsrc2container b/Master/tlpkg/bin/tlpsrc2container
index 11b6d234cc8..d79e365840c 100755
--- a/Master/tlpkg/bin/tlpsrc2container
+++ b/Master/tlpkg/bin/tlpsrc2container
@@ -119,7 +119,7 @@ tlpsrc2container [OPTION]... [TLPSRC]...
=head1 OPTIONS
-=over 8
+=over 4
=item B<-all>
Generate container files for all .tlpsrc files in C<Master/tlpkg/tlpsrc/*.tlpsrc>.
diff --git a/Master/tlpkg/bin/tlpsrc2tlpdb b/Master/tlpkg/bin/tlpsrc2tlpdb
index 0ef2752cb28..1b7f75924d4 100755
--- a/Master/tlpkg/bin/tlpsrc2tlpdb
+++ b/Master/tlpkg/bin/tlpsrc2tlpdb
@@ -145,7 +145,7 @@ tlpsrc2tlpdb [OPTION]... [TLPSRC]...
=head1 OPTIONS
-=over 8
+=over 4
=item B<-all>
Use all .tlpsrc files in C<Master/tlpkg/tlpsrc/*.tlpsrc>, and update the
diff --git a/Master/tlpkg/bin/tlpsrc2tlpobj b/Master/tlpkg/bin/tlpsrc2tlpobj
index e60ad36303b..565c911bcc4 100755
--- a/Master/tlpkg/bin/tlpsrc2tlpobj
+++ b/Master/tlpkg/bin/tlpsrc2tlpobj
@@ -82,7 +82,7 @@ tlpsrc2tlpobj [OPTION]... [TLPSRC]...
=head1 OPTIONS
-=over 8
+=over 4
=item B<-catalogue> I<Catalogue_dir>