From 639d2c97e979c7324029f6dd3335423122a52e35 Mon Sep 17 00:00:00 2001 From: Serge Hallyn Date: Wed, 23 Apr 2025 19:28:48 -0500 Subject: [PATCH] man/useradd.8.xml: fix the CREATE_HOME description Fixes: #1249 Signed-off-by: Serge Hallyn --- man/useradd.8.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/man/useradd.8.xml b/man/useradd.8.xml index eda1fefe5..b842c8c3e 100644 --- a/man/useradd.8.xml +++ b/man/useradd.8.xml @@ -157,10 +157,13 @@ user's login directory. The default is to append the LOGIN name to BASE_DIR and use that as the - login directory name. If the directory - HOME_DIR does not exist, then - it will be created unless the option - is specified. + login directory name. + The directory HOME_DIR is not created by + default. However it will be created for non-system users if either the + flag is specifed or + CREATE_HOME in + login.defs is set to true. However, it will never + be created if the flag is specified. -- 2.47.2