When making xrefs to refsects, the linkend should point to the refsect and
authorPeter Eisentraut
Sun, 4 Feb 2001 12:18:08 +0000 (12:18 +0000)
committerPeter Eisentraut
Sun, 4 Feb 2001 12:18:08 +0000 (12:18 +0000)
the endterm to the title element, not both to the title.  At least
docbook2man prefers it that way.

doc/src/sgml/ref/create_table.sgml
doc/src/sgml/ref/select.sgml

index 70b845e5317213496f95c45e9644cfd25718c99b..8a7796c575181980079cd7552927d46c71026158 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -238,7 +238,7 @@ ERROR:  Relation 'table' 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
-   -TITLE" endterm="R1-SQL-DEFAULTCLAUSE-1-TITLE">.
+   .
   
 
   
index bdd2bbc4c51dbc5e203b05258989a56ea669aa45..26bc9bdf4efcfa7257bb67bf653ef47b19a0b497 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -334,7 +334,7 @@ where from_item 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 -title" endterm="sql-orderby-title">.)
+   (See .)