Remove ending space in shadow

This commit is contained in:
Pierre Labastie 2022-01-04 19:23:38 +01:00
parent da7949dfb6
commit b029aa8bfb

View File

@ -201,7 +201,7 @@ useradd -D --gid 999</userinput></screen>
<para>This parameter sets the beginning of the group numbers used in
the <filename>/etc/group</filename> file. The particular value 999
comes from the <parameter>--gid</parameter> parameter above. You can
modify it to anything you desire.
modify it to anything you desire.
Note that <command>useradd</command> will never reuse a UID or GID.
If the number identified in this parameter is used, it will use the
@ -211,9 +211,9 @@ useradd -D --gid 999</userinput></screen>
parameter, you will get a message displayed on the terminal that
says: <computeroutput>useradd: unknown GID 999</computeroutput>,
although the account is correctly created. That is why we have
created the group <systemitem class="groupname">users</systemitem>
created the group <systemitem class="groupname">users</systemitem>
with this group ID in <xref linkend='ch-tools-createfiles'/>.</para>
</listitem>
</varlistentry>
<varlistentry>