@@ -93,7 +93,7 @@ PostgreSQL documentation
93
93
<literal>backup_manifest</literal> contains information about which
94
94
write-ahead log records will be needed, and
95
95
<literal>pg_verifybackup</literal> will use that information to
96
- invoke <literal>pg_waldump</literal> to parse those write-ahed log
96
+ invoke <literal>pg_waldump</literal> to parse those write-ahead log
97
97
records. The <literal>--quiet</literal> flag will be used, so that
98
98
<literal>pg_waldump</literal> will only report errors, without producing
99
99
any other output. While this level of verification is sufficient to
@@ -143,13 +143,13 @@ PostgreSQL documentation
143
143
<listitem>
144
144
<para>
145
145
Ignore the specified file or directory, which should be expressed
146
- as a relative pathname , when comparing the list of data files
146
+ as a relative path name , when comparing the list of data files
147
147
actually present in the backup to those listed in the
148
148
<literal>backup_manifest</literal> file. If a directory is
149
149
specified, this option affects the entire subtree rooted at that
150
150
location. Complaints about extra files, missing files, file size
151
151
differences, or checksum mismatches will be suppressed if the
152
- relative pathname matches the specified pathname . This option
152
+ relative path name matches the specified path name . This option
153
153
can be specified multiple times.
154
154
</para>
155
155
</listitem>
0 commit comments