diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-11-23 11:18:29 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-11-23 11:18:29 +0800 |
commit | 9a23a75c5dc3cee5a3f1b10bc61c1192ae4a17bb (patch) | |
tree | 2eded12e52c8734180efc94d4b1deb0e5522f6f1 /chapter08 | |
parent | 30f3041a7d4ddd47fdb2c000ea1b8548225bb79d (diff) |
Revert "shadow: add spaces around —"
This reverts commit 0298c764d8ae6a6e2b237bad78512496dfc14fab.
We don't use spaces around &mdash anywhere else in the book.
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/shadow.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/shadow.xml b/chapter08/shadow.xml index c12826f9f..83c8f6ec9 100644 --- a/chapter08/shadow.xml +++ b/chapter08/shadow.xml @@ -203,7 +203,7 @@ useradd -D --gid 999</userinput></screen> next available number. Note also that if you don't have a group with an ID equal to this number on your system, then the first time you use <command>useradd</command> without the <parameter>-g</parameter> - parameter, an error message will be generated — <computeroutput>useradd: + parameter, an error message will be generated—<computeroutput>useradd: unknown GID 999</computeroutput>, even though the account has been created correctly. That is why we created the group <systemitem class="groupname">users</systemitem> |