Mike, One more thought: > +[stack:#] = A thread's stack (where the # is the thread's TID) > +[vdso] = The virtual dynamically linked shared object > +[heap] = The process's heap (no joke!) > +.in > +.fi > + > +The TID syntax was added in Linux 3.4. It corresponds to the > +.IR /proc/[pid]/task/[TID]/ > +path. For pieces like this, it's very helpful to drop a comment into the source noting the kernel (or glibc) commit that made the change, such as +.\" commit b76437579d1344b612cf1851ae610c636cec7db0 This lets me (and others looking at the patch) know very precisely when the change occurred, and perhaps get some more information about it. Cheers, Michael -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html