aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07/hostname.xml
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2006-04-14 09:37:17 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2006-04-14 09:37:17 +0000
commit0090db5c7b0cb69fc9c06da99ad868814414d2b0 (patch)
treeae4db250fab5b28bd3b688e2553959db4d5cd433 /chapter07/hostname.xml
parentb55b3c4ff2c23fd0ae6734552a769b6237af387c (diff)
Changed typography convections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7516 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/hostname.xml')
-rw-r--r--chapter07/hostname.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter07/hostname.xml b/chapter07/hostname.xml
index 7515d6a03..26f1e20b3 100644
--- a/chapter07/hostname.xml
+++ b/chapter07/hostname.xml
@@ -22,9 +22,9 @@
<para>Create the <filename>/etc/sysconfig/network</filename> file and enter a
hostname by running:</para>
-<screen><userinput>echo "HOSTNAME=<replaceable>[lfs]</replaceable>" &gt; /etc/sysconfig/network</userinput></screen>
+<screen><userinput>echo "HOSTNAME=<replaceable>&lt;lfs&gt;</replaceable>" &gt; /etc/sysconfig/network</userinput></screen>
- <para><replaceable>[lfs]</replaceable> needs to be replaced with the name given
+ <para><replaceable>&lt;lfs&gt;</replaceable> needs to be replaced with the name given
to the computer. Do not enter the Fully Qualified Domain Name (FQDN) here. That
information will be put in the <filename>/etc/hosts</filename> file in the next
section.</para>