Fix conflicting id tags (sql.sgml also used "select-title").

This commit is contained in:
Thomas G. Lockhart 1999-07-16 14:32:06 +00:00
parent 7d5b08dec0
commit 4d5aa343de
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<refentry id="SQL-SELECT">
<refmeta>
<refentrytitle id="select-title">
<refentrytitle id="sql-select-title">
SELECT
</refentrytitle>
<refmiscinfo>SQL - Language Statements</refmiscinfo>

View File

@ -38,7 +38,7 @@ SELECT [ ALL | DISTINCT ] <replaceable class="PARAMETER">expression</replaceable
</title>
<para>
All input fields are described in detail for
<xref linkend="select-title" endterm="select-title">.
<xref linkend="sql-select-title" endterm="sql-select-title">.
</para>
</refsect2>
@ -51,7 +51,7 @@ SELECT [ ALL | DISTINCT ] <replaceable class="PARAMETER">expression</replaceable
</title>
<para>
All output fields are described in detail for
<xref linkend="select-title" endterm="select-title">.
<xref linkend="sql-select-title" endterm="sql-select-title">.
</para>
</refsect2>
</refsynopsisdiv>