@@ -2744,9 +2744,9 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
2744
2744
be used in conjunction with the <literal>COMPRESSION</literal>
2745
2745
option. If the value is an integer, it specifies the compression
2746
2746
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>.
2750
2750
</para>
2751
2751
2752
2752
<para>
@@ -2904,7 +2904,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
2904
2904
<varlistentry>
2905
2905
<term>Byte1('n')</term>
2906
2906
<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.
2908
2908
There will be one archive for the main data directory and one
2909
2909
for each additional tablespace; each will use tar format
2910
2910
(following the <quote>ustar interchange format</quote> specified
@@ -2938,7 +2938,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
2938
2938
<varlistentry>
2939
2939
<term>Byte1('m')</term>
2940
2940
<listitem><para>
2941
- Identifes the message as indicating the start of the backup
2941
+ Identifies the message as indicating the start of the backup
2942
2942
manifest.
2943
2943
</para></listitem>
2944
2944
</varlistentry>
@@ -2953,7 +2953,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
2953
2953
<varlistentry>
2954
2954
<term>Byte1('d')</term>
2955
2955
<listitem><para>
2956
- Identifes the message as containing archive or manifest data.
2956
+ Identifies the message as containing archive or manifest data.
2957
2957
</para></listitem>
2958
2958
</varlistentry>
2959
2959
@@ -2974,7 +2974,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
2974
2974
<varlistentry>
2975
2975
<term>Byte1('p')</term>
2976
2976
<listitem><para>
2977
- Identifes the message as a progress report.
2977
+ Identifies the message as a progress report.
2978
2978
</para></listitem>
2979
2979
</varlistentry>
2980
2980
0 commit comments