From d5efc78afe35c0cdd3b43799024062d31edb61c6 Mon Sep 17 00:00:00 2001 From: ysvenkat Date: Mon, 25 Jan 2010 21:08:21 +0000 Subject: [PATCH] The man2html from jbasney on pkilab2 works whereas the standard one doesn't. --- openssh/make_html | 1 + 1 file changed, 1 insertion(+) 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 -- 2.45.0