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
@@ -3236,51 +3236,6 @@ AuthenticationGSS (B)
-
-
-AuthenticationSSPI (B)
-
-
-
-
-
-
-
- Byte1('R')
-
-
-
- Identifies the message as an authentication request.
-
-
-
-
-
- Int32(8)
-
-
-
- Length of message contents in bytes, including self.
-
-
-
-
-
- Int32(9)
-
-
-
- Specifies that SSPI authentication is required.
-
-
-
-
-
-
-
-
-
-
AuthenticationGSSContinue (B)
@@ -3336,6 +3291,51 @@ AuthenticationGSSContinue (B)
+
+
+AuthenticationSSPI (B)
+
+
+
+
+
+
+
+ Byte1('R')
+
+
+
+ Identifies the message as an authentication request.
+
+
+
+
+
+ Int32(8)
+
+
+
+ Length of message contents in bytes, including self.
+
+
+
+
+
+ Int32(9)
+
+
+
+ Specifies that SSPI authentication is required.
+
+
+
+
+
+
+
+
+
+
AuthenticationSASL (B)