On Wednesday, October 08, 2014 04:56:39 PM Craig Rodrigues wrote: > Hi, > > Where are the scripts for rendering man pages > in HTML ( https://www.freebsd.org/cgi/man.cgi )? > > I would like to render the man pages for kyua ( http://github.com/jmmv/kyua > ) > and ATF ( http://github.com/jmmv/atf ) in > HTML, but these are not in the base system.
I've just used 'nroff -mdoc <manpage> | man2html -nodepage' in the past. (textproc/man2html). -- John Baldwin _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "[email protected]"
