Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions man/useradd.8.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,9 @@
<replaceable>BASE_DIR</replaceable> and use that as the
login directory name.
The directory <replaceable>HOME_DIR</replaceable> is not created by
default. However it will be created for non-system users if either the
<option>-m</option> flag is specified or
<replaceable>CREATE_HOME</replaceable> in
<filename>login.defs</filename> is set to true. However, it will never
default. It will only be created if the <option>-m</option> flag
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is specified or, for non-system users, if <replaceable>CREATE_HOME</replaceable>
in <filename>login.defs</filename> is set to true. However, it will never
be created if the <option>-M</option> flag is specified.
</para>
</listitem>
Expand Down