about summary refs log tree commit homepage
path: root/Documentation/public-inbox-daemon.pod
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-07-05 22:44:50 +0000
committerEric Wong <e@yhbt.net>2020-07-06 20:01:27 +0000
commite98fdf7bb907f6ff941d46ce4a332e045446a509 (patch)
tree2f1ee7542f3a3d214f75594222fc3c12bbb73db7 /Documentation/public-inbox-daemon.pod
parent7c07c9cc7cd976d254547948e7a209cc0e8a6e51 (diff)
downloadpublic-inbox-e98fdf7bb907f6ff941d46ce4a332e045446a509.tar.gz
`~/.cache/public-inbox/inline-c' is supported, nowadays
for convenience, but Inline::C usage will remain opt-in.
Diffstat (limited to 'Documentation/public-inbox-daemon.pod')
-rw-r--r--Documentation/public-inbox-daemon.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/public-inbox-daemon.pod b/Documentation/public-inbox-daemon.pod
index 6091e8e6..747c1452 100644
--- a/Documentation/public-inbox-daemon.pod
+++ b/Documentation/public-inbox-daemon.pod
@@ -142,8 +142,8 @@ enables the use of L<vfork(2)> which speeds up subprocess
 spawning with the Linux kernel.
 
 public-inbox will never enable L<Inline::C> automatically without
-this environment variable set.  See L<Inline> and L<Inline::C>
-for more details.
+this environment variable set or C<~/.cache/public-inbox/inline-c>
+created by a user. See L<Inline> and L<Inline::C> for more details.
 
 =back