#!/bin/rc
headr=BIBLIOGRAPHY
xroff=nroff
macro=-mbib

	{echo .ds TL $headr; refer -a1 -B $1} | \
	    $xroff $macro
