]> Cypherpunks.ru repositories - nncp.git/blobdiff - doc/chunked.texi
Small stylistical changes in documentation
[nncp.git] / doc / chunked.texi
index 41b1d7a6e9710539db3c0ac2764e7495ccf32485..27ad5099661f8dd760b90ef5ff07ff14a5b142d4 100644 (file)
@@ -16,8 +16,11 @@ reassembling with @ref{nncp-reass} command.
 Chunked @file{FILE} produces @file{FILE.nncp.meta},
 @file{FILE.nncp.chunk0}, @file{FILE.nncp.chunk1}, ... files. All
 @file{.nncp.chunkXXX} can be concatenated together to produce original
-@file{FILE}. @file{.nncp.meta} contains information about file/chunk
-size and their hash checksums:
+@file{FILE}.
+
+@file{.nncp.meta} contains information about file/chunk
+size and their hash checksums. This is
+@url{https://tools.ietf.org/html/rfc4506, XDR}-encoded structure:
 
 @verbatim
 +------------------------------+---------------------+
@@ -35,7 +38,7 @@ size and their hash checksums:
     Whole reassembled file's size
 @item Chunk size @tab
     unsigned hyper integer @tab
-    Size of each chunks (except for the last one, that could be smaller).
+    Size of each chunk (except for the last one, that could be smaller)
 @item Checksums @tab
     variable length array of 32 byte fixed length opaque data @tab
     BLAKE2b-256 checksum of each chunk