1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-21 05:21:08 +03:00

When making xrefs to refsects, the linkend should point to the refsect and

the endterm to the title element, not both to the title.  At least
docbook2man prefers it that way.
This commit is contained in:
Peter Eisentraut
2001-02-04 12:18:08 +00:00
parent 930b283a89
commit c1f5ed6394
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v 1.40 2001/01/12 05:06:40 tgl Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v 1.41 2001/02/04 12:18:08 petere Exp $
Postgres documentation
-->
@@ -238,7 +238,7 @@ ERROR: Relation '<replaceable class="parameter">table</replaceable>' already ex
may be a simple type, a complex type (set) or an array type.
Each attribute may be specified to be non-null and
each may have a default value, specified by the
<xref linkend="R1-SQL-DEFAULTCLAUSE-1-TITLE" endterm="R1-SQL-DEFAULTCLAUSE-1-TITLE">.
<xref linkend="R1-SQL-DEFAULTCLAUSE-1" endterm="R1-SQL-DEFAULTCLAUSE-1-TITLE">.
</para>
<para>