about summary refs log tree commit homepage
path: root/Documentation/lei_design_notes.txt
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-10-01 09:54:45 +0000
committerEric Wong <e@80x24.org>2021-10-02 07:59:52 +0000
commita1d11ab624367884f3cff76c13aba85be3a89e45 (patch)
tree807afb608e8b8efd85a954d9526f29e9604b5876 /Documentation/lei_design_notes.txt
parent85242cb8082e580012a2e968de417415b89c85be (diff)
downloadpublic-inbox-a1d11ab624367884f3cff76c13aba85be3a89e45.tar.gz
In case users see "lei-daemon" in ps(1) or syslog and wonder.

Helped-by: Kyle Meyer <kyle@kyleam.com>
Diffstat (limited to 'Documentation/lei_design_notes.txt')
-rw-r--r--Documentation/lei_design_notes.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/lei_design_notes.txt b/Documentation/lei_design_notes.txt
index f1d2ab6f..b5180374 100644
--- a/Documentation/lei_design_notes.txt
+++ b/Documentation/lei_design_notes.txt
@@ -6,7 +6,7 @@ Daemon architecture
 
 The use of a persistent daemon works around slow startup time of
 Perl.  This is especially important for built-in support for
-shell completion.  It will eventually support inotify and EVFILT_VNODE
+shell completion.  It attempts to support inotify and EVFILT_VNODE
 background monitoring of Maildir keyword changes.
 
 If lei were reimplemented in a language with faster startup