6.7. Installing Man-pages

6.7.1. Installation of Man-pages

Install Man-pages by running the following command:


patch -Np1 -i ../man-pages-1.38.patch &&
make install

6.7.2. Command explanations

patch -Np1 -i ../man-pages-1.38.patch: We patch the man-pages package to include three important missing pages: ldd's, and ld.so's

6.7.3. Contents

The Man-pages package contains various manual pages that don't come with the packages.

6.7.4. Description

Examples of provided manual pages are the manual pages describing all the C and C++ functions, few important /dev/ files and more.