From: ikerexxe Date: Wed, 4 Mar 2020 13:50:04 +0000 (+0100) Subject: useradd: clarify the useradd -d parameter behavior in man page X-Git-Tag: v4.9~88^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F226%2Fhead;p=thirdparty%2Fshadow.git useradd: clarify the useradd -d parameter behavior in man page Explanation: clarify the useradd -d parameter as it does create directory HOME_DIR if it doesn't exit. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1677005 Changelog: [serge] minor tweak to the text --- diff --git a/man/useradd.8.xml b/man/useradd.8.xml index 03612ce8a..023c0d698 100644 --- a/man/useradd.8.xml +++ b/man/useradd.8.xml @@ -181,8 +181,10 @@ login directory. The default is to append the LOGIN name to BASE_DIR and use that as the login - directory name. The directory HOME_DIR - does not have to exist but will not be created if it is missing. + directory name. If the directory + HOME_DIR does not exist, then it + will be created unless the option is + specified.