Smallest and Longest Manpage you ever read
Introduction
Recently I asked a question on OpenSD IRC channel which led to a question entirely different. What's the smallest/longest manpage you ever read?
$ find /usr/local/share/man -type f -exec wc -l {} \; | sort
On OpenBSD 6.2, the smallest is dcphy(4) with 23 lines and the …