From 00c0d64632dcd3113742b72883e921cdb5af1553 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Wed, 24 Feb 2016 16:49:22 +0100 Subject: [PATCH] Docs: Fix ambiguous use of term metadata --- docs/config.rst | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/docs/config.rst b/docs/config.rst index 117f2b1..2666240 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -30,10 +30,16 @@ General Section #password_command = -- ``status_path``: A directory where vdirsyncer will store metadata for the - next sync. The data is needed to determine whether a new item means it has - been added on one side or deleted on the other. Relative paths will be - interpreted as relative to the configuration file's directory. +- ``status_path``: A directory where vdirsyncer will store some additional data + for the next sync. + + The data is needed to determine whether a new item means it has been added on + one side or deleted on the other. Relative paths will be interpreted as + relative to the configuration file's directory. + + See `A simple synchronization algorithm + `_ for what exactly is in + there. .. _pair_config: