diff --git a/cdrskin/convert_man_to_html.sh b/cdrskin/convert_man_to_html.sh index f097e25..19eff9d 100755 --- a/cdrskin/convert_man_to_html.sh +++ b/cdrskin/convert_man_to_html.sh @@ -37,6 +37,10 @@ then # set -x sed \ + -e 's///' \ + -e 's///' \ + -e 's/CDRSKIN<\/title>/<title>man 1 cdrskin<\/title>/' \ + -e 's/<h1 align=center>CDRSKIN<\/h1>/<h1 align=center>man 1 cdrskin<\/h1>/' \ -e 's/<body>/<body BGCOLOR="#F5DEB3" TEXT=#000000 LINK=#0000A0 VLINK=#800000>/' \ -e 's/<b>Overview of features:<\/b>/\ <BR><b>Overview of features:<\/b>/' \ -e 's/<b>Known deficiencies:<\/b>/\ <BR><b>Known deficiencies:<\/b>/' \