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: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F151%2Fhead;p=thirdparty%2Fshadow.git 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 01ace007a..93fe74211 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 5ad812f7f..516417b72 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.