Skip to content
Snippets Groups Projects
Commit 208219ea authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Fix a few spelling errors in box-protocol.rst.

parent 14b1780a
No related branches found
No related tags found
No related merge requests found
...@@ -461,7 +461,7 @@ can be found in `src/errcode.h ...@@ -461,7 +461,7 @@ can be found in `src/errcode.h
XLOG / SNAP XLOG / SNAP
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
XLOG and SNAP have one format now. For example, they starts with: XLOG and SNAP have the same format. They start with:
.. code-block:: bash .. code-block:: bash
...@@ -472,18 +472,18 @@ XLOG and SNAP have one format now. For example, they starts with: ...@@ -472,18 +472,18 @@ XLOG and SNAP have one format now. For example, they starts with:
\n \n
... ...
So, **Header** of SNAP/XLOG consists from: So, **Header** of an SNAP/XLOG consists of:
.. code-block:: bash .. code-block:: bash
<format>\n <format>\n
<format_version>\n <format_version>\n
Server: <server_uuid> Server: <server_uuid>\n
VClock: <vclock_map>\n VClock: <vclock_map>\n
\n \n
There're two markers: tuple beggining - **0xd5ba0bab** and EOF marker - **0xd510aded**. So, next, between **Header** and EOF marker there's data with such schema: There're two markers: tuple beggining - **0xd5ba0bab** and EOF marker - **0xd510aded**. So, next, between **Header** and EOF marker there's data with the following schema:
.. code-block:: bash .. code-block:: bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment