summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2014-09-17 17:17:47 +0200
committermathieui <mathieui@mathieui.net>2014-09-17 17:17:47 +0200
commitd95ec953c3982fe70e6ba7116ae5b9df17f6ea7f (patch)
tree0e013cdcf042c0edd54a709d6ed39ce92243a322
parentfccf7f5af7a6a62ffb15cd7f37a23d52d0bbaf0d (diff)
downloadpoezio-d95ec953c3982fe70e6ba7116ae5b9df17f6ea7f.tar.gz
poezio-d95ec953c3982fe70e6ba7116ae5b9df17f6ea7f.tar.bz2
poezio-d95ec953c3982fe70e6ba7116ae5b9df17f6ea7f.tar.xz
poezio-d95ec953c3982fe70e6ba7116ae5b9df17f6ea7f.zip
Fix the doc for remote_fifo_path (fixes #2584)
-rw-r--r--data/default_config.cfg3
-rw-r--r--doc/source/configuration.rst4
2 files changed, 5 insertions, 2 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg
index ef863ee4..ed21eab0 100644
--- a/data/default_config.cfg
+++ b/data/default_config.cfg
@@ -461,8 +461,9 @@ show_useless_separator = false
exec_remote = false
# Path of the FIFO in which the remote commands will be sent.
+# The "poezio.fifo" file will be created in this directory
# Used with exec_remote set to true, see the documentation of /link for details
-# Defaults to ./poezio.fifo
+# Defaults to ./
remote_fifo_path =
# Defines if all tabs are resized at the same time (if set to false)
diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst
index cb2fbddb..b15d5140 100644
--- a/doc/source/configuration.rst
+++ b/doc/source/configuration.rst
@@ -860,9 +860,11 @@ Other
remote_fifo_path
- **Default value:** ``./poezio.fifo``
+ **Default value:** ``./``
The path of the FIFO used to send the commands (see the :term:`exec_remote` option).
+ Poezio will try to create a :file:`poezio.fifo` file in this directory.
+
save_status