]> granicus.if.org Git - shadow/commitdiff
* man/useradd.8.xml: Document that -o is only valid with -u
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 31 Aug 2008 17:31:08 +0000 (17:31 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 31 Aug 2008 17:31:08 +0000 (17:31 +0000)
ChangeLog
TODO
man/useradd.8.xml

index a9f4c51f5501f9f9e98f6519199ac8d36bff1806..7d92425e67cb6f65bf5e22b1a7db6f3c3812d8a8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
diff --git a/TODO b/TODO
index 098d463bee683cfebb9a01790b7e3a3f5cfb6d29..0dcb52118da27b15f21d695cde1625a1840451a2 100644 (file)
--- a/TODO
+++ b/TODO
@@ -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
index 81253fc890f284cb9b04a42bfe12ff1302414642..7d502efbfdfc51acd9f7fd75a6bd1e7863cfd176 100644 (file)
        </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>