]> andersk Git - gssapi-openssh.git/commitdiff
The man2html from jbasney on pkilab2 works whereas the standard one doesn't. origin
authorysvenkat <ysvenkat>
Mon, 25 Jan 2010 21:08:21 +0000 (21:08 +0000)
committerysvenkat <ysvenkat>
Mon, 25 Jan 2010 21:08:21 +0000 (21:08 +0000)
openssh/make_html

index a685a89ff3e63067e35d0f743ea47c8a0ee3d7ae..7440348351b30c2505d4c6e00c8123a5c11066c7 100755 (executable)
@@ -1,5 +1,6 @@
 #!/bin/sh
 # expect man2html 3.x from <http://www.oac.uci.edu/indiv/ehood/man2html.html>
+# 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
This page took 0.091536 seconds and 5 git commands to generate.