Estimated build time: 1 minute Estimated required disk space: 5 MB |
Before man-pages is installed, the patch file has to be unpacked. Install Man-pages by running the following commands:
patch -Np1 -i ../man-pages-1.43.patch && make install |
patch -Np1 -i ../man-pages-1.43.patch: We patch the man-pages package to include pages for ldd and ld.so.
The Man-pages package contains various manual pages that don't come with the packages.
Examples of provided manual pages are the manual pages describing all the C and C++ functions, few important /dev/ files and more.
Man-pages-1.39 needs the following to be installed:
sh from the bash package
install from the fileutils package
make from the make package
patch from the patch package