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

This commit is contained in:
Jakob Borg
2020-03-11 07:45:28 +01:00
parent 20aaa5927b
commit 0bc571b2fd
17 changed files with 31 additions and 37 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "STDISCOSRV" "1" "Mar 02, 2020" "v1" "Syncthing"
.TH "STDISCOSRV" "1" "Mar 10, 2020" "v1" "Syncthing"
.SH NAME
stdiscosrv \- Syncthing Discovery Server
.
+1 -1
View File
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "STRELAYSRV" "1" "Mar 02, 2020" "v1" "Syncthing"
.TH "STRELAYSRV" "1" "Mar 10, 2020" "v1" "Syncthing"
.SH NAME
strelaysrv \- Syncthing Relay Server
.
+1 -1
View File
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-BEP" "7" "Mar 02, 2020" "v1" "Syncthing"
.TH "SYNCTHING-BEP" "7" "Mar 10, 2020" "v1" "Syncthing"
.SH NAME
syncthing-bep \- Block Exchange Protocol v1
.
+1 -1
View File
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-CONFIG" "5" "Mar 02, 2020" "v1" "Syncthing"
.TH "SYNCTHING-CONFIG" "5" "Mar 10, 2020" "v1" "Syncthing"
.SH NAME
syncthing-config \- Syncthing Configuration
.
+1 -1
View File
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-DEVICE-IDS" "7" "Mar 02, 2020" "v1" "Syncthing"
.TH "SYNCTHING-DEVICE-IDS" "7" "Mar 10, 2020" "v1" "Syncthing"
.SH NAME
syncthing-device-ids \- Understanding Device IDs
.
+1 -1
View File
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-EVENT-API" "7" "Mar 02, 2020" "v1" "Syncthing"
.TH "SYNCTHING-EVENT-API" "7" "Mar 10, 2020" "v1" "Syncthing"
.SH NAME
syncthing-event-api \- Event API
.
+1 -7
View File
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-FAQ" "7" "Mar 02, 2020" "v1" "Syncthing"
.TH "SYNCTHING-FAQ" "7" "Mar 10, 2020" "v1" "Syncthing"
.SH NAME
syncthing-faq \- Frequently Asked Questions
.
@@ -128,12 +128,6 @@ firewall\-setup to enable direct connections.
Second, if one of the devices is a very low powered machine (a Raspberry Pi,
or a phone, or a NAS, or similar) you are likely constrained by the CPU on
that device. See the next question for reasons Syncthing likes a faster CPU.
You can verify this by looking at the CPU utilization in the GUI. If it is
constantly at or close to 100%, you are limited by the CPU speed. In some
cases a lower CPU usage number can also indicate being limited by the CPU \-
for example constant 25% usage on a four core CPU likely means that
Syncthing is doing something that is not parallellizable and thus limited to
a single CPU core.
.sp
Third, verify that the network connection is OK. Tools such as iperf or just
an Internet speed test can be used to verify the performance here.
+1 -1
View File
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-GLOBALDISCO" "7" "Mar 02, 2020" "v1" "Syncthing"
.TH "SYNCTHING-GLOBALDISCO" "7" "Mar 10, 2020" "v1" "Syncthing"
.SH NAME
syncthing-globaldisco \- Global Discovery Protocol v3
.
+1 -1
View File
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-LOCALDISCO" "7" "Mar 02, 2020" "v1" "Syncthing"
.TH "SYNCTHING-LOCALDISCO" "7" "Mar 10, 2020" "v1" "Syncthing"
.SH NAME
syncthing-localdisco \- Local Discovery Protocol v4
.
+1 -1
View File
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-NETWORKING" "7" "Mar 02, 2020" "v1" "Syncthing"
.TH "SYNCTHING-NETWORKING" "7" "Mar 10, 2020" "v1" "Syncthing"
.SH NAME
syncthing-networking \- Firewall Setup
.
+1 -1
View File
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-RELAY" "7" "Mar 02, 2020" "v1" "Syncthing"
.TH "SYNCTHING-RELAY" "7" "Mar 10, 2020" "v1" "Syncthing"
.SH NAME
syncthing-relay \- Relay Protocol v1
.
+3 -3
View File
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-REST-API" "7" "Mar 02, 2020" "v1" "Syncthing"
.TH "SYNCTHING-REST-API" "7" "Mar 10, 2020" "v1" "Syncthing"
.SH NAME
syncthing-rest-api \- REST API
.
@@ -509,7 +509,7 @@ resumes all devices. Returns status 200 and no content upon success, or status
Post with empty body to cause Syncthing to exit and not restart.
.SS GET /rest/system/status
.sp
Returns information about current system status and resource usage.
Returns information about current system status and resource usage. The CPU percent value has been deprected from the API and will always report 0.
.INDENT 0.0
.INDENT 3.5
.sp
@@ -537,7 +537,7 @@ Returns information about current system status and resource usage.
]
}
},
"cpuPercent": 0.006944836512046966,
"cpuPercent": 0,
"discoveryEnabled": true,
"discoveryErrors": {
"global@https://discovery\-v4\-1.syncthing.net/v2/": "500 Internal Server Error",
+1 -1
View File
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-SECURITY" "7" "Mar 02, 2020" "v1" "Syncthing"
.TH "SYNCTHING-SECURITY" "7" "Mar 10, 2020" "v1" "Syncthing"
.SH NAME
syncthing-security \- Security Principles
.
+1 -1
View File
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-STIGNORE" "5" "Mar 02, 2020" "v1" "Syncthing"
.TH "SYNCTHING-STIGNORE" "5" "Mar 10, 2020" "v1" "Syncthing"
.SH NAME
syncthing-stignore \- Prevent files from being synchronized to other nodes
.
+1 -1
View File
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-VERSIONING" "7" "Mar 02, 2020" "v1" "Syncthing"
.TH "SYNCTHING-VERSIONING" "7" "Mar 10, 2020" "v1" "Syncthing"
.SH NAME
syncthing-versioning \- Keep automatic backups of deleted files by other nodes
.
+1 -1
View File
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING" "1" "Mar 02, 2020" "v1" "Syncthing"
.TH "SYNCTHING" "1" "Mar 10, 2020" "v1" "Syncthing"
.SH NAME
syncthing \- Syncthing
.