diff -up man-pages-3.23/man5/proc.5.pom man-pages-3.23/man5/proc.5 --- man-pages-3.23/man5/proc.5.pom 2009-09-30 03:36:58.000000000 +0200 +++ man-pages-3.23/man5/proc.5 2009-10-05 15:38:31.000000000 +0200 @@ -1805,6 +1805,10 @@ For further details, see .I /proc/sys/fs/file-max This file defines a system-wide limit on the number of open files for all processes. +This limit is not applied when a root user (or +any user with +.B CAP_SYS_ADMIN +privileges) is trying to open a file. (See also .BR setrlimit (2), which can be used by a process to set the per-process limit,