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

This commit is contained in:
Jakob Borg
2021-03-31 07:45:27 +02:00
parent fb2d85b9d5
commit 7778f50b50
51 changed files with 202 additions and 40 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-REST-API" "7" "Mar 22, 2021" "v1" "Syncthing"
.TH "SYNCTHING-REST-API" "7" "Mar 27, 2021" "v1" "Syncthing"
.SH NAME
syncthing-rest-api \- REST API
.
@@ -697,8 +697,8 @@ a restart is required.
For all endpoints supporting \fBPATCH\fP, it takes the existing config and
unmarshals the given JSON object on top of it. This means all child objects will
replace the existing objects, not extend them. For example for
\fBRawListenAddresses\(ga in options, which is an array of strings, sending
\(ga\(ga{RawListenAddresses: ["tcp://10.0.0.2"]\fP will replace all existing listen
\fBRawListenAddresses\fP in options, which is an array of strings, sending
\fB{RawListenAddresses: ["tcp://10.0.0.2"]}\fP will replace all existing listen
addresses.
.SS /rest/config
.sp