From e731e6693c7a20ab1ddc0c2f80e3ae2d4ed06af6 Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Mon, 4 May 2015 21:22:51 +0200 Subject: [PATCH] jsonrpc-s: extended docs for fifo_name parameter --- modules/jsonrpc-s/README | 3 ++- modules/jsonrpc-s/doc/jsonrpc-s_admin.xml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/jsonrpc-s/README b/modules/jsonrpc-s/README index 02c3a520e9a..5d1e328b5b9 100644 --- a/modules/jsonrpc-s/README +++ b/modules/jsonrpc-s/README @@ -171,7 +171,8 @@ modparam("jsonrpc-s", "transport", 1) 3.3. fifo_name (str) The name of the FIFO file to be created for listening and reading - external commands. + external commands. If the given path is not absolute, the fifo file is + created relative to run_dir (global parameter). Default value is NONE. diff --git a/modules/jsonrpc-s/doc/jsonrpc-s_admin.xml b/modules/jsonrpc-s/doc/jsonrpc-s_admin.xml index 34653016b84..6c9ef1cb20a 100644 --- a/modules/jsonrpc-s/doc/jsonrpc-s_admin.xml +++ b/modules/jsonrpc-s/doc/jsonrpc-s_admin.xml @@ -138,7 +138,8 @@ modparam("jsonrpc-s", "transport", 1) <varname>fifo_name</varname> (str) The name of the FIFO file to be created for listening and - reading external commands. + reading external commands. If the given path is not absolute, + the fifo file is created relative to run_dir (global parameter).