diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-09-14 11:50:55 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-09-14 11:52:01 +0800 |
commit | 2e9e5b43c5610c7eb39759717b9fe37dbb711975 (patch) | |
tree | 3155e3a4b1a0516669ee2f499e10ea09e5a0ef87 /chapter07/createfiles.xml | |
parent | 95789f1ae44b1a2b033ea02ff8f463d1c406f0d9 (diff) |
add <literal> to make commands for temp /etc/hosts and final /etc/pip3.conf looking better
Diffstat (limited to 'chapter07/createfiles.xml')
-rw-r--r-- | chapter07/createfiles.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter07/createfiles.xml b/chapter07/createfiles.xml index 314540e7e..ca7de3802 100644 --- a/chapter07/createfiles.xml +++ b/chapter07/createfiles.xml @@ -48,8 +48,8 @@ as well:</para> <screen><userinput>cat > /etc/hosts << EOF -127.0.0.1 localhost $(hostname) -::1 localhost +<literal>127.0.0.1 localhost $(hostname) +::1 localhost</literal> EOF</userinput></screen> <para>In order for user <systemitem class="username">root</systemitem> to be |