Update 'int' protocol documentation mention to be "signed", per request

from Dmitriy Igrishin
pull/3/head
Bruce Momjian 14 years ago
parent 3325957656
commit 305557984d
  1. 2
      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

Loading…
Cancel
Save