#!/bin/sh

# XXX: ...to also suppress filenames.
#  -e '/^(\-\-\-|\+\+\+) .*/d' \

sed -nE \
   -e '/^[-+].*href=.*man/d' \
   -e '/^[-+].*class="copyright".*/d' \
   -e '/^[-+].*/p'
