* man/newusers.8.xml, man/useradd.8.xml, man/groupadd.8.xml,
man/login.defs.d/UMASK.xml, man/login.defs.d/CREATE_HOME.xml, man/login.defs.d/LOGIN_RETRIES.xml: Fix typos: choosen, overriden, bahavior.
This commit is contained in:
parent
263f37a69b
commit
4f8310dfde
@ -1,3 +1,10 @@
|
||||
2010-04-05 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* man/newusers.8.xml, man/useradd.8.xml, man/groupadd.8.xml,
|
||||
man/login.defs.d/UMASK.xml, man/login.defs.d/CREATE_HOME.xml,
|
||||
man/login.defs.d/LOGIN_RETRIES.xml: Fix typos: choosen, overriden,
|
||||
bahavior.
|
||||
|
||||
2010-04-04 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* man/usermod.8.xml: Document changes of ownerships.
|
||||
|
@ -171,7 +171,7 @@
|
||||
Create a system group.
|
||||
</para>
|
||||
<para>
|
||||
The numeric identifiers of new system groups are choosen in
|
||||
The numeric identifiers of new system groups are chosen in
|
||||
the <option>SYS_GID_MIN</option>-<option>SYS_GID_MAX</option>
|
||||
range, defined in <filename>login.defs</filename>, instead of
|
||||
<option>GID_MIN</option>-<option>GID_MAX</option>.
|
||||
|
@ -34,7 +34,7 @@
|
||||
users.
|
||||
</para>
|
||||
<para>
|
||||
This setting does not apply to system users, and can be overriden on
|
||||
This setting does not apply to system users, and can be overridden on
|
||||
the command line.
|
||||
</para>
|
||||
</listitem>
|
||||
|
@ -35,7 +35,7 @@
|
||||
Maximum number of login retries in case of bad password.
|
||||
</para>
|
||||
<para condition="pam">
|
||||
This will most likely be overriden by PAM, since the default
|
||||
This will most likely be overridden by PAM, since the default
|
||||
pam_unix module has it's own built in of 3 retries. However, this is
|
||||
a safe fallback in case you are using an authentication module that
|
||||
does not enforce PAM_MAXTRIES.
|
||||
|
@ -41,7 +41,7 @@
|
||||
</para>
|
||||
<para condition="no_pam">
|
||||
It is also used by <command>login</command> to define users' initial
|
||||
umask. Note that this mask can be overriden by the user's GECOS
|
||||
umask. Note that this mask can be overridden by the user's GECOS
|
||||
line (if <option>QUOTAS_ENAB</option> is set) or by the
|
||||
specification of a limit with the <emphasis>K</emphasis> identifier
|
||||
in <citerefentry><refentrytitle>limits</refentrytitle>
|
||||
|
@ -270,7 +270,7 @@
|
||||
<para>
|
||||
System users will be created with no aging information in
|
||||
<filename>/etc/shadow</filename>, and their numeric
|
||||
identifiers are choosen in the
|
||||
identifiers are chosen in the
|
||||
<option>SYS_UID_MIN</option>-<option>SYS_UID_MAX</option>
|
||||
range, defined in <filename>login.defs</filename>, instead of
|
||||
<option>UID_MIN</option>-<option>UID_MAX</option> (and their
|
||||
|
@ -214,7 +214,7 @@
|
||||
existing group.
|
||||
</para>
|
||||
<para>
|
||||
If not specified, the bahavior of <command>useradd</command>
|
||||
If not specified, the behavior of <command>useradd</command>
|
||||
will depend on the <option>USERGROUPS_ENAB</option> variable
|
||||
in <filename>/etc/login.defs</filename>. If this variable is
|
||||
set to <replaceable>yes</replaceable> (or
|
||||
@ -415,7 +415,7 @@
|
||||
<para>
|
||||
System users will be created with no aging information in
|
||||
<filename>/etc/shadow</filename>, and their numeric
|
||||
identifiers are choosen in the
|
||||
identifiers are chosen in the
|
||||
<option>SYS_UID_MIN</option>-<option>SYS_UID_MAX</option>
|
||||
range, defined in <filename>/etc/login.defs</filename>, instead of
|
||||
<option>UID_MIN</option>-<option>UID_MAX</option> (and their
|
||||
|
Loading…
Reference in New Issue
Block a user