From 053208d3c4b776caebc84588bd05d0e7a620059f Mon Sep 17 00:00:00 2001 From: Stephen Date: Thu, 10 Dec 2015 22:16:30 +0100 Subject: [PATCH 1/2] Update bep-v1.rst I had to read this section about three times, before realizing that the wording did actually describe what's in the picture. Changed the wording slightly to highlight in which direction the data does flow. --- specs/bep-v1.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specs/bep-v1.rst b/specs/bep-v1.rst index e0e25cefd..6969e864c 100644 --- a/specs/bep-v1.rst +++ b/specs/bep-v1.rst @@ -904,8 +904,8 @@ directions. Read Only ~~~~~~~~~ -In read only mode, a device does not synchronize the local folder to the -cluster, but publishes changes to its local folder contents as usual. +In read only mode, a device does not apply any updates from the cluster, +but publishes changes of its local folder to the cluser as usual. The local folder can be seen as a "master copy" that is never affected by the actions of other cluster devices. From 309829692b60a48a2982b5cf597e5c9e700e89aa Mon Sep 17 00:00:00 2001 From: Stephen Date: Thu, 10 Dec 2015 22:20:39 +0100 Subject: [PATCH 2/2] Typo --- specs/bep-v1.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/bep-v1.rst b/specs/bep-v1.rst index 6969e864c..7d47ccca2 100644 --- a/specs/bep-v1.rst +++ b/specs/bep-v1.rst @@ -905,7 +905,7 @@ Read Only ~~~~~~~~~ In read only mode, a device does not apply any updates from the cluster, -but publishes changes of its local folder to the cluser as usual. +but publishes changes of its local folder to the cluster as usual. The local folder can be seen as a "master copy" that is never affected by the actions of other cluster devices.