* man/useradd.8.xml: Document that -o is only valid with -u

This commit is contained in:
nekral-guest 2008-08-31 17:31:08 +00:00
parent f74d7a9fd0
commit 118303b9da
3 changed files with 5 additions and 4 deletions

View File

@ -3,6 +3,7 @@
* man/useradd.8.xml: Document the /etc/default/useradd variables.
* man/useradd.8.xml: Fix the documentation of the GROUP variable
(and -g/--gid option).
* man/useradd.8.xml: Document that -o is only valid with -u
2008-08-29 Nicolas François <nicolas.francois@centraliens.net>

4
TODO
View File

@ -23,10 +23,6 @@ WITH_SELINUX
chage, chfn, chsh: same change needed as in passwd.
- probably need moving check_selinux_access to a separate file.
useradd manpage
- add -k option
- mention that -o require -u
testsuite
- newgrp
- test with unknown user's GID

View File

@ -318,6 +318,10 @@
</term>
<listitem>
<para>Allow the creation of a user account with a duplicate (non-unique) UID.</para>
<para>
This option is only valid in combination with the
<option>-o</option> option.
</para>
</listitem>
</varlistentry>
<varlistentry>