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:
@@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/select.sgml,v 1.37 2001/01/13 23:58:55 petere Exp $
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/select.sgml,v 1.38 2001/02/04 12:18:08 petere Exp $
|
||||
Postgres documentation
|
||||
-->
|
||||
|
||||
@@ -334,7 +334,7 @@ where <replaceable class="PARAMETER">from_item</replaceable> can be:
|
||||
The ORDER BY clause causes the returned rows to be sorted in a specified
|
||||
order. If ORDER BY is not given, the rows are returned in whatever order
|
||||
the system finds cheapest to produce.
|
||||
(See <xref linkend="sql-orderby-title" endterm="sql-orderby-title">.)
|
||||
(See <xref linkend="sql-orderby" endterm="sql-orderby-title">.)
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
||||
Reference in New Issue
Block a user