Ticket #612 (new defect)
g.html2man: parsing leads to man page errors
| Reported by: | hamish | Owned by: | grass-dev@… |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.5.0 |
| Component: | Docs | Version: | svn-develbranch6 |
| Keywords: | g.html2man | Cc: | |
| Platform: | Unspecified | CPU: | All |
Description
Hi,
tools/g.html2man has a number of parsing problems.
there are a few like cairodriver.1 which happen to start lines with ".", which gets parsed incorrectly by the man program. e.g. in cairodriver it lists ouput formats, and the '.pn' of .png gets hijacked and all those image types end up missing from the resulting man page.
another popular one is <OL><LI> becoming ..IP instead of .IP (e.g. pngdriver.1 just after "Example")
and yet another is g.parser.1 where #%multiple: gets eaten.
detailed list of errors is here: (scroll down to 'grass-doc') http://lintian.debian.org/maintainer/pkg-grass-devel@lists.alioth.debian.org.html#grass
Hamish
