aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFujii Masao <fujii@postgresql.org>2015-02-04 19:00:09 +0900
committerFujii Masao <fujii@postgresql.org>2015-02-04 19:00:42 +0900
commit7c21a8aca39c504ea448cce82230163ca93cfaf4 (patch)
tree0cc265412cb3974ae320ff881474f92c2de3a4f9
parent900679245de9d7f407dc72c34a5beb4124955f6f (diff)
downloadpostgresql-7c21a8aca39c504ea448cce82230163ca93cfaf4.tar.gz
postgresql-7c21a8aca39c504ea448cce82230163ca93cfaf4.zip
doc: Fix markup
Ian Barwick
-rw-r--r--doc/src/sgml/logicaldecoding.sgml2
-rw-r--r--doc/src/sgml/ref/create_tablespace.sgml2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/logicaldecoding.sgml b/doc/src/sgml/logicaldecoding.sgml
index 3fcde9f0f97..3efe43381e5 100644
--- a/doc/src/sgml/logicaldecoding.sgml
+++ b/doc/src/sgml/logicaldecoding.sgml
@@ -469,7 +469,7 @@ typedef struct OutputPluginOptions
<literal>output_type</literal> has to either be set to
<literal>OUTPUT_PLUGIN_TEXTUAL_OUTPUT</literal>
or <literal>OUTPUT_PLUGIN_BINARY_OUTPUT</literal>. See also
- <xref linkend="logicaldecoding-output-mode"/>.
+ <xref linkend="logicaldecoding-output-mode">.
</para>
<para>
diff --git a/doc/src/sgml/ref/create_tablespace.sgml b/doc/src/sgml/ref/create_tablespace.sgml
index cf6215ee608..9072d077cdb 100644
--- a/doc/src/sgml/ref/create_tablespace.sgml
+++ b/doc/src/sgml/ref/create_tablespace.sgml
@@ -54,7 +54,7 @@ CREATE TABLESPACE <replaceable class="parameter">tablespace_name</replaceable>
<warning>
<para>
A tablespace cannot be used independently of the cluster in which it
- is defined; see <xref linkend="manage-ag-tablespaces"/>.
+ is defined; see <xref linkend="manage-ag-tablespaces">.
</para>
</warning>