| Bug #20603 | "Dynamic System Variables" chapter in mysqld manpage formatted incorrectly | ||
|---|---|---|---|
| Submitted: | 21 Jun 2006 12:19 | Modified: | 30 Aug 2006 18:35 |
| Reporter: | Michal Marek | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | MySQL Server: Documentation | Severity: | S3 (Non-critical) |
| Version: | 5.0.22 | OS: | |
| Assigned to: | Paul DuBois | CPU Architecture: | Any |
[21 Jun 2006 14:54]
MySQL Verification Team
Thank you for the bug report.
[30 Aug 2006 18:35]
Paul DuBois
Thank you for your bug report. This issue has been addressed in the documentation. The updated documentation will appear on our website shortly, and will be included in the next release of the relevant products. This is an issue in the DocBook XSL 1.69.1 stylesheets that we are using. They do not handle <informaltable> elements at all. For manpage generation, I have upgraded to the 1.70.1 stylesheets, which handle tables.

Description: The table in this chapter: http://dev.mysql.com/doc/refman/5.0/en/dynamic-system-variables.html is incorrectly converted in the mysqld man page How to repeat: type man ./man/mysqld.1 and scroll to the chapter "Dynamic System Variables". Suggested fix: Fix the conversion script. I don't know whether it's public and where to find it if it is.