#!/bin/sh

# Edited to change "revlines" to "tac" but this command seems to be defunct, depending
# on a macro file not around anymore; maybe if had that file, would work now with
# nroff -mandense.nroff ...
# Dates to 4/8/1998.

nroff andense.nroff $1.man | tac | sed -n '/[a-zA-Z]/,$p' \
  | tac | sed -n '/[a-zA-Z]/,$p'
