[MDEV-5485] Minor man pages formatting issues Created: 2013-12-22 Updated: 2014-06-02 Resolved: 2014-06-02 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.1.67, 5.2.14, 5.3.12, 5.5.36, 10.0.10 |
| Fix Version/s: | 5.5.38, 10.0.12 |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Otto Kekäläinen | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | debian, packaging | ||
| Sprint: | serg-test-sprint-1 |
| Description |
|
While packaging MariaDB I noticed that there are some minor issues in man pages: Syntax errors:
The above should be trivial to fix. Missing man pages: mariadb-server-5.5: binary-without-manpage usr/bin/aria_chk The tool help2man (https://www.gnu.org/software/help2man/) might be useful here to quickly create at least some kind of man pages for where they are missing. If some binary is a link to another program, it would be good to have it documented somewhere in the sources. |
| Comments |
| Comment by Elena Stepanova [ 2014-04-12 ] |
|
At least a part of these messages is true, we don't have manpages for aria* tools. However, it looks like we have one for mysql_plugin, or for innochecksum; and things like mysqlanalyze must be just links to mysqlcheck, for which we do have a manpage. |
| Comment by Rasmus Johansson (Inactive) [ 2014-05-05 ] |
|
Ian, Is this something you could take a look at? |