diff options
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> |