From 1a8c185146193174a26d8d66ed6f7880ea136f75 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Thu, 19 Jun 2014 15:32:08 +0200 Subject: 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. --- modules/pam_limits/limits.conf | 2 +- modules/pam_limits/limits.conf.5.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') 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) diff --git a/modules/pam_limits/limits.conf.5.xml b/modules/pam_limits/limits.conf.5.xml index f1e9ce9f..96d7eeac 100644 --- a/modules/pam_limits/limits.conf.5.xml +++ b/modules/pam_limits/limits.conf.5.xml @@ -178,7 +178,7 @@ - maximum number of open files + maximum number of open file descriptors -- cgit v1.2.3