git » nmdb » commit de84b54

doc: Fix the version field in the request diagram

author Alberto Bertogli
2010-10-06 15:17:40 UTC
committer Alberto Bertogli
2010-10-06 15:21:04 UTC
parent 7c3ef8cfd248dce772304091e946071f26c8f294

doc: Fix the version field in the request diagram

The version field is 4 bits, but the diagram showed it as being 8.

Thanks to Jay Sprenkle <jsprenkle@gmail.com> for the report.

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>

doc/network.rst +1 -1

diff --git a/doc/network.rst b/doc/network.rst
index a1b0833..7d2dc34 100644
--- a/doc/network.rst
+++ b/doc/network.rst
@@ -24,7 +24,7 @@ payload. They look like this::
    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
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
-  |    Version    |                 Request ID                    |
+  |  Ver   |                      Request ID                      |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |         Request code          |             Flags             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+