diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-09-13 02:23:42 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-09-13 02:23:42 +0000 |
commit | 514f599b8b33747ee049ebb701fbda589405eddf (patch) | |
tree | 31ff7d3c55a6d51a683acaa998cf7e2bedcc3444 /chapter05 | |
parent | b06ac510ac87954c59e109b18fd0171ca04107c7 (diff) |
added a <userinput> tag around 'make install'
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2101 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/bash-inst.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter05/bash-inst.xml b/chapter05/bash-inst.xml index a12f82d9d..23488c6da 100644 --- a/chapter05/bash-inst.xml +++ b/chapter05/bash-inst.xml @@ -25,7 +25,8 @@ commands:</para> make && make install</userinput></screen></para> -<para>If the make install phase ends with something along the lines of</para> +<para>If the <userinput>make install</userinput> phase ends with something +along the lines of this:</para> <blockquote><screen>install-info: unknown option `--dir-file=/mnt/lfs/usr/info/dir' usage: install-info [--version] [--help] [--debug] [--maxwidth=nnn] |