aboutsummaryrefslogtreecommitdiffstats
path: root/chapter03
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2003-09-14 21:47:20 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2003-09-14 21:47:20 +0000
commit238527e1046df4a3af31d7699e3f4a5f2b345036 (patch)
tree682025566d85a64eb4bd1eb0aa26acd476114ff9 /chapter03
parenta84e1e2e2c38caefd0061bc56268b8dc7057dcdb (diff)
Minor adjustments, mainly of markup. And dropping file removal from the 'stripping' phase -- the files are small.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2815 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03')
-rw-r--r--chapter03/creatingpart.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter03/creatingpart.xml b/chapter03/creatingpart.xml
index e757082aa..d53ad7371 100644
--- a/chapter03/creatingpart.xml
+++ b/chapter03/creatingpart.xml
@@ -23,11 +23,11 @@ The swap partition for your LFS system can be the same one as for your host
system, so you won't have to create another if your host system already uses
a swap partition.</para>
-<para>Start the <filename>cfdisk</filename> program with an argument naming
+<para>Start the <userinput>cfdisk</userinput> program with an argument naming
the hard disk upon which the new partition must be created -- for example
<filename>/dev/hda</filename> for the primary IDE disk. Create a Linux native
partition and a swap partition, if needed. Please refer to the man page of
-<filename>cfdisk</filename> if you don't yet know how to use the program.</para>
+<userinput>cfdisk</userinput> if you don't yet know how to use the program.</para>
<para>Remember the designation of your new partition -- something like
<filename>hda5</filename>. This book will refer to it as the LFS partition.