about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
authorŠtěpán Němec <stepnem@smrk.net>2023-11-29 13:02:52 +0100
committerEric Wong <e@80x24.org>2023-11-29 21:51:05 +0000
commit88ed7f907c5abe1a311681ea44b08c52353b711b (patch)
tree69af6ab2e4f44e9d71e98a7eb6936be2d94b6604 /Documentation
parent1973ff3169d1c2d75f60843e0a10f32c528cbe7e (diff)
downloadpublic-inbox-88ed7f907c5abe1a311681ea44b08c52353b711b.tar.gz
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/v2.0.0.wip2
-rw-r--r--Documentation/lei-daemon-kill.pod2
-rw-r--r--Documentation/public-inbox-cindex.pod4
3 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/RelNotes/v2.0.0.wip b/Documentation/RelNotes/v2.0.0.wip
index 5fc9ecd7..d4037800 100644
--- a/Documentation/RelNotes/v2.0.0.wip
+++ b/Documentation/RelNotes/v2.0.0.wip
@@ -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
 
diff --git a/Documentation/lei-daemon-kill.pod b/Documentation/lei-daemon-kill.pod
index 97a81e23..50f75f4c 100644
--- a/Documentation/lei-daemon-kill.pod
+++ b/Documentation/lei-daemon-kill.pod
@@ -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
 
diff --git a/Documentation/public-inbox-cindex.pod b/Documentation/public-inbox-cindex.pod
index 02c2d80f..fdc2b82d 100644
--- a/Documentation/public-inbox-cindex.pod
+++ b/Documentation/public-inbox-cindex.pod
@@ -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.