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-28 14:27:31 +0100
commit99ea1e5bf9e295ae908314f4428862d1f10166d3 (patch)
tree880279f0a040aeabdbabada2e8c3c825302562b8
parent83153a1b586988364c03c46f370783e903f047bd (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]