diff --git a/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml b/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml index 29705a7e91..a814d595bc 100644 --- a/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml @@ -881,13 +881,12 @@ Script done, …</screen> <filename>/etc/make.conf</filename>, and this provides another way of setting them.</para> - <screen>&prompt.root; <userinput>make -DNOPROFILE=true <replaceable>target</replaceable></userinput></screen> + <screen>&prompt.root; <userinput>make -DNOPROFILE <replaceable>target</replaceable></userinput></screen> <para>is another way of specifying that profiled libraries should not be built, and corresponds with the</para> - <programlisting>NOPROFILE= true -# Avoid compiling profiled libraries</programlisting> + <programlisting>NOPROFILE= true # Avoid compiling profiled libraries</programlisting> <para>lines in <filename>/etc/make.conf</filename>.</para>