aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/shadow.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2022-11-22 15:19:47 -0600
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2022-11-22 15:19:47 -0600
commit66d32d7e29f713446127b4bcb57b2f2ef7b0c912 (patch)
tree2e04d97e66fb0c4edd692c2449c32ed35f4f6bb8 /chapter08/shadow.xml
parenta66cd7f0201c2bc14f46f89c7625d3040408dd08 (diff)
word choice
Diffstat (limited to 'chapter08/shadow.xml')
-rw-r--r--chapter08/shadow.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/shadow.xml b/chapter08/shadow.xml
index 720b52db2..c12826f9f 100644
--- a/chapter08/shadow.xml
+++ b/chapter08/shadow.xml
@@ -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>,
- despite the account can still be created correctly. That is why we
+ even though the account has been 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>