Comment 2 for bug 246816

Revision history for this message
orbisvicis (orbisvicis) wrote :

also, in debian/sources/man2html.cgi.c, why dont you change line 441 to:
&& strncmp("MANDB_MAP", line, 9) == 0

that way, all global manpaths are searched instead of only the mandatory ones. Makes it easier to add new paths.

Lastly, line 69 is missing a backlash. Maybe if you add it you get a microseconds speed improvement