gui, man, authors: Update docs, translations, and contributors

This commit is contained in:
Jakob Borg
2018-08-22 07:45:24 +02:00
parent a02db70a63
commit d2c68fd163
20 changed files with 38 additions and 23 deletions
+18 -1
View File
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-CONFIG" "5" "Aug 10, 2018" "v0.14" "Syncthing"
.TH "SYNCTHING-CONFIG" "5" "Aug 21, 2018" "v0.14" "Syncthing"
.SH NAME
syncthing-config \- Syncthing Configuration
.
@@ -509,6 +509,23 @@ attempted via both IPv4 and IPv6, depending on name resolution.
The word \fBdynamic\fP (without \fBtcp://\fP prefix) means to use local and
global discovery to find the device.
.UNINDENT
.sp
You can set multiple addresses \fIand\fP combine it with the \fBdynamic\fP keyword
for example:
.INDENT 7.0
.INDENT 3.5
.sp
.nf
.ft C
<device id="...">
<address>tcp://192.0.2.1:22001</address>
<address>tcp://192.0.1.254:22000</address>
<address>dynamic</address>
</device>
.ft P
.fi
.UNINDENT
.UNINDENT
.TP
.B paused
True if synchronization with this devices is (temporarily) suspended.