Skip to content

Commit 53fa0c6

Browse files
committed
Revert doc patch 3055579 as the values
are sometimes signed, sometimes unsigned.
1 parent b8a4093 commit 53fa0c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/protocol.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1819,7 +1819,7 @@ This section describes the base data types used in messages.
18191819
</term>
18201820
<listitem>
18211821
<para>
1822-
An <replaceable>n</replaceable>-bit signed integer in network byte
1822+
An <replaceable>n</replaceable>-bit integer in network byte
18231823
order (most significant byte first).
18241824
If <replaceable>i</replaceable> is specified it
18251825
is the exact value that will appear, otherwise the value

0 commit comments

Comments
 (0)