Skip to content

Commit 5b94d3c

Browse files
committed
doc: Fix typos in protocol.sgml
Author: Ekaterina Kiryanova Discussion: https://postgr.es/m/[email protected] Backpatch-through: 15
1 parent 572baf2 commit 5b94d3c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: doc/src/sgml/protocol.sgml

+7-7
Original file line numberDiff line numberDiff line change
@@ -2744,9 +2744,9 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
27442744
be used in conjunction with the <literal>COMPRESSION</literal>
27452745
option. If the value is an integer, it specifies the compression
27462746
level. Otherwise, it should be a comma-separated list of items,
2747-
each of the form <literal>keyword</literal> or
2748-
<literal>keyword=value</literal>. Currently, the supported keywords
2749-
are <literal>level</literal> and <literal>workers</literal>.
2747+
each of the form <replaceable>keyword</replaceable> or
2748+
<replaceable>keyword=value</replaceable>. Currently, the supported
2749+
keywords are <literal>level</literal> and <literal>workers</literal>.
27502750
</para>
27512751

27522752
<para>
@@ -2904,7 +2904,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
29042904
<varlistentry>
29052905
<term>Byte1('n')</term>
29062906
<listitem><para>
2907-
Identifes the messaage as indicating the start of a new archive.
2907+
Identifies the message as indicating the start of a new archive.
29082908
There will be one archive for the main data directory and one
29092909
for each additional tablespace; each will use tar format
29102910
(following the <quote>ustar interchange format</quote> specified
@@ -2938,7 +2938,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
29382938
<varlistentry>
29392939
<term>Byte1('m')</term>
29402940
<listitem><para>
2941-
Identifes the message as indicating the start of the backup
2941+
Identifies the message as indicating the start of the backup
29422942
manifest.
29432943
</para></listitem>
29442944
</varlistentry>
@@ -2953,7 +2953,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
29532953
<varlistentry>
29542954
<term>Byte1('d')</term>
29552955
<listitem><para>
2956-
Identifes the message as containing archive or manifest data.
2956+
Identifies the message as containing archive or manifest data.
29572957
</para></listitem>
29582958
</varlistentry>
29592959

@@ -2974,7 +2974,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
29742974
<varlistentry>
29752975
<term>Byte1('p')</term>
29762976
<listitem><para>
2977-
Identifes the message as a progress report.
2977+
Identifies the message as a progress report.
29782978
</para></listitem>
29792979
</varlistentry>
29802980

0 commit comments

Comments
 (0)