diff --git a/Manual.md b/Manual.md index 7153f7263cd..e94eca48f93 100644 --- a/Manual.md +++ b/Manual.md @@ -849,7 +849,7 @@ separated by blanks, i.e `system_accounts="foo blah:22"`. Optionally the **uid** can be specified by delimiting it with a color, i.e `system_accounts="foo:48"`. Additional variables for the **system accounts** can be specified to change its behavior: - - `_homedir` the home directory for the user. If unset defaults to `/dev/null`. + - `_homedir` the home directory for the user. If unset defaults to `/var/empty`. - `_shell` the shell for the new user. If unset defaults to `/sbin/nologin`. - `_descr` the description for the new user. If unset defaults to ` unprivileged user`. - `_groups` additional groups to be added to for the new user.