From 5eaa53f5d631b21f069b2e7872521b79e244cf78 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Wed, 9 Aug 2017 10:23:06 +0200 Subject: [PATCH] doc: fix a RST syntax error --- daemon/README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/daemon/README.rst b/daemon/README.rst index f8e70b5f1..7e5e1d35c 100644 --- a/daemon/README.rst +++ b/daemon/README.rst @@ -147,6 +147,7 @@ The daemon also supports `systemd socket activation`_, it is automatically detec To run the daemon by hand, such as under ``nohup``, use ``-f 1`` to start a single fork. For example: .. code-block:: bash + $ nohup ./daemon/kresd -a 127.0.0.1 -f 1 & -- 2.47.2