Skip to content

Commit 8fed2ea

Browse files
committed
doc: Fix order of protocol messages in listing
Move GSSENCRequest to the correct alphabetical position.
1 parent 2f0760c commit 8fed2ea

File tree

1 file changed

+38
-37
lines changed

1 file changed

+38
-37
lines changed

doc/src/sgml/protocol.sgml

Lines changed: 38 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -4858,6 +4858,44 @@ FunctionCallResponse (B)
48584858
</varlistentry>
48594859

48604860

4861+
<varlistentry>
4862+
<term>
4863+
GSSENCRequest (F)
4864+
</term>
4865+
<listitem>
4866+
<para>
4867+
4868+
<variablelist>
4869+
<varlistentry>
4870+
<term>
4871+
Int32(8)
4872+
</term>
4873+
<listitem>
4874+
<para>
4875+
Length of message contents in bytes, including self.
4876+
</para>
4877+
</listitem>
4878+
</varlistentry>
4879+
<varlistentry>
4880+
<term>
4881+
Int32(80877104)
4882+
</term>
4883+
<listitem>
4884+
<para>
4885+
The <acronym>GSSAPI</acronym> Encryption request code. The value is chosen to contain
4886+
<literal>1234</literal> in the most significant 16 bits, and <literal>5680</literal> in the
4887+
least significant 16 bits. (To avoid confusion, this code
4888+
must not be the same as any protocol version number.)
4889+
</para>
4890+
</listitem>
4891+
</varlistentry>
4892+
</variablelist>
4893+
4894+
</para>
4895+
</listitem>
4896+
</varlistentry>
4897+
4898+
48614899
<varlistentry>
48624900
<term>
48634901
GSSResponse (F)
@@ -5823,43 +5861,6 @@ SSLRequest (F)
58235861
</listitem>
58245862
</varlistentry>
58255863

5826-
<varlistentry>
5827-
<term>
5828-
GSSENCRequest (F)
5829-
</term>
5830-
<listitem>
5831-
<para>
5832-
5833-
<variablelist>
5834-
<varlistentry>
5835-
<term>
5836-
Int32(8)
5837-
</term>
5838-
<listitem>
5839-
<para>
5840-
Length of message contents in bytes, including self.
5841-
</para>
5842-
</listitem>
5843-
</varlistentry>
5844-
<varlistentry>
5845-
<term>
5846-
Int32(80877104)
5847-
</term>
5848-
<listitem>
5849-
<para>
5850-
The <acronym>GSSAPI</acronym> Encryption request code. The value is chosen to contain
5851-
<literal>1234</literal> in the most significant 16 bits, and <literal>5680</literal> in the
5852-
least significant 16 bits. (To avoid confusion, this code
5853-
must not be the same as any protocol version number.)
5854-
</para>
5855-
</listitem>
5856-
</varlistentry>
5857-
</variablelist>
5858-
5859-
</para>
5860-
</listitem>
5861-
</varlistentry>
5862-
58635864

58645865
<varlistentry>
58655866
<term>

0 commit comments

Comments
 (0)