summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hofstaedtler <zeha@debian.org>2016-07-04 13:49:40 +0200
committergregor herrmann <gregoa@debian.org>2022-10-15 21:19:26 +0200
commit407e838060c70dde3b07c1589571a6f0ecf527f9 (patch)
treeee084fa5707020f93b08359eb8e16cf3831cc0d9
parent3644a142ac851a548d7607b8701bf008e7b4050f (diff)
Fix bad whatis indexing of man pages
By removing the private markers, the generated man pages get their correct format, so whatis indexing works. Forwarded: not-needed Gbp-Pq: Name fix-bad-whatis-man.patch
-rw-r--r--lib/sqitchcommands.pod7
-rw-r--r--lib/sqitchguides.pod7
-rw-r--r--lib/sqitchusage.pod7
3 files changed, 0 insertions, 21 deletions
diff --git a/lib/sqitchcommands.pod b/lib/sqitchcommands.pod
index 9fc1bb48..4b19d8b1 100644
--- a/lib/sqitchcommands.pod
+++ b/lib/sqitchcommands.pod
@@ -1,14 +1,7 @@
-=begin private
-
-Keep private so it's not displayed, but will still be indexed by the CPAN
-toolchain.
-
=head1 Name
sqitchcommands - List of common sqitch commands
-=end private
-
=head1 Usage
sqitch [--etc-path | --help | --man | --version]
diff --git a/lib/sqitchguides.pod b/lib/sqitchguides.pod
index 8b195388..1d9b87a4 100644
--- a/lib/sqitchguides.pod
+++ b/lib/sqitchguides.pod
@@ -1,14 +1,7 @@
-=begin private
-
-Keep private so it's not displayed, but will still be indexed by the CPAN
-toolchain.
-
=head1 Name
sqitchguides - List of common Sqitch guides
-=end private
-
The common Sqitch guides are:
changes Specifying changes for Sqitch
diff --git a/lib/sqitchusage.pod b/lib/sqitchusage.pod
index 4955f113..4655904c 100644
--- a/lib/sqitchusage.pod
+++ b/lib/sqitchusage.pod
@@ -1,14 +1,7 @@
-=begin private
-
-Keep private so it's not displayed, but will still be indexed by the CPAN
-toolchain.
-
=head1 Name
sqitchusage - Sqitch usage statement
-=end private
-
=head1 Usage
sqitch <command> [options] [command-options] [args]