Merge pull request #226 from ikerexxe/dev1

useradd: clarify the useradd -d parameter behavior in man page
This commit is contained in:
Serge Hallyn 2020-03-20 17:45:37 -05:00 committed by GitHub
commit d60b59b156
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -181,8 +181,10 @@
login directory. The default is to append the login directory. The default is to append the
<replaceable>LOGIN</replaceable> name to <replaceable>LOGIN</replaceable> name to
<replaceable>BASE_DIR</replaceable> and use that as the login <replaceable>BASE_DIR</replaceable> and use that as the login
directory name. The directory <replaceable>HOME_DIR</replaceable> directory name. If the directory
does not have to exist but will not be created if it is missing. <replaceable>HOME_DIR</replaceable> does not exist, then it
will be created unless the <option>-M</option> option is
specified.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>