From: ysvenkat Date: Mon, 25 Jan 2010 21:08:21 +0000 (+0000) Subject: The man2html from jbasney on pkilab2 works whereas the standard one doesn't. X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/commitdiff_plain The man2html from jbasney on pkilab2 works whereas the standard one doesn't. --- diff --git a/openssh/make_html b/openssh/make_html index a685a89..7440348 100755 --- a/openssh/make_html +++ b/openssh/make_html @@ -1,5 +1,6 @@ #!/bin/sh # expect man2html 3.x from +# Actually the one from jbasney on Linux works better. for manpage in `ls *.[0-9]`; do nroff -man $manpage | man2html -botm 0 -topm 0 > $manpage.html done