From 49f2194ed5c1f6274ac807fb033880aee0b0d1c3 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Thu, 21 Dec 2023 15:36:17 -0500 Subject: Fix numerous typos in incremental backup commits. Apparently, spell check would have been a really good idea. Alexander Lakhin, with a few additions as per an off-list report from Andres Freund. Discussion: http://postgr.es/m/f08f7c60-1ad3-0b57-d580-54b11f07cddf@gmail.com --- doc/src/sgml/ref/pg_basebackup.sgml | 2 +- doc/src/sgml/ref/pg_combinebackup.sgml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src') 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 - + Performs an 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 The / option instructs - pg_cominebackup to figure out what would be done + pg_combinebackup to figure out what would be done without actually creating the target directory or any output files. It is particularly useful in combination with . -- cgit v1.2.3