]> git.ipfire.org Git - thirdparty/public-inbox.git/commitdiff
doc: fix a few typos and wording issues
authorŠtěpán Němec <stepnem@smrk.net>
Wed, 29 Nov 2023 12:02:52 +0000 (13:02 +0100)
committerEric Wong <e@80x24.org>
Wed, 29 Nov 2023 21:51:05 +0000 (21:51 +0000)
Documentation/RelNotes/v2.0.0.wip
Documentation/lei-daemon-kill.pod
Documentation/public-inbox-cindex.pod
script/public-inbox-cindex

index 5fc9ecd79759683350fff164c7c47764d21a5b9e..d40378009af44bafb3d73683657c0b9c15763ba3 100644 (file)
@@ -24,7 +24,7 @@ Compatibility:
   -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
 
index 97a81e23f973d56239b00bd256aa19e259e2082e..50f75f4c74e443c66b74e5d9d3c459f1d3ee74fc 100644 (file)
@@ -26,7 +26,7 @@ so another L<lei-daemon(8)> process can take its place.
 =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
 
index 02c2d80f7ae583c4350d1adcc1c949aa06a7d219..fdc2b82d5d12390d33ecc8e69c79e6265df5822d 100644 (file)
@@ -1,6 +1,6 @@
 =head1 NAME
 
-public-inbox-cindex - create and update search for code repositories
+public-inbox-cindex - create and update code repository search indices
 
 =head1 SYNOPSIS
 
@@ -106,7 +106,7 @@ Used to override the default "~/.public-inbox/config" value.
 =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.
index d61d0244833fbe646e9a3d1cde014ad68f69d9c2..dd00623a1cf5a3f42c6bbdee58fcfca6fd5e9057 100755 (executable)
@@ -61,7 +61,7 @@ Or use --project-list=... and --project-root=...
 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