diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-09-07 22:44:10 +0200 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-09-07 22:44:10 +0200 |
commit | 707c4d32ad96370dc5ba159ea7f030a1ba193b1c (patch) | |
tree | 9f7a315bd4acd9dd0231538b5075981de8f67e42 /chapter04 | |
parent | a26f29f64581c97250a9ceefb4d433610e833295 (diff) |
Remove spaces at end o lines - chapter04
Diffstat (limited to 'chapter04')
-rw-r--r-- | chapter04/addinguser.xml | 2 | ||||
-rw-r--r-- | chapter04/settingenviron.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter04/addinguser.xml b/chapter04/addinguser.xml index 59fca9468..49fb43466 100644 --- a/chapter04/addinguser.xml +++ b/chapter04/addinguser.xml @@ -11,7 +11,7 @@ <title>Adding the LFS User</title> <para>When logged in as user <systemitem class="username">root</systemitem>, - making a single mistake can damage or destroy a system. Therefore, + making a single mistake can damage or destroy a system. Therefore, the packages in the next two chapters are built as an unprivileged user. You could use your own user name, but to make it easier to set up a clean working environment, create a new user called <systemitem diff --git a/chapter04/settingenviron.xml b/chapter04/settingenviron.xml index 3b682b061..4c419d00a 100644 --- a/chapter04/settingenviron.xml +++ b/chapter04/settingenviron.xml @@ -179,7 +179,7 @@ EOF</userinput></screen> out of the way. As the <systemitem class="username">root</systemitem> user, run:</para> - <screen role="nodump"><userinput>[ ! -e /etc/bash.bashrc ] || mv -v /etc/bash.bashrc /etc/bash.bashrc.NOUSE</userinput></screen> + <screen role="nodump"><userinput>[ ! -e /etc/bash.bashrc ] || mv -v /etc/bash.bashrc /etc/bash.bashrc.NOUSE</userinput></screen> <para>After use of the <systemitem class="username">lfs</systemitem> user is finished at the beginning of <xref |