#!/bin/sh
echo '****************************************'
echo gtroff is not installed.
echo You must install it to get unformatted man page to show up
echo correctly. \(Those in /usr/man/man1-8\)
echo '***************************************'
