apropos eth | grep 4 | awk '{ print $1 }' | grep -v _ | sed s/\(.\)// | xargs man -w | xargs zcat | awk '{ if ( /.It$/ ){ getline; print $0 }}'