diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-06-16 19:53:42 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-06-16 19:53:42 +0000 |
commit | fe3130ace4e4d0798897eb1d7526a76b3372cee6 (patch) | |
tree | a2c25490f26f7bf20b73ebff5b4a033f7787e50b /chapter07/hostname.xml | |
parent | e34d9cb84cd70df75b4026b188ece1ecc06304bb (diff) |
Chapter 7 typo and markup fixes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6023 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/hostname.xml')
-rw-r--r-- | chapter07/hostname.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter07/hostname.xml b/chapter07/hostname.xml index 46c083a43..4d336e5b7 100644 --- a/chapter07/hostname.xml +++ b/chapter07/hostname.xml @@ -11,8 +11,9 @@ <primary sortas="d-localnet">localnet</primary> <secondary>configuring</secondary></indexterm> -<para>Part of the localnet script is setting up the system's hostname. This -needs to be configured in the <filename>/etc/sysconfig/network</filename>.</para> +<para>Part of the <command>localnet</command> script is setting up the system's +hostname. This needs to be configured in the +<filename>/etc/sysconfig/network</filename> file.</para> <para>Create the <filename>/etc/sysconfig/network</filename> file and enter a hostname by running:</para> |