diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2001-02-04 12:18:08 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2001-02-04 12:18:08 +0000 |
commit | c1f5ed6394fdfe97a41979cbfda6283bfc1f930c (patch) | |
tree | 97537d545007ed27b82813ab60bf00f89396431d /doc/src/sgml/ref/create_table.sgml | |
parent | 930b283a896d15e2e93b5c1a62a21d3831734d49 (diff) |
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.
Diffstat (limited to 'doc/src/sgml/ref/create_table.sgml')
-rw-r--r-- | doc/src/sgml/ref/create_table.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml index 70b845e5317..8a7796c5751 100644 --- a/doc/src/sgml/ref/create_table.sgml +++ b/doc/src/sgml/ref/create_table.sgml @@ -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> |