aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Labastie <pierre.labastie@neuf.fr>2022-01-04 19:23:38 +0100
committerPierre Labastie <pierre.labastie@neuf.fr>2022-01-04 19:23:38 +0100
commitb029aa8bfb36e24d92ed2a048564f1e8ac773eb6 (patch)
treedb04eb0474f1af830b7dcab4453546976e599a21
parentda7949dfb641c2d47264712add6d4090cc20a2f8 (diff)
Remove ending space in shadow
-rw-r--r--chapter08/shadow.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter08/shadow.xml b/chapter08/shadow.xml
index ffc2a7ce9..ea540d1cf 100644
--- a/chapter08/shadow.xml
+++ b/chapter08/shadow.xml
@@ -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>