summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hofstaedtler <zeha@debian.org>2016-07-04 13:49:40 +0200
committergregor herrmann <gregoa@debian.org>2023-06-18 19:25:25 +0200
commit10e1b5e2cfc1d3db5eeeb8467cbec67e5bc8558d (patch)
tree565f1fc292a0e85932fa8890043c0e1783af037e
parent956db88fd43a0448c85229468b88367573be634c (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]