public inbox for [email protected]
help / color / mirror / Atom feedFrom: Brendan Jurd <[email protected]>
To: [email protected]
To: [email protected]
Cc: Peter Eisentraut <[email protected]>
Subject: DOCS: SGML identifier may not exceed 44 characters
Date: Tue, 31 May 2011 16:17:22 +1000
Message-ID: <[email protected]> (raw)
Hi folks,
I was working on a little docs patch today, and when I tried to
`make`, openjade choked on an identifier in information_schema.sgml,
which is very much unrelated to my changes:
openjade:information_schema.sgml:828:60:Q: length of name token must
not exceed NAMELEN (44)
Here is a trivial patch to shut openjade up. This particular id does
not appear to be referred to anywhere else in the docs yet.
The identifier appears to have been introduced in commit
2e2d56fea97f43cf8c40a87143bc10356e4ed4d4 on Feb 9 this year.
I'm using openjade 1.3.2.
Cheers,
BJ
diff --git a/doc/src/sgml/information_schema.sgml
b/doc/src/sgml/information_schema.sgml
index 2febb4c..5fdbd51 100644
--- a/doc/src/sgml/information_schema.sgml
+++ b/doc/src/sgml/information_schema.sgml
@@ -825,7 +825,7 @@
</table>
</sect1>
- <sect1 id="infoschema-collation-character-set-applicability">
+ <sect1 id="infoschema-collation-charset-applicability">
<title><literal>collation_character_set_applicability</literal></title>
<para>
view thread (11+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected]
Subject: Re: DOCS: SGML identifier may not exceed 44 characters
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox