summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-08-19 22:31:01 +0200
committerSerge Hallyn <serge@hallyn.com>2022-08-21 13:17:38 -0500
commiteb3562f3c08e8cdbb6f1a451d26724c41d8d169d (patch)
tree2cbdc68bacca8de1d705fc56d01dcd228a58e17d
parent238aa9294870a890039995fe326d0a65f2632f0b (diff)
useradd.8.xml: fix default group id from 100 to 1000 according to bbf4b79
-rw-r--r--man/useradd.8.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/useradd.8.xml b/man/useradd.8.xml
index c7f95b47..af02a23f 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 <option>GROUP</option>
variable in <filename>/etc/default/useradd</filename>, or
- 100 by default.
+ 1000 by default.
</para>
</listitem>
</varlistentry>