diff options
-rw-r--r-- | doc/src/sgml/protocol.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index e72556303ab..8778c58219b 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -1819,7 +1819,7 @@ This section describes the base data types used in messages. </term> <listitem> <para> - An <replaceable>n</replaceable>-bit integer in network byte + An <replaceable>n</replaceable>-bit signed integer in network byte order (most significant byte first). If <replaceable>i</replaceable> is specified it is the exact value that will appear, otherwise the value |