From 3bdf723bab6a4bf6c29d78a95b06670fb3bff2ce Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicolas=20Fran=C3=A7ois?= Date: Tue, 13 Aug 2013 00:21:02 +0200 Subject: [PATCH] Improve documentation. * man/login.defs.d/SUB_GID_COUNT.xml: Document that the behavior of useradd and newusers depends on the existence of /etc/subgid. * man/login.defs.d/SUB_UID_COUNT.xml: Likewise for /etc/subuid. --- ChangeLog | 6 ++++++ man/login.defs.d/SUB_GID_COUNT.xml | 5 +++-- man/login.defs.d/SUB_UID_COUNT.xml | 5 +++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index db1872fa..c670c50e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2013-08-13 Nicolas François + + * man/login.defs.d/SUB_GID_COUNT.xml: Document that the behavior + of useradd and newusers depends on the existence of /etc/subgid. + * man/login.defs.d/SUB_UID_COUNT.xml: Likewise for /etc/subuid. + 2013-08-13 Nicolas François * src/useradd.c: Change message in case of find_new_sub_uids / diff --git a/man/login.defs.d/SUB_GID_COUNT.xml b/man/login.defs.d/SUB_GID_COUNT.xml index e3ef8064..d8592e64 100644 --- a/man/login.defs.d/SUB_GID_COUNT.xml +++ b/man/login.defs.d/SUB_GID_COUNT.xml @@ -32,8 +32,9 @@ (number) - The commands useradd and newusers - allocate unused group IDs from the range + If /etc/subuid exists, the commands + useradd and newusers allocate + unused group IDs from the range to for each new user. diff --git a/man/login.defs.d/SUB_UID_COUNT.xml b/man/login.defs.d/SUB_UID_COUNT.xml index 5afd3473..8db10690 100644 --- a/man/login.defs.d/SUB_UID_COUNT.xml +++ b/man/login.defs.d/SUB_UID_COUNT.xml @@ -32,8 +32,9 @@ (number) - The commands useradd and newusers - allocate unused user IDs from the range + If /etc/subuid exists, the commands + useradd and newusers allocate + unused user IDs from the range to for each new user. -- 2.50.1