aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/man-inst.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/man-inst.sgml')
-rw-r--r--chapter06/man-inst.sgml22
1 files changed, 22 insertions, 0 deletions
diff --git a/chapter06/man-inst.sgml b/chapter06/man-inst.sgml
new file mode 100644
index 000000000..f2f3b3b63
--- /dev/null
+++ b/chapter06/man-inst.sgml
@@ -0,0 +1,22 @@
+<sect2>
+<title>Installation of Man</title>
+
+<para>
+Install Man by running the following commands:
+</para>
+
+<blockquote><literallayout>
+
+ <userinput>./configure -default &amp;&amp;</userinput>
+ <userinput>make &amp;&amp;</userinput>
+ <userinput>make install &amp;&amp;</userinput>
+ <userinput>sed s/AWK=/"AWK=\/usr\/bin\/mawk"/ /usr/sbin/makewhatis
+ &gt; makewhatis-new &amp;&amp;</userinput>
+ <userinput>mv makewhatis-new /usr/sbin/makewhatis &amp;&amp;
+ </userinput>
+ <userinput>chmod 755 /usr/sbin/makewhatis</userinput>
+
+</literallayout></blockquote>
+
+</sect2>
+