summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hofstaedtler <zeha@debian.org>2016-07-04 13:49:40 +0200
committergregor herrmann <gregoa@debian.org>2020-02-23 11:56:51 +0100
commita2a534be6a39bf2d842a2e6f80d628f12e62860a (patch)
treed19356a94f434477977a06fae980c78cfed5ebd3
parent39edd8c23f86350b7bad6b2fbfc90f3c09431151 (diff)
Fix bad whatis indexing of man pagesarchive/debian/1.0.0000-1
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]