doc: Fix order of protocol messages in listing
authorPeter Eisentraut
Fri, 23 Oct 2020 11:01:39 +0000 (13:01 +0200)
committerPeter Eisentraut
Fri, 23 Oct 2020 11:01:39 +0000 (13:01 +0200)
The order of AuthenticationGSSContinue and AuthenticationSSPI was
swapped, based on the other Authentication* protocol messages being
listed in subcode order.

doc/src/sgml/protocol.sgml

index a46cb728b79d2a10ac5403c5b2526ce169987b0f..3a64db6f5509911b3d9babb679ffb4e3a6c9a907 100644 (file)
@@ -3238,7 +3238,7 @@ AuthenticationGSS (B)
 
 
 
-AuthenticationSSPI (B)
+AuthenticationGSSContinue (B)
 
 
 
@@ -3256,7 +3256,7 @@ AuthenticationSSPI (B)
 
 
 
-        Int32(8)
+        Int32
 
 
 
@@ -3266,11 +3266,21 @@ AuthenticationSSPI (B)
 
 
 
-        Int32(9)
+        Int32(8)
 
 
 
-                Specifies that SSPI authentication is required.
+                Specifies that this message contains GSSAPI or SSPI data.
+
+
+
+
+
+        Byten
+
+
+
+                GSSAPI or SSPI authentication data.
 
 
 
@@ -3283,7 +3293,7 @@ AuthenticationSSPI (B)
 
 
 
-AuthenticationGSSContinue (B)
+AuthenticationSSPI (B)
 
 
 
@@ -3300,32 +3310,22 @@ AuthenticationGSSContinue (B)
 
 
 
-
-        Int32
-
-
-
-                Length of message contents in bytes, including self.
-
-
-
-
 
         Int32(8)
 
 
 
-                Specifies that this message contains GSSAPI or SSPI data.
+                Length of message contents in bytes, including self.
 
 
 
 
 
-        Byten
+        Int32(9)
 
 
 
-                GSSAPI or SSPI authentication data.
+                Specifies that SSPI authentication is required.