From 3f8971d92e767acf6e3d6e27c4cab7bfd88b71f4 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 3 Dec 2020 11:33:24 -0500 Subject: [PATCH] doc: remove unnecessary blank before command option text Backpatch-through: 11 --- doc/src/sgml/ref/pg_checksums.sgml | 2 +- doc/src/sgml/ref/pg_controldata.sgml | 2 +- doc/src/sgml/ref/pg_resetwal.sgml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/ref/pg_checksums.sgml b/doc/src/sgml/ref/pg_checksums.sgml index 1dd4e54ff11..c84bc5c5b23 100644 --- a/doc/src/sgml/ref/pg_checksums.sgml +++ b/doc/src/sgml/ref/pg_checksums.sgml @@ -28,7 +28,7 @@ PostgreSQL documentation - datadir + datadir diff --git a/doc/src/sgml/ref/pg_controldata.sgml b/doc/src/sgml/ref/pg_controldata.sgml index 1f614111350..b47fdca9dfc 100644 --- a/doc/src/sgml/ref/pg_controldata.sgml +++ b/doc/src/sgml/ref/pg_controldata.sgml @@ -28,7 +28,7 @@ PostgreSQL documentation - datadir + datadir diff --git a/doc/src/sgml/ref/pg_resetwal.sgml b/doc/src/sgml/ref/pg_resetwal.sgml index 338ec6b8e41..b3b750e722a 100644 --- a/doc/src/sgml/ref/pg_resetwal.sgml +++ b/doc/src/sgml/ref/pg_resetwal.sgml @@ -36,7 +36,7 @@ PostgreSQL documentation - datadir + datadir -- 2.39.5