diff options
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/ref/pg_basebackup.sgml | 2 | ||||
| -rw-r--r-- | doc/src/sgml/ref/pg_combinebackup.sgml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/pg_basebackup.sgml b/doc/src/sgml/ref/pg_basebackup.sgml index 7c183a5cfd2..e411ddbf456 100644 --- a/doc/src/sgml/ref/pg_basebackup.sgml +++ b/doc/src/sgml/ref/pg_basebackup.sgml @@ -213,7 +213,7 @@ PostgreSQL documentation <varlistentry> <term><option>-i <replaceable class="parameter">old_manifest_file</replaceable></option></term> - <term><option>--incremental=<replaceable class="parameter">old_meanifest_file</replaceable></option></term> + <term><option>--incremental=<replaceable class="parameter">old_manifest_file</replaceable></option></term> <listitem> <para> Performs an <link linkend="backup-incremental-backup">incremental diff --git a/doc/src/sgml/ref/pg_combinebackup.sgml b/doc/src/sgml/ref/pg_combinebackup.sgml index e1cb31607ec..8a0a600c2b2 100644 --- a/doc/src/sgml/ref/pg_combinebackup.sgml +++ b/doc/src/sgml/ref/pg_combinebackup.sgml @@ -83,7 +83,7 @@ PostgreSQL documentation <listitem> <para> The <option>-n</option>/<option>--dry-run</option> option instructs - <command>pg_cominebackup</command> to figure out what would be done + <command>pg_combinebackup</command> to figure out what would be done without actually creating the target directory or any output files. It is particularly useful in combination with <option>--debug</option>. </para> |
