diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-29 20:00:54 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-29 20:00:54 +0000 |
commit | 55851d6ef3b438d78359c9ea0ba861069bedeeb1 (patch) | |
tree | d9f97db0df5856fb68fd325a4885b9edbf2d5c90 /chapter04/aboutlfs.xml | |
parent | d44a965cfe95996da670a7f053cb30222e41b36f (diff) |
Tagging corrections in chapters 1 to 4.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3725 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter04/aboutlfs.xml')
-rw-r--r-- | chapter04/aboutlfs.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter04/aboutlfs.xml b/chapter04/aboutlfs.xml index fa39b8873..3d320c3a3 100644 --- a/chapter04/aboutlfs.xml +++ b/chapter04/aboutlfs.xml @@ -22,12 +22,12 @@ with:</para> <screen><userinput>export LFS=/mnt/lfs</userinput></screen> <para>Having this variable set means that if you are told to run a command like -<userinput>mkdir $LFS/tools</userinput>, you can type it literally. Your shell -will replace "$LFS" with "/mnt/lfs" (or whatever you set the variable to) when -it processes the command line.</para> +<command>mkdir $LFS/tools</command>, you can type it literally. Your shell +will replace <quote>$LFS</quote> with <quote>/mnt/lfs</quote> (or whatever +you set the variable to) when it processes the command line.</para> <para>Don't forget to check that <quote>$LFS</quote> is set whenever you leave and -reenter the environment (as when doing an <quote>su</quote> to root or another user). +reenter the environment (as when doing a <quote>su</quote> to root or another user). </para> </sect1> |