]> andersk Git - gssapi-openssh.git/blobdiff - openssh/make_html
The man2html from jbasney on pkilab2 works whereas the standard one doesn't.
[gssapi-openssh.git] / 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.030994 seconds and 4 git commands to generate.