summaryrefslogtreecommitdiff
path: root/doc/src/sgml/rules.sgml
diff options
context:
space:
mode:
authorPeter Eisentraut2017-10-20 01:16:39 +0000
committerPeter Eisentraut2017-10-20 23:26:10 +0000
commit1ff01b3902cbf5b22d1a439014202499c21b2994 (patch)
tree0eb543455c6b64c46371638230cb7b5ca93fe667 /doc/src/sgml/rules.sgml
parent36ea99c84d856177ec307307788a279cc600566e (diff)
Convert SGML IDs to lower case
IDs in SGML are case insensitive, and we have accumulated a mix of upper and lower case IDs, including different variants of the same ID. In XML, these will be case sensitive, so we need to fix up those differences. Going to all lower case seems most straightforward, and the current build process already makes all anchors and lower case anyway during the SGML->XML conversion, so this doesn't create any difference in the output right now. A future XML-only build process would, however, maintain any mixed case ID spellings in the output, so that is another reason to clean this up beforehand. Author: Alexander Lakhin <[email protected]>
Diffstat (limited to 'doc/src/sgml/rules.sgml')
-rw-r--r--doc/src/sgml/rules.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/rules.sgml b/doc/src/sgml/rules.sgml
index 095bf6459c6..819f2a82946 100644
--- a/doc/src/sgml/rules.sgml
+++ b/doc/src/sgml/rules.sgml
@@ -29,8 +29,8 @@
execution. It is very powerful, and can be used for many things
such as query language procedures, views, and versions. The
theoretical foundations and the power of this rule system are
- also discussed in <xref linkend="STON90b"> and <xref
- linkend="ONG90">.
+ also discussed in <xref linkend="ston90b"> and <xref
+ linkend="ong90">.
</para>
<sect1 id="querytree">