|
@@ -40,13 +40,13 @@ width instead of being limited to 80 characters:</para>
|
|
switch to the <emphasis>PAGER</emphasis> variable so that escape sequences are
|
|
switch to the <emphasis>PAGER</emphasis> variable so that escape sequences are
|
|
properly handled by Less:</para>
|
|
properly handled by Less:</para>
|
|
|
|
|
|
-<screen><userinput>sed -i 's/-is/&R/' configure</userinput></screen>
|
|
|
|
|
|
+<screen><userinput>sed -i 's@-is@&R@g' configure</userinput></screen>
|
|
|
|
|
|
<para>The third is also a sed substitution to comment out the <quote>MANPATH
|
|
<para>The third is also a sed substitution to comment out the <quote>MANPATH
|
|
/usr/man</quote> line in the <filename>man.conf</filename> file to prevent
|
|
/usr/man</quote> line in the <filename>man.conf</filename> file to prevent
|
|
redundant results when using programs such as <command>whatis</command>:</para>
|
|
redundant results when using programs such as <command>whatis</command>:</para>
|
|
|
|
|
|
-<screen><userinput>sed -i 's%MANPATH./usr/man%#&%' src/man.conf.in</userinput></screen>
|
|
|
|
|
|
+<screen><userinput>sed -i 's@MANPATH./usr/man@#&@g' src/man.conf.in</userinput></screen>
|
|
|
|
|
|
<para>Now prepare Man for compilation:</para>
|
|
<para>Now prepare Man for compilation:</para>
|
|
|
|
|