Docs & translations update

This commit is contained in:
Jakob Borg
2015-10-02 08:08:07 +02:00
parent 892e470ba5
commit 03e17ec1dd
40 changed files with 138 additions and 109 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-STIGNORE" "5" "September 10, 2015" "v0.11" "Syncthing"
.TH "SYNCTHING-STIGNORE" "5" "October 01, 2015" "v0.11" "Syncthing"
.SH NAME
syncthing-stignore \- Prevent files from being synchronized to other nodes
.
@@ -93,7 +93,7 @@ matching. \fB(?i)test\fP matches \fBtest\fP, \fBTEST\fP and \fBtEsT\fP\&. The
\fB(?i)\fP prefix can be combined with other patterns, for example the
pattern \fB(?i)!picture*.png\fP indicates that \fBPicture1.PNG\fP should
be synchronized. Note that case\-insensitive patterns must start with
\fB(?i)\fP when combined with other flags.
\fB(?i)\fP when combined with other flags. On Mac OS and Windows, patterns are always case\-insensitive.
.IP \(bu 2
A line beginning with \fB//\fP is a comment and has no effect.
.UNINDENT