Hi, while reading the /proc/[pid]/stat part in proc(5), I noticed two minor issues that should be fixed: 1. The text reads: "flags %u (%lu before Linux 2.6.22) kernel flags word of the process. For bit meanings, see the PF_* defines in <linux/sched.h>." PF_* is obvisously wrong. It should be CLONE_*. 2. There is a wrong reference further below: "rsslim %lu Current soft limit in bytes on the rss of the process; see the description of RLIMIT_RSS in getpriority(2)." The correct page is getrlimit(2). Thanks! Best regards Tolga Dalman -- 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