From: Tomas Mraz Date: Thu, 31 Jan 2019 12:30:59 +0000 (+0100) Subject: Fix the default mentioned in man page for SUB_UID/GID_COUNT variables. X-Git-Tag: 4.7~21^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ebad423023b753b970f491afc7a0df179d151a81;p=shadow Fix the default mentioned in man page for SUB_UID/GID_COUNT variables. --- diff --git a/man/login.defs.d/SUB_GID_COUNT.xml b/man/login.defs.d/SUB_GID_COUNT.xml index 01ace007..93fe7421 100644 --- a/man/login.defs.d/SUB_GID_COUNT.xml +++ b/man/login.defs.d/SUB_GID_COUNT.xml @@ -42,7 +42,7 @@ The default values for , , - are respectively 100000, 600100000 and 10000. + are respectively 100000, 600100000 and 65536. diff --git a/man/login.defs.d/SUB_UID_COUNT.xml b/man/login.defs.d/SUB_UID_COUNT.xml index 5ad812f7..516417b7 100644 --- a/man/login.defs.d/SUB_UID_COUNT.xml +++ b/man/login.defs.d/SUB_UID_COUNT.xml @@ -42,7 +42,7 @@ The default values for , , - are respectively 100000, 600100000 and 10000. + are respectively 100000, 600100000 and 65536.