blob: 67ce29201c3f799d050d9af74a3dea36f9d38404 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<sect2>
<title>Installation of Man-pages</title>
<para>
Install Man-pages by running the following command:
</para>
<para>
<screen>
<userinput>patch -Np1 -i ../man-pages-&man-pages-version;.patch &&</userinput>
<userinput>make install</userinput>
</screen>
</para>
</sect2>
|