From 544b7935fddc56b0e66c422fb3b9e00528fafb0b Mon Sep 17 00:00:00 2001 From: Adam Piggott Date: Mon, 8 Feb 2016 03:43:21 +0000 Subject: [PATCH] Update config.rst Re-added line that was unintentionally removed. Further clarify detail before example section. --- users/config.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/users/config.rst b/users/config.rst index 5ec2dec36..1d8f52625 100644 --- a/users/config.rst +++ b/users/config.rst @@ -9,6 +9,7 @@ Synopsis $HOME/.config/syncthing $HOME/Library/Application Support/Syncthing %AppData%/Syncthing + %localappdata%/Syncthing Description ----------- @@ -269,7 +270,7 @@ introducer In addition, one or more ``address`` child elements must be present. Each contains an address or host name to use when attempting to connect to this device and will -be tried in order. Addresses must be prefixed with ``tcp://``. Accepted formats are: +be tried in order. Entries other than ``dynamic`` must be prefixed with ``tcp://``. Accepted formats are: IPv4 address (``tcp://192.0.2.42``) The default port (22000) is used.