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