* man/usermod.8.xml, man/userdel.8.xml, man/useradd.8.xml:

Harmonize formatting of login.defs and default/useradd variables.
	Use an <option> tag.
	* man/usermod.8.xml: Added reference to gshadow(5).
	* man/login.defs.d/USERDEL_CMD.xml: Shorten the lines of the
	USERDEL_CMD example.
This commit is contained in:
nekral-guest
2009-05-21 12:02:12 +00:00
parent 37bda83dfc
commit 39b17ee5d5
6 changed files with 28 additions and 10 deletions

View File

@@ -194,7 +194,7 @@
<para>
If not specified, <command>useradd</command> will use the
default inactivity period specified by the
<option>INACTIVE</option> variable in the
<option>INACTIVE</option> variable in
<filename>/etc/default/useradd</filename>, or -1 by default.
</para>
</listitem>
@@ -279,8 +279,10 @@
</term>
<listitem>
<para>
Overrides <filename>/etc/login.defs</filename> defaults (UID_MIN, UID_MAX, UMASK,
PASS_MAX_DAYS and others).
Overrides <filename>/etc/login.defs</filename> defaults
(<option>UID_MIN</option>, <option>UID_MAX</option>,
<option>UMASK</option>, <option>PASS_MAX_DAYS</option>
and others).
<para>
</para>
Example: <option>-K </option><replaceable>PASS_MAX_DAYS</replaceable>=<replaceable>-1</replaceable>
@@ -349,7 +351,7 @@
<para>
Do not create a group with the same name as the user, but
add the user to the group specified by the <option>-g</option>
option or by the GROUP variable in
option or by the <option>GROUP</option> variable in
<filename>/etc/default/useradd</filename>.
</para>
<para>