Update docs & translations
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/2976
This commit is contained in:
+11
-7
@@ -1,6 +1,6 @@
|
||||
.\" Man page generated from reStructuredText.
|
||||
.
|
||||
.TH "SYNCTHING-BEP" "7" "April 08, 2016" "v0.12" "Syncthing"
|
||||
.TH "SYNCTHING-BEP" "7" "April 14, 2016" "v0.12" "Syncthing"
|
||||
.SH NAME
|
||||
syncthing-bep \- Block Exchange Protocol v1
|
||||
.
|
||||
@@ -679,7 +679,7 @@ The \fBFlags\fP field is made up of the following single bit flags:
|
||||
0 1 2 3
|
||||
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
|
||||
+\-+\-+\-+\-+\-+\-+\-+\-+\-+\-+\-+\-+\-+\-+\-+\-+\-+\-+\-+\-+\-+\-+\-+\-+\-+\-+\-+\-+\-+\-+\-+\-+
|
||||
| Reserved |U|S|P|I|D| Unix Perm. & Mode |
|
||||
| Reserved |U|S|P|D|I|R| Unix Perm. & Mode |
|
||||
+\-+\-+\-+\-+\-+\-+\-+\-+\-+\-+\-+\-+\-+\-+\-+\-+\-+\-+\-+\-+\-+\-+\-+\-+\-+\-+\-+\-+\-+\-+\-+\-+
|
||||
.ft P
|
||||
.fi
|
||||
@@ -692,7 +692,7 @@ hold the common Unix permission and mode bits. An
|
||||
implementation MAY ignore or interpret these as is suitable on the
|
||||
host operating system.
|
||||
.TP
|
||||
.B Bit 19 ("D")
|
||||
.B Bit 19 ("R")
|
||||
is set when the file has been deleted. The block list
|
||||
SHALL be of length zero and the modification time indicates the time
|
||||
of deletion or, if the time of deletion is not reliably determinable,
|
||||
@@ -703,25 +703,29 @@ is set when the file is invalid and unavailable for
|
||||
synchronization. A peer MAY set this bit to indicate that it can
|
||||
temporarily not serve data for the file.
|
||||
.TP
|
||||
.B Bit 17 ("P")
|
||||
.B Bit 17 ("D")
|
||||
is set when the item represents a directory. The block
|
||||
list SHALL be of length zero.
|
||||
.TP
|
||||
.B Bit 16 ("P")
|
||||
is set when there is no permission information for the
|
||||
file. This is the case when it originates on a file system which
|
||||
does not support permissions. Changes to only permission bits SHOULD
|
||||
be disregarded on files with this bit set. The permissions bits MUST
|
||||
be set to the octal value 0666.
|
||||
.TP
|
||||
.B Bit 16 ("S")
|
||||
.B Bit 15 ("S")
|
||||
is set when the file is a symbolic link. The block list
|
||||
SHALL be of one or more blocks since the target of the symlink is
|
||||
stored within the blocks of the file.
|
||||
.TP
|
||||
.B Bit 15 ("U")
|
||||
.B Bit 14 ("U")
|
||||
is set when the symbolic links target does not exist. On
|
||||
systems where symbolic links have types, this bit being means that
|
||||
the default file symlink SHALL be used. If this bit is unset bit 19
|
||||
will decide the type of symlink to be created.
|
||||
.TP
|
||||
.B Bit 0 through 14
|
||||
.B Bit 0 through 13
|
||||
are reserved for future use and SHALL be set to
|
||||
zero.
|
||||
.UNINDENT
|
||||
|
||||
Reference in New Issue
Block a user