From 9b6beb496aef6b80636cc313aa599608ffdda944 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Sat, 20 Mar 2010 10:23:57 +0000 Subject: [PATCH] * man/useradd.8.xml: Do not document the features which are not working. * man/useradd.8.xml: Fix typo: -u was meant instead of -o. * man/useradd.8.xml: Document that the default behavior depends on CREATE_HOME. --- ChangeLog | 8 ++++++++ man/useradd.8.xml | 10 ++++++---- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8d203f21..0e44b437 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2010-03-20 Nicolas François + + * man/useradd.8.xml: Do not document the features which are not + working. + * man/useradd.8.xml: Fix typo: -u was meant instead of -o. + * man/useradd.8.xml: Document that the default behavior depends on + CREATE_HOME. + 2010-03-20 Nicolas François * lib/groupio.c: Fix memory management insplit_groups(). diff --git a/man/useradd.8.xml b/man/useradd.8.xml index 803558d4..b2c4ea36 100644 --- a/man/useradd.8.xml +++ b/man/useradd.8.xml @@ -297,11 +297,11 @@ UID_MAX=499 - + @@ -329,7 +329,9 @@ will be copied to the home directory. - By default, no home directories are created. + By default, if this option is not specified and + is not enabled, no home + directories are created. @@ -373,7 +375,7 @@ Allow the creation of a user account with a duplicate (non-unique) UID. This option is only valid in combination with the - option. + option.