#!/bin/sh 
# 
 
# 
cat $1.1 | nroff -Tman -man | col -b | more 
 
