#!/bin/rc
# Reads a man page file from stdin and writes a valid pdf to stdout
troff -man < /fd/0 | lp -dstdout | ps2pdf
