diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-06-19 12:04:20 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-06-19 12:04:20 +0000 |
commit | ef57e3bcf1a7fb7eda2717fc2334fe599da01888 (patch) | |
tree | 2dfab531417a3727241a1770352ef10adda89493 /chapter06/mktemp.xml | |
parent | 3042296e6f99f7795884e3bf6ca8a8a646488912 (diff) |
Amplied the Index entries for Hotplug and Linux-Libc-Headers.
Tags corrections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3811 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/mktemp.xml')
-rw-r--r-- | chapter06/mktemp.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/mktemp.xml b/chapter06/mktemp.xml index 2b3a2582b..3e2e6226c 100644 --- a/chapter06/mktemp.xml +++ b/chapter06/mktemp.xml @@ -28,7 +28,7 @@ files in shell scripts.</para> <para>Many scripts still use the deprecated <command>tempfile</command> program, which has functionality much the same as <command>mktemp</command>. -Patch mktemp to include a <command>tempfile</command> wrapper:</para> +Patch Mktemp to include a <command>tempfile</command> wrapper:</para> <screen><userinput>patch -Np1 -i ../mktemp-&mktemp-version;-add_tempfile-1.patch</userinput></screen> @@ -40,7 +40,7 @@ Patch mktemp to include a <command>tempfile</command> wrapper:</para> <variablelist> <varlistentry> -<term><userinput>--with-libc</userinput></term> +<term><parameter>--with-libc</parameter></term> <listitem><para>This causes the <command>mktemp</command> program to use the <emphasis>mkstemp</emphasis> and <emphasis>mkdtemp</emphasis> functions from the system C library.</para></listitem> @@ -53,8 +53,8 @@ functions from the system C library.</para></listitem> <para>Now install it:</para> -<screen><userinput>make install</userinput> -<userinput>make install-tempfile</userinput></screen> +<screen><userinput>make install +make install-tempfile</userinput></screen> </sect2> |