diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-04-21 14:12:43 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-04-21 14:12:43 +0800 |
commit | e286d8db1493827461aa95ea43b345a9ce5d9f2e (patch) | |
tree | 7495946939e13bf8169246318dfb6f8c8b1de2db /chapter04 | |
parent | 421e0cfcdaaaccfe64ca4af145a41da13598f3bb (diff) |
decorate the references to root and lfs user
The references already correctly decorated are not changed because "if
it's not broken don't fix it".
Diffstat (limited to 'chapter04')
-rw-r--r-- | chapter04/addinguser.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter04/addinguser.xml b/chapter04/addinguser.xml index 535f20b02..b659b4841 100644 --- a/chapter04/addinguser.xml +++ b/chapter04/addinguser.xml @@ -86,8 +86,8 @@ case $(uname -m) in esac</userinput></screen> <note><para>In some host systems, the following command does not complete - properly and suspends the login to the lfs user to the background. If the - prompt "lfs:~$" does not appear immediately, entering the + properly and suspends the login to the &lfs-user; user to the background. + If the prompt "lfs:~$" does not appear immediately, entering the <command>fg</command> command will fix the issue.</para></note> <para>Next, login as user <systemitem class="username">lfs</systemitem>. |