-extindex. Uppercase names will now be lowercased by default and
warnings will be emitted. Conflicting newsgroup names (and `inboxdir'
entries if `newsgroup' isn't specified) will also generate warnings
- since it breaks -extindex and the new -cindex (coderepo index)
+ since they break -extindex and the new -cindex (coderepo index).
treewide
=item SIGKILL
Kills L<lei-daemon(8)> immediately. Some worker processes may
-remain running after a short while after this takes effect.
+remain running for a short while.
=back
=head1 NAME
-public-inbox-cindex - create and update search for code repositories
+public-inbox-cindex - create and update code repository search indices
=head1 SYNOPSIS
=item XAPIAN_FLUSH_THRESHOLD
The number of documents to update before committing changes to
-disk. This environment is handled directly by Xapian, refer to
+disk. This variable is handled directly by Xapian, refer to
Xapian API documentation for more details.
Use C<publicinbox.indexBatchSize> instead.
EOM
} elsif (defined(my $pl = $opt->{'project-list'})) {
my $pfx = $opt->{'project-root'} // die <<EOM;
-PROJECTS_ROOT required for --project-list
+PROJECT_ROOT required for --project-list
EOM
$opt->{'git-dir'} and die <<EOM;
--project-list does not accept additional --git-dir directories