summaryrefslogtreecommitdiff
path: root/doc/en/autogen/user/fifo_options.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2016-11-22 19:24:40 +0100
committerSébastien Helleu <flashcode@flashtux.org>2016-11-22 19:24:40 +0100
commit0cec295a41e47e4fcaa3dea39933f7d082f93c7b (patch)
tree475b4dd2988b2637e80f081b7ba406aba3a7e34e /doc/en/autogen/user/fifo_options.adoc
parentfe95a1c8a86e1e1741a2769d7570f88a818e9b3e (diff)
downloadweechat-0cec295a41e47e4fcaa3dea39933f7d082f93c7b.zip
fifo: add file fifo.conf and option fifo.file.path to customize FIFO pipe path/filename (closes #850)
Diffstat (limited to 'doc/en/autogen/user/fifo_options.adoc')
-rw-r--r--doc/en/autogen/user/fifo_options.adoc13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/en/autogen/user/fifo_options.adoc b/doc/en/autogen/user/fifo_options.adoc
new file mode 100644
index 000000000..6bb87ef17
--- /dev/null
+++ b/doc/en/autogen/user/fifo_options.adoc
@@ -0,0 +1,13 @@
+//
+// This file is auto-generated by script docgen.py.
+// DO NOT EDIT BY HAND!
+//
+* [[option_fifo.file.enabled]] *fifo.file.enabled*
+** description: pass:none[enable FIFO pipe]
+** type: boolean
+** values: on, off (default value: `+on+`)
+
+* [[option_fifo.file.path]] *fifo.file.path*
+** description: pass:none[path for FIFO file; "%h" at beginning of string is replaced by WeeChat home ("~/.weechat" by default); WeeChat PID can be used in path with ${info:pid} (note: content is evaluated, see /help eval)]
+** type: string
+** values: any string (default value: `+"%h/weechat_fifo"+`)