summaryrefslogtreecommitdiff
path: root/modules/pam_limits/pam_limits.8.xml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pam_limits/pam_limits.8.xml')
-rw-r--r--modules/pam_limits/pam_limits.8.xml25
1 files changed, 12 insertions, 13 deletions
diff --git a/modules/pam_limits/pam_limits.8.xml b/modules/pam_limits/pam_limits.8.xml
index 0be7ef4d..663c0e7b 100644
--- a/modules/pam_limits/pam_limits.8.xml
+++ b/modules/pam_limits/pam_limits.8.xml
@@ -23,15 +23,15 @@
<cmdsynopsis id="pam_limits-cmdsynopsis">
<command>pam_limits.so</command>
<arg choice="opt">
- change_uid
- </arg>
- <arg choice="opt">
conf=<replaceable>/path/to/limits.conf</replaceable>
</arg>
<arg choice="opt">
debug
</arg>
<arg choice="opt">
+ set_all
+ </arg>
+ <arg choice="opt">
utmp_early
</arg>
<arg choice="opt">
@@ -72,35 +72,34 @@
<variablelist>
<varlistentry>
<term>
- <option>change_uid</option>
+ <option>conf=<replaceable>/path/to/limits.conf</replaceable></option>
</term>
<listitem>
<para>
- Change real uid to the user for who the limits are set up. Use this
- option if you have problems like login not forking a shell for user
- who has no processes. Be warned that something else may break when
- you do this.
+ Indicate an alternative limits.conf style configuration file to
+ override the default.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
- <option>conf=<replaceable>/path/to/limits.conf</replaceable></option>
+ <option>debug</option>
</term>
<listitem>
<para>
- Indicate an alternative limits.conf style configuration file to
- override the default.
+ Print debug information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
- <option>debug</option>
+ <option>set_all</option>
</term>
<listitem>
<para>
- Print debug information.
+ Set the limits for which no value is specified in the
+ configuration file to the one from the process with the
+ PID 1.
</para>
</listitem>
</varlistentry>