OSDN Git Service

Fix conflicting id tags (sql.sgml also used "select-title").
authorThomas G. Lockhart <lockhart@fourpalms.org>
Fri, 16 Jul 1999 14:32:06 +0000 (14:32 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Fri, 16 Jul 1999 14:32:06 +0000 (14:32 +0000)
doc/src/sgml/ref/select.sgml
doc/src/sgml/ref/select_into.sgml

index 6205b30..9e9d7d7 100644 (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>
index 20c5312..a75d5a0 100644 (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>