diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-10-20 21:31:57 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-10-20 21:31:57 +0000 |
commit | 254cec28ca7ace94716ab31f29215015492dcc68 (patch) | |
tree | fdf62db49df258b01a5bdc73a69252d181e1ea88 /chapter03 | |
parent | 2011e1f21d291f238932c8afa7ec67e98cc47905 (diff) |
Fixed amperstands.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2193 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03')
-rw-r--r-- | chapter03/mounting.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter03/mounting.xml b/chapter03/mounting.xml index 343542301..9e0320dbb 100644 --- a/chapter03/mounting.xml +++ b/chapter03/mounting.xml @@ -15,7 +15,7 @@ by running:</para> <para>Now create the mount point and mount the LFS file system by running:</para> -<para><screen><userinput>mkdir -p $LFS && +<para><screen><userinput>mkdir -p $LFS && mount /dev/xxx $LFS</userinput></screen></para> <para>Replace <filename>xxx</filename> with the designation of the LFS |