diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml
index a46cb728b79..3a64db6f550 100644
--- a/doc/src/sgml/protocol.sgml
+++ b/doc/src/sgml/protocol.sgml
@@ -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.