Fix typos in manpages
Catalan translation updated
This commit is contained in:
parent
7864e1edf5
commit
143f479869
18
ChangeLog
18
ChangeLog
@ -1,6 +1,22 @@
|
|||||||
|
2011-06-01 Simon Brandmair <sbrandmair@gmx.net>
|
||||||
|
|
||||||
|
* man/newusers.8.xml, man/suauth.5.xml, man/suauth.5.xml,
|
||||||
|
man/logoutd.8.xml, man/chgpasswd.8.xml, man/groups.1.xml,
|
||||||
|
man/faillog.5.xml, man/login.defs.d/MD5_CRYPT_ENAB.xml,
|
||||||
|
man/login.defs.d/DEFAULT_HOME.xml,
|
||||||
|
man/login.defs.d/LOGIN_RETRIES.xml,
|
||||||
|
man/login.defs.d/MD5_CRYPT_ENAB.xml,
|
||||||
|
man/login.defs.d/PORTTIME_CHECKS_ENAB.xml,
|
||||||
|
man/login.defs.d/SHA_CRYPT_MIN_ROUNDS.xml:
|
||||||
|
Fix typos
|
||||||
|
|
||||||
|
2011-05-23 Innocent De Marchi <tangram.peces@gmail.com>
|
||||||
|
|
||||||
|
* po/ca.po: Catalan translation completed
|
||||||
|
|
||||||
2011-04-22 Miguel Figueiredo <elmig@debianpt.org>
|
2011-04-22 Miguel Figueiredo <elmig@debianpt.org>
|
||||||
|
|
||||||
* po/pt.po: French translation completed
|
* po/pt.po: Portuguese translation completed
|
||||||
|
|
||||||
2011-04-22 Thomas Blein <tblein@tblein.eu>
|
2011-04-22 Thomas Blein <tblein@tblein.eu>
|
||||||
|
|
||||||
|
@ -74,7 +74,7 @@
|
|||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
The default encryption algorithm can be defined for the system with
|
The default encryption algorithm can be defined for the system with
|
||||||
the ENCRYPT_METHOD variable of <filename>/etc/login.defs</filename>,
|
the <option>ENCRYPT_METHOD</option> variable of <filename>/etc/login.defs</filename>,
|
||||||
and can be overwiten with the <option>-e</option>,
|
and can be overwiten with the <option>-e</option>,
|
||||||
<option>-m</option>, or <option>-c</option> options.
|
<option>-m</option>, or <option>-c</option> options.
|
||||||
</para>
|
</para>
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
The file contains fixed length
|
The file contains fixed length
|
||||||
records, indexed by numerical UID. Each record contains the count of
|
records, indexed by numerical UID. Each record contains the count of
|
||||||
login failures since the last successful login; the maximum number of
|
login failures since the last successful login; the maximum number of
|
||||||
failures before the account is disabled; the line on whiche the last login
|
failures before the account is disabled; the line on which the last login
|
||||||
failure occurred; the date of the last login failure;
|
failure occurred; the date of the last login failure;
|
||||||
and the duration (in seconds) during which the account will be locked after
|
and the duration (in seconds) during which the account will be locked after
|
||||||
a failure.
|
a failure.
|
||||||
|
@ -67,7 +67,7 @@
|
|||||||
Systems which do not support concurrent group sets will have the
|
Systems which do not support concurrent group sets will have the
|
||||||
information from <filename>/etc/group</filename> reported. The user
|
information from <filename>/etc/group</filename> reported. The user
|
||||||
must use <command>newgrp</command> or <command>sg</command> to change
|
must use <command>newgrp</command> or <command>sg</command> to change
|
||||||
their current real and effective group ID.
|
his current real and effective group ID.
|
||||||
</para>
|
</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
|
@ -137,15 +137,15 @@
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
If a line with limits for an user exist, only the first line for
|
If more than one line with limits for an user exist, only the first line for
|
||||||
this user will be considered.
|
this user will be considered.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
If no lines are specified for an user, the last
|
If no lines are specified for an user, the last
|
||||||
<replaceable>@group</replaceable> line matching a group whose the
|
<replaceable>@group</replaceable> line matching a group whose the
|
||||||
user is a member of will be conisdered, or the last line with
|
user is a member of will be considered, or the last line with
|
||||||
default limits if no groups contain the user).
|
default limits if no groups contain the user.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Indicate if login is allowed if we can't cd to the home directory.
|
Indicate if login is allowed if we can't cd to the home directory.
|
||||||
Default in no.
|
Default is no.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
If set to <replaceable>yes</replaceable>, the user will login in
|
If set to <replaceable>yes</replaceable>, the user will login in
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
</para>
|
</para>
|
||||||
<para condition="pam">
|
<para condition="pam">
|
||||||
This will most likely be overridden 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
|
pam_unix module has its own built in of 3 retries. However, this is
|
||||||
a safe fallback in case you are using an authentication module that
|
a safe fallback in case you are using an authentication module that
|
||||||
does not enforce PAM_MAXTRIES.
|
does not enforce PAM_MAXTRIES.
|
||||||
</para>
|
</para>
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
Default is <replaceable>no</replaceable>.
|
Default is <replaceable>no</replaceable>.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
This variable is superceded by the <option>ENCRYPT_METHOD</option>
|
This variable is superseded by the <option>ENCRYPT_METHOD</option>
|
||||||
variable or by any command line option used to configure the
|
variable or by any command line option used to configure the
|
||||||
encryption algorithm.
|
encryption algorithm.
|
||||||
</para>
|
</para>
|
||||||
|
@ -32,7 +32,8 @@
|
|||||||
<term><option>PORTTIME_CHECKS_ENAB</option> (boolean)</term>
|
<term><option>PORTTIME_CHECKS_ENAB</option> (boolean)</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Enable checking of time restrictions specified in /etc/porttime.
|
Enable checking of time restrictions specified in
|
||||||
|
<filename>/etc/porttime</filename>.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
(5000).
|
(5000).
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
The values must be inside the 1000-999999999 range.
|
The values must be inside the 1000-999,999,999 range.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
If only one of the <option>SHA_CRYPT_MIN_ROUNDS</option> or
|
If only one of the <option>SHA_CRYPT_MIN_ROUNDS</option> or
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
</refmeta>
|
</refmeta>
|
||||||
<refnamediv id='name'>
|
<refnamediv id='name'>
|
||||||
<refname>logoutd</refname>
|
<refname>logoutd</refname>
|
||||||
<refpurpose>Enforce login time restrictions</refpurpose>
|
<refpurpose>enforce login time restrictions</refpurpose>
|
||||||
</refnamediv>
|
</refnamediv>
|
||||||
<!-- body begins here -->
|
<!-- body begins here -->
|
||||||
<refsynopsisdiv id='synopsis'>
|
<refsynopsisdiv id='synopsis'>
|
||||||
|
@ -163,11 +163,11 @@
|
|||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
If this field contains the name of a group which does not
|
If this field contains the name of a group which does not
|
||||||
exist (and was not created earlier wbefore by
|
exist (and was not created before by
|
||||||
<command>newusers</command>), a new group will be created with
|
<command>newusers</command>), a new group will be created with
|
||||||
the specified name and a GID will be automatically defined by
|
the specified name and a GID will be automatically defined by
|
||||||
<command>newusers</command> to be used as the primary group ID
|
<command>newusers</command> to be used as the primary group ID
|
||||||
for the user and Gs the ID for the new group.
|
for the user and GID for the new group.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
@ -76,7 +76,7 @@
|
|||||||
<para>
|
<para>
|
||||||
Where to-id is either the word <emphasis>ALL</emphasis>, a list of
|
Where to-id is either the word <emphasis>ALL</emphasis>, a list of
|
||||||
usernames delimited by "," or the words <emphasis>ALL
|
usernames delimited by "," or the words <emphasis>ALL
|
||||||
EXCEPT</emphasis> followed by a list of usernames delimited by ","
|
EXCEPT</emphasis> followed by a list of usernames delimited by ",".
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
Reference in New Issue
Block a user