gui, man: Update docs & translations

This commit is contained in:
Jakob Borg
2016-06-12 16:17:02 +02:00
parent de298da532
commit c1a96d4900
49 changed files with 133 additions and 68 deletions
+3 -1
View File
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-STIGNORE" "5" "June 03, 2016" "v0.12" "Syncthing"
.TH "SYNCTHING-STIGNORE" "5" "June 08, 2016" "v0.12" "Syncthing"
.SH NAME
syncthing-stignore \- Prevent files from being synchronized to other nodes
.
@@ -127,6 +127,7 @@ Given a directory layout:
.sp
.nf
.ft C
\&.DS_Store
foo
foofoo
bar/
@@ -167,6 +168,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
foo # ignored, matches "foo"
foofoo # synced, does not match "foo" but would match "foo*" or "*foo"
bar/ # synced