From ebad423023b753b970f491afc7a0df179d151a81 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Thu, 31 Jan 2019 13:30:59 +0100 Subject: [PATCH] Fix the default mentioned in man page for SUB_UID/GID_COUNT variables. --- man/login.defs.d/SUB_GID_COUNT.xml | 2 +- man/login.defs.d/SUB_UID_COUNT.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.