gui, man: Update docs & translations
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.\" Man page generated from reStructuredText.
|
||||
.
|
||||
.TH "SYNCTHING-BEP" "7" "November 25, 2016" "v0.14" "Syncthing"
|
||||
.TH "SYNCTHING-BEP" "7" "December 11, 2016" "v0.14" "Syncthing"
|
||||
.SH NAME
|
||||
syncthing-bep \- Block Exchange Protocol v1
|
||||
.
|
||||
@@ -419,7 +419,8 @@ message FileInfo {
|
||||
Vector version = 9;
|
||||
int64 sequence = 10;
|
||||
|
||||
repeated BlockInfo Blocks = 16;
|
||||
repeated BlockInfo Blocks = 16;
|
||||
string symlink_target = 17;
|
||||
}
|
||||
|
||||
enum FileInfoType {
|
||||
@@ -470,7 +471,7 @@ systems \- the implementation SHOULD nonetheless indicate the target type
|
||||
when possible.
|
||||
.sp
|
||||
The \fBsize\fP field contains the size of the file, in bytes. For directories
|
||||
the size is zero. For symlinks the size is the length of the target name.
|
||||
and symlinks the size is zero.
|
||||
.sp
|
||||
The \fBpermissions\fP field holds the common Unix permission bits. An
|
||||
implementation MAY ignore or interpret these as is suitable on the host
|
||||
@@ -508,7 +509,11 @@ database update, thus forming a sequence number over database updates.
|
||||
.sp
|
||||
The \fBblocks\fP list contains the size and hash for each block in the file.
|
||||
Each block represents a 128 KiB slice of the file, except for the last block
|
||||
which may represent a smaller amount of data.
|
||||
which may represent a smaller amount of data. The block list is empty for
|
||||
files and symlinks.
|
||||
.sp
|
||||
The \fBsymlink_target\fP field contains the symlink target, for entries of
|
||||
symlink type. It is empty for all other entry types.
|
||||
.SS Request
|
||||
.sp
|
||||
The Request message expresses the desire to receive a data block
|
||||
|
||||
Reference in New Issue
Block a user