From: Tim Biermann Date: Fri, 19 Aug 2022 20:31:01 +0000 (+0200) Subject: useradd.8.xml: fix default group id from 100 to 1000 according to bbf4b79 X-Git-Tag: 4.12.3~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb3562f3c08e8cdbb6f1a451d26724c41d8d169d;p=thirdparty%2Fshadow.git useradd.8.xml: fix default group id from 100 to 1000 according to bbf4b79 --- diff --git a/man/useradd.8.xml b/man/useradd.8.xml index c7f95b47d..af02a23f8 100644 --- a/man/useradd.8.xml +++ b/man/useradd.8.xml @@ -248,7 +248,7 @@ command line), useradd will set the primary group of the new user to the value specified by the variable in /etc/default/useradd, or - 100 by default. + 1000 by default.