diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-08-08 09:44:06 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-08-08 09:44:06 +0000 |
commit | e63d94d1b6ec4000ec3b4fb724d94cd7e982985b (patch) | |
tree | 12d96c3094afc5d9e7daa5cdc0e18466552bd7ea /chapter05/texinfo-inst.xml | |
parent | 5966385ad3a9a65b4baaa8170d8f7b25095b6c62 (diff) |
fix typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@929 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/texinfo-inst.xml')
-rw-r--r-- | chapter05/texinfo-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/texinfo-inst.xml b/chapter05/texinfo-inst.xml index ca60b0aaf..84cd6d0df 100644 --- a/chapter05/texinfo-inst.xml +++ b/chapter05/texinfo-inst.xml @@ -3,7 +3,7 @@ <para>Install Texinfo by running the following commands:</para> -<userinput>./configure --prefix=$LFS/usr --disable-nls &&</userinput> +<para><screen><userinput>./configure --prefix=$LFS/usr --disable-nls &&</userinput> <userinput>make LDFLAGS=-static &&</userinput> <userinput>make install</userinput></screen></para> |