aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/mktemp.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/mktemp.xml')
-rw-r--r--chapter06/mktemp.xml8
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>