diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml
index 46ec4acd40b..0d4b720cfd0 100644
--- a/doc/src/sgml/protocol.sgml
+++ b/doc/src/sgml/protocol.sgml
@@ -2744,9 +2744,9 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
be used in conjunction with the COMPRESSION
option. If the value is an integer, it specifies the compression
level. Otherwise, it should be a comma-separated list of items,
- each of the form keyword or
- keyword=value. Currently, the supported keywords
- are level and workers.
+ each of the form keyword or
+ keyword=value. Currently, the supported
+ keywords are level and workers.
@@ -2904,7 +2904,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
Byte1('n')
- Identifes the messaage as indicating the start of a new archive.
+ Identifies the message as indicating the start of a new archive.
There will be one archive for the main data directory and one
for each additional tablespace; each will use tar format
(following the ustar interchange format
specified
@@ -2938,7 +2938,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
Byte1('m')
- Identifes the message as indicating the start of the backup
+ Identifies the message as indicating the start of the backup
manifest.
@@ -2953,7 +2953,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
Byte1('d')
- Identifes the message as containing archive or manifest data.
+ Identifies the message as containing archive or manifest data.
@@ -2974,7 +2974,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
Byte1('p')
- Identifes the message as a progress report.
+ Identifies the message as a progress report.