.\" Wed Jul  6 11:02:47 BST 1994
.TH man2html "1" "Misc"
.SH NAME
man2html - converts m 
an page to html format.
.SH SYNOPSIS
.B man
.I [man-page]
|
[\fB\ man2html \fP] 
.SH DESCRIPTION
.PP
\-\->>   
.I man2html
.PP
  man2html converts 
.I nroff 
man-page output to 
.I html 
format. It will:
 
 * Convert backspace/overstrikes to bold.
 * Convert backspace/underbar (either order) to italic.
 * Convert bar/backspace/dash to `+' (also handle bold rendering)
 * Convert bar/backspace/equals to `*' (also handle bold rendering)
 * Convert plus/backspace/o to `o'
 * Convert `<' to `&lt';  `>' to `&gt';  and `&' to `&amp'
 * If -u specified, compress duplicate blank lines.

  You may use it like this:   

  1. man 'what-to-search-for' | man2html   *or*
  2. cat 'man-page.x' | nroff | man2html

.SH AVAILABILITY:
>From an Article: 17346 of comp.infosystems.www
 
.I man2html
source via anonymous ftp from internet host 
.I ftp.csc.liv.ac.uk
in directory
.I /hpux9/misc.

.SH AUTHOR
unknown                         
.SH MAN PAGE
steff@csc.liv.ac.uk