diff options
author | Archaic <archaic@linuxfromscratch.org> | 2006-05-01 17:00:41 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2006-05-01 17:00:41 +0000 |
commit | efa4a64d4297eb1bee0e993ee7b05bdfa8fc0c75 (patch) | |
tree | 843473709adaa20dceee497cbb8c96c5cc5c3b13 /chapter06/module-init-tools.xml | |
parent | 3c19a9a31400ee21cd253f01f8ad36dc54e936bf (diff) |
Wrapped mention of "make install" inside command tags.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7573 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/module-init-tools.xml')
-rw-r--r-- | chapter06/module-init-tools.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/module-init-tools.xml b/chapter06/module-init-tools.xml index 0c2be1881..e5970be82 100644 --- a/chapter06/module-init-tools.xml +++ b/chapter06/module-init-tools.xml @@ -60,10 +60,10 @@ make distclean</userinput></screen> <varlistentry> <term><parameter>INSTALL=install</parameter></term> <listitem> - <para>Normally, make install will not install the binaries if they - already exist. This option overrides that behavior by calling - <command>install</command> instead of using the default wrapper - script.</para> + <para>Normally, <command>make install</command> will not install the + binaries if they already exist. This option overrides that behavior by + calling <command>install</command> instead of using the default + wrapper script.</para> </listitem> </varlistentry> </variablelist> |