summaryrefslogtreecommitdiff
path: root/doc/en/autogen/user/fifo_options.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/autogen/user/fifo_options.adoc')
-rw-r--r--doc/en/autogen/user/fifo_options.adoc6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/en/autogen/user/fifo_options.adoc b/doc/en/autogen/user/fifo_options.adoc
index 6bb87ef17..e30939fa5 100644
--- a/doc/en/autogen/user/fifo_options.adoc
+++ b/doc/en/autogen/user/fifo_options.adoc
@@ -5,9 +5,11 @@
* [[option_fifo.file.enabled]] *fifo.file.enabled*
** description: pass:none[enable FIFO pipe]
** type: boolean
-** values: on, off (default value: `+on+`)
+** 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"+`)
+** values: any string
+** default value: `+"%h/weechat_fifo"+`