From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a) Gecko/20040421 Firefox/0.8.0+ Description of problem: The order of the fields in statm is incorrect. It currently says: --snip-- statm Provides information about memory status in pages. The columns are: size total program size resident resident set size share shared pages trs text (code) drs data/stack lrs library dt dirty pages --snip-- The order of drs and lrs are reversed. See http://lxr.linux.no/source/fs/proc/array.c#L510 : 510 return sprintf(buffer,"%d %d %d %d %d %d %d\n", 511 size, resident, share, trs, lrs, drs, dt); Version-Release number of selected component (if applicable): man-pages-1.60-4 How reproducible: Always Steps to Reproduce: 1. $ man proc 2. Read man page. :-) Additional info:
proc man page is rewritten with version 1.67, which doe snot mention the struct.