]> andersk Git - gssapi-openssh.git/blob - openssh/make_html
The man2html from jbasney on pkilab2 works whereas the standard one doesn't.
[gssapi-openssh.git] / openssh / make_html
1 #!/bin/sh
2 # expect man2html 3.x from <http://www.oac.uci.edu/indiv/ehood/man2html.html>
3 # Actually the one from jbasney on Linux works better.
4 for manpage in `ls *.[0-9]`; do
5   nroff -man $manpage | man2html -botm 0 -topm 0 > $manpage.html
6 done
This page took 0.064021 seconds and 5 git commands to generate.