man-pages/man-pages-3.23-proc.patch
Ivana Hutarova Varekova d3164db577 - resolves: #705888
the man page for proc is missing an explanation for /proc/[pid]/cgroup
2011-05-27 10:30:56 +02:00

15 lines
581 B
Diff

diff -up man-pages-3.32/man5/proc.5.orig man-pages-3.32/man5/proc.5
--- man-pages-3.32/man5/proc.5.orig 2010-12-03 08:02:02.000000000 +0100
+++ man-pages-3.32/man5/proc.5 2011-05-27 10:07:56.000000000 +0200
@@ -1795,6 +1795,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,