diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml
index 2610d04c466..1850ee265ef 100644
--- a/doc/src/sgml/ref/create_table.sgml
+++ b/doc/src/sgml/ref/create_table.sgml
@@ -1,5 +1,5 @@
@@ -2049,14 +2049,14 @@ CREATE ASSERTION name CHECK ( condition<
the foreign key to be checked only at the end of the
transaction.
+
+
+ SET CONSTRAINTS> changes the foreign key constraint mode
+ only for the current transaction.
+
+
-
-
- SET CONSTRAINT changes the foreign key constraint mode
- only for the current transaction.
-
-
INITIALLY IMMEDIATE
diff --git a/doc/src/sgml/ref/pg_ctl-ref.sgml b/doc/src/sgml/ref/pg_ctl-ref.sgml
index 0e367e4ccc4..783062333f3 100644
--- a/doc/src/sgml/ref/pg_ctl-ref.sgml
+++ b/doc/src/sgml/ref/pg_ctl-ref.sgml
@@ -1,11 +1,11 @@
-
+
-
+
pg_ctl
Application