From 0a77be0ff2c717f32219b0491d900e9e13ef23d5 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Fri, 10 Nov 2017 13:21:10 +0100 Subject: [PATCH] docs: adjust misc to rst --- docs/configuration/misc.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/configuration/misc.rst b/docs/configuration/misc.rst index 9543a4e..6d892ad 100644 --- a/docs/configuration/misc.rst +++ b/docs/configuration/misc.rst @@ -8,13 +8,13 @@ Runtime Directories & UNIX Sockets zrepl daemon creates various UNIX sockets to allow communicating with it: -* the `stdinserver` transport connects to a socket named after `client_identity` parameter -* the `control` subcommand connects to a defined control socket +* the :ref:`transport-ssh+stdinserver` transport connects to a socket named after ``client_identity`` parameter +* the ``control`` CLI subcommand connects to a defined control socket There is no further authentication on these sockets. -Therefore we have to make sure they can only be created and accessed by `zrepl daemon`. +Therefore we have to make sure they can only be created and accessed by ``zrepl daemon``. -In fact, `zrepl daemon` will not bind a socket to a path in a directory that is world-accessible. +In fact, ``zrepl daemon`` will not bind a socket to a path in a directory that is world-accessible. The directories can be configured in the main configuration file: