* man/login.defs.d/QUOTAS_ENAB.xml: Document the dependency

between /etc/limits and QUOTAS_ENAB.
This commit is contained in:
nekral-guest 2011-09-18 17:00:28 +00:00
parent 5570ec21b4
commit 93ee4927bc
2 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,8 @@
2011-09-18 Nicolas François <nicolas.francois@centraliens.net> 2011-09-18 Nicolas François <nicolas.francois@centraliens.net>
* man/chage.1.xml: The LOGIN argument is not optional. * man/chage.1.xml: The LOGIN argument is not optional.
* man/login.defs.d/QUOTAS_ENAB.xml: Document the dependency
between /etc/limits and QUOTAS_ENAB.
2011-08-20 Nicolas François <nicolas.francois@centraliens.net> 2011-08-20 Nicolas François <nicolas.francois@centraliens.net>

View File

@ -1,7 +1,7 @@
<!-- <!--
Copyright (c) 1991 - 1993, Julianne Frances Haugh Copyright (c) 1991 - 1993, Julianne Frances Haugh
Copyright (c) 1991 - 1993, Chip Rosenthal Copyright (c) 1991 - 1993, Chip Rosenthal
Copyright (c) 2007 - 2008, Nicolas François Copyright (c) 2007 - 2011, Nicolas François
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without
@ -32,8 +32,9 @@
<term><option>QUOTAS_ENAB</option> (boolean)</term> <term><option>QUOTAS_ENAB</option> (boolean)</term>
<listitem> <listitem>
<para> <para>
Enable setting of ulimit, umask, and niceness from passwd gecos Enable setting of resource limits from
field. <filename>/etc/limits</filename> and ulimit, umask, and niceness
from the user's passwd gecos field.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>