From: Nicolas François Date: Mon, 12 Aug 2013 22:21:02 +0000 (+0200) Subject: Improve documentation. X-Git-Tag: 4.2.1~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3bdf723bab6a4bf6c29d78a95b06670fb3bff2ce;p=shadow 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. --- 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.