#!/bin/sh
if [ 0 -gt 0 ]; then
  sed -e 's,<h3>Contents</h3>,<h2>HAP Functions</h2>,g'       -e 's,<p><code,<code,g'       -e 's,code></p>,code>,g'       -e '16d'       -e 's,<body>,&<a href="../www/index.html"><small>HAP home</small></a>,'       -e 's,<table,& cellspacing="10",'       -i 
fi
