diff options
author | Peter Eisentraut | 2010-04-03 07:23:02 +0000 |
---|---|---|
committer | Peter Eisentraut | 2010-04-03 07:23:02 +0000 |
commit | 6dcce3985bd4239b02e48c0e530ab1c612864dfc (patch) | |
tree | ee7adc2a1d62d33b2c76c11325a8f8c3ae542ee9 /doc/src/sgml/geqo.sgml | |
parent | 7969145483e45298d754ee70f857817962377f8f (diff) |
Remove unnecessary xref endterm attributes and title ids
The endterm attribute is mainly useful when the toolchain does not support
automatic link target text generation for a particular situation. In the
past, this was required by the man page tools for all reference page links,
but that is no longer the case, and it now actually gets in the way of
proper automatic link text generation. The only remaining use cases are
currently xrefs to refsects.
Diffstat (limited to 'doc/src/sgml/geqo.sgml')
-rw-r--r-- | doc/src/sgml/geqo.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/geqo.sgml b/doc/src/sgml/geqo.sgml index 8418467acb9..75ebdaa4c9a 100644 --- a/doc/src/sgml/geqo.sgml +++ b/doc/src/sgml/geqo.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/geqo.sgml,v 1.42 2009/08/10 22:41:38 alvherre Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/geqo.sgml,v 1.43 2010/04/03 07:22:54 petere Exp $ --> <chapter id="geqo"> <chapterinfo> @@ -25,7 +25,7 @@ <date>1997-10-02</date> </chapterinfo> - <title id="geqo-title">Genetic Query Optimizer</title> + <title>Genetic Query Optimizer</title> <para> <note> |