shadow: fix (clarify?) the consequence of missing "users" group

To me "has been created" is not correct.  Or maybe it's some advanced
usage of English I don't understand...
This commit is contained in:
Xi Ruoyao 2022-11-23 00:59:43 +08:00
parent 31e9ff9527
commit 9af3d7f77d
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -205,7 +205,7 @@ useradd -D --gid 999</userinput></screen>
<command>useradd</command> without the <parameter>-g</parameter>
parameter, an error message will be generated&mdash;<computeroutput>useradd:
unknown GID 999</computeroutput>,
even though the account has been created correctly. That is why we
despite the account can still be created correctly. That is why we
created the group <systemitem class="groupname">users</systemitem>
with this group ID in <xref linkend='ch-tools-createfiles'/>.</para>