Subject: man2html troubles
To: NetBSD - Users <netbsd-users@netbsd.org>
From: Brian Rose <lists@brianrose.net>
List: netbsd-users
Date: 09/05/2003 13:22:02
I am having trouble using man2html. I'm not sure what I have done wrong.

The first time I tried it I used the command

$ man ls | man2html > ls.html

This command printed from the description section down to the end. It omitted the Name and Synopsis sections.

I tried this command next

$  man2html < /usr/share/man/man1/ls.1 > ls.html

This one simply dumped the ls.1 file into some PRE tags, which is not terribly useful.

Has anyone had these problems or know what I am doing wrong?

Thanks,

--
Brian