#!/bin/sh
#	gh pattern
# This searches for the pattern in the on-line manuals.
#
cd /usr/man
find . -print |xargs grep "$1"
