diff options
author | Michael Paquier <michael@paquier.xyz> | 2022-08-02 19:55:59 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2022-08-02 19:55:59 +0900 |
commit | a69959fab2f3633992b5cabec85acecbac6074c8 (patch) | |
tree | b5909acdc4f325f74531c861cd835a4e5c8e3e4e | |
parent | 6b24d3f9cc55d392f3c1b8ff58024d3e3b70d22a (diff) | |
download | postgresql-a69959fab2f3633992b5cabec85acecbac6074c8.tar.gz postgresql-a69959fab2f3633992b5cabec85acecbac6074c8.zip |
doc: Fix typos in protocol.sgml
Author: Ekaterina Kiryanova
Discussion: https://postgr.es/m/745414e7-efb2-a6ae-5b83-fcbdf35aabc8@postgrespro.ru
Backpatch-through: 15
-rw-r--r-- | doc/src/sgml/protocol.sgml | 14 |
1 files changed, 7 insertions, 7 deletions
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 <literal>COMPRESSION</literal> 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 <literal>keyword</literal> or - <literal>keyword=value</literal>. Currently, the supported keywords - are <literal>level</literal> and <literal>workers</literal>. + each of the form <replaceable>keyword</replaceable> or + <replaceable>keyword=value</replaceable>. Currently, the supported + keywords are <literal>level</literal> and <literal>workers</literal>. </para> <para> @@ -2904,7 +2904,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;" <varlistentry> <term>Byte1('n')</term> <listitem><para> - 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 <quote>ustar interchange format</quote> specified @@ -2938,7 +2938,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;" <varlistentry> <term>Byte1('m')</term> <listitem><para> - Identifes the message as indicating the start of the backup + Identifies the message as indicating the start of the backup manifest. </para></listitem> </varlistentry> @@ -2953,7 +2953,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;" <varlistentry> <term>Byte1('d')</term> <listitem><para> - Identifes the message as containing archive or manifest data. + Identifies the message as containing archive or manifest data. </para></listitem> </varlistentry> @@ -2974,7 +2974,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;" <varlistentry> <term>Byte1('p')</term> <listitem><para> - Identifes the message as a progress report. + Identifies the message as a progress report. </para></listitem> </varlistentry> |