diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml
index 8fe2a90c48..2771e3b1a8 100644
--- a/doc/src/sgml/ecpg.sgml
+++ b/doc/src/sgml/ecpg.sgml
@@ -1043,7 +1043,7 @@ struct varchar_var { int len; char arr[180]; } var;
- timestamp, date
+ timestamp, date
Here is a pattern for handling timestamp variables
@@ -1208,7 +1208,7 @@ EXEC SQL END DECLARE SECTION;
- bytea
+ bytea
The handling of the bytea type is similar to
diff --git a/doc/src/sgml/file-fdw.sgml b/doc/src/sgml/file-fdw.sgml
index 4c34ad9cc9..28b61c8f2d 100644
--- a/doc/src/sgml/file-fdw.sgml
+++ b/doc/src/sgml/file-fdw.sgml
@@ -210,7 +210,7 @@
- Create a Foreign Table for PostgreSQL CSV Logs
+ Create a Foreign Table for PostgreSQL CSV Logs
One of the obvious uses for file_fdw is to make
diff --git a/doc/src/sgml/ref/commit_prepared.sgml b/doc/src/sgml/ref/commit_prepared.sgml
index d938b65bbe..7299f735c9 100644
--- a/doc/src/sgml/ref/commit_prepared.sgml
+++ b/doc/src/sgml/ref/commit_prepared.sgml
@@ -72,7 +72,7 @@ COMMIT PREPARED transaction_id
- Examples
+ Examples
Commit the transaction identified by the transaction
identifier foobar:
diff --git a/doc/src/sgml/ref/create_foreign_table.sgml b/doc/src/sgml/ref/create_foreign_table.sgml
index 9d266f272a..f9c214ea88 100644
--- a/doc/src/sgml/ref/create_foreign_table.sgml
+++ b/doc/src/sgml/ref/create_foreign_table.sgml
@@ -400,7 +400,7 @@ CREATE FOREIGN TABLE measurement_y2016m07
- Compatibility
+ Compatibility
The CREATE FOREIGN TABLE command largely conforms to the
diff --git a/doc/src/sgml/ref/create_view.sgml b/doc/src/sgml/ref/create_view.sgml
index e7a7e9fae2..0abb8fdcde 100644
--- a/doc/src/sgml/ref/create_view.sgml
+++ b/doc/src/sgml/ref/create_view.sgml
@@ -284,7 +284,7 @@ CREATE VIEW vista AS SELECT text 'Hello World' AS hello;
- Updatable Views
+ Updatable Views
updatable views
diff --git a/doc/src/sgml/ref/do.sgml b/doc/src/sgml/ref/do.sgml
index a3a4877e80..96901b7e46 100644
--- a/doc/src/sgml/ref/do.sgml
+++ b/doc/src/sgml/ref/do.sgml
@@ -101,7 +101,7 @@ DO [ LANGUAGE lang_name ]
- Examples
+ Examples
Grant all privileges on all views in schema public to
role webuser:
diff --git a/doc/src/sgml/ref/prepare_transaction.sgml b/doc/src/sgml/ref/prepare_transaction.sgml
index 5016ca287e..18051983e1 100644
--- a/doc/src/sgml/ref/prepare_transaction.sgml
+++ b/doc/src/sgml/ref/prepare_transaction.sgml
@@ -147,7 +147,7 @@ PREPARE TRANSACTION transaction_id
- Examples
+ Examples
Prepare the current transaction for two-phase commit, using
foobar as the transaction identifier:
diff --git a/doc/src/sgml/ref/rollback_prepared.sgml b/doc/src/sgml/ref/rollback_prepared.sgml
index 08821a6652..175a3e9386 100644
--- a/doc/src/sgml/ref/rollback_prepared.sgml
+++ b/doc/src/sgml/ref/rollback_prepared.sgml
@@ -72,7 +72,7 @@ ROLLBACK PREPARED transaction_id
- Examples
+ Examples
Roll back the transaction identified by the transaction
identifier foobar: