Smallest and Longest Manpage you ever read

what's the longest manpage you actually 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 longest (by far distance) is perltoc(1) with 33106 lines. But what's the longest manpage you actually read?