summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hofstaedtler <zeha@debian.org>2016-07-04 13:49:40 +0200
committergregor herrmann <gregoa@debian.org>2023-08-09 02:59:53 +0200
commit861859ff1a9c058f611e87cae3b5480b1c03555e (patch)
treee32a52cacfa6de44201ffea5b19df2b7bfba1e58
parentf5a2b486fbc765a40c4dd95366f27eb95a4fad2c (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]