gui, man: Update docs & translations

This commit is contained in:
Jakob Borg
2016-07-26 10:53:00 +02:00
parent 7aaa1dd8a3
commit 25a7b0a6f8
19 changed files with 208 additions and 147 deletions

View File

@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-STIGNORE" "5" "July 17, 2016" "v0.14" "Syncthing"
.TH "SYNCTHING-STIGNORE" "5" "July 24, 2016" "v0.14" "Syncthing"
.SH NAME
syncthing-stignore \- Prevent files from being synchronized to other nodes
.
@@ -150,6 +150,7 @@ and an \fB\&.stignore\fP file with the contents:
.sp
.nf
.ft C
(?d).DS_Store
!frobble
!quuz
foo
@@ -168,7 +169,7 @@ all files and directories called "foo", ending in a "2" or starting with
.sp
.nf
.ft C
(?d).DS_Store # ignored, will be deleted if gets in the way of parent directory removal
\&.DS_Store # ignored, will be deleted if gets in the way of parent directory removal
foo # ignored, matches "foo"
foofoo # synced, does not match "foo" but would match "foo*" or "*foo"
bar/ # synced