Earlier quoted context omitted.
I think stating that manpages are short is a little inaccurate. You're arguing against the data. Care to continue doing so? There are a few outliers, but really, the average page length is pretty low. I'm running this right now, and what I'm getting is (5831 pages processed): mean: 3.9 pages median: 2 pages standard deviation: 11.06 pages If you'd prefer precentiles: 5th %ile: 1 25th %ile: 1 75th %ile: 3 95th %ile: 1…
I meant generalizing all manpages as short is inaccurate. The original statement was that the average is 4 pages which tells you almost nothing without some idea of the spread. You have provided that, thank you. 5831 is the number of manpages processed, or the number of total pages inside them processsed? My system has 18,590 manpages. Running: cd /usr/share/man find ./man[0-9] -type f -exec zgrep '^[[:blank:]]*EXAMP…
I'm not sure I follow your question. A man file contains a single manpage. My 'find' command explicitly specified objects of type file rather than symlinks to avoid double-counting manfiles with multiple symlinks (I find 2527 symlinks under /usr/share/man/man). That excludes hard links -- turns out that agetty.8 and getty.8 are hard linked:
$ find man* -type f ! -links 1
man8/agetty.8.gz
man8/getty.8.gz
My system has 18,590 manpages.*Mind if I ask what OS you're running? How many installed packages? And have you de-duplicated the manpages?
I think it is very unlikely that the average person would file a bug report for documentation.
I've filed such bugs. It's difficult to search across all packages, but there are a few filed for bash under Debian:
http://bugs.debian.org/cgi-bin/pkgreport.cgi?include=subject...
Re: different manpage section have different statistics: Well, yes. As I said, YMMV, however the mean is still generally within 1-2 pages of the 4-page mean I'd first described.
Note that nowhere did I say that all manpages have EXAMPLE sections. Many (most?) don't. Hrm ...
Of 3066 manpages in man1, I find 519 contain lines beginning with "EXAMPLE" in formatted output. That's roughly 17%.
My bigger point is that addressing this deficiency rather than creating de novo documentation projects would be highly preferable. Much less glory, sadly.