diff options
author | Tomas Mraz <tmraz@fedoraproject.org> | 2014-06-19 15:32:08 +0200 |
---|---|---|
committer | Tomas Mraz <tmraz@fedoraproject.org> | 2014-06-19 15:32:08 +0200 |
commit | 1a8c185146193174a26d8d66ed6f7880ea136f75 (patch) | |
tree | b4b83c4d88581a26e6987b6ff722d9089c459537 /modules/pam_limits/limits.conf | |
parent | 251126a06aa41ddee6d0df6b0762fccacc601763 (diff) | |
download | pam-1a8c185146193174a26d8d66ed6f7880ea136f75.tar.gz pam-1a8c185146193174a26d8d66ed6f7880ea136f75.tar.bz2 pam-1a8c185146193174a26d8d66ed6f7880ea136f75.zip |
pam_limits: nofile refers to file descriptors not files
modules/pam_limits/limits.conf.5.xml: Correct documentation of nofile limit.
modules/pam_limits/limits.conf: Likewise.
Diffstat (limited to 'modules/pam_limits/limits.conf')
-rw-r--r-- | modules/pam_limits/limits.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_limits/limits.conf b/modules/pam_limits/limits.conf index fd66ab77..be621a7c 100644 --- a/modules/pam_limits/limits.conf +++ b/modules/pam_limits/limits.conf @@ -21,7 +21,7 @@ # - data - max data size (KB) # - fsize - maximum filesize (KB) # - memlock - max locked-in-memory address space (KB) -# - nofile - max number of open files +# - nofile - max number of open file descriptors # - rss - max resident set size (KB) # - stack - max stack size (KB) # - cpu - max CPU time (MIN) |