MidgardOS Developer Documentation

A website documenting creating the build root for MidgardOS


Section 5 - Building the Base System Tools

Navigation    
« Overview HOME IANA Etc Files »

Man Pages

Name: Man Pages
Summary: Documentation for system C APIs, important device node files, and significant configuration files
License: BSD-2-Clause/GPLv1-through-v3/MIT/Custom
Version: 6.15
URL: https://www.kernel.org/pub/linux/docs/man-pages/man-pages-6.15.tar.xz

Average Build Time: 0.1 SBU
Used Install Space: 52 MiB

Preparation

The man3/crypt* man pages are going to be provided by the libxcrypt package, so remove them:

rm -f man3/crypt*

Installation

To install Man Pages in the system, run the following command:

make -R GIT=false prefix=/usr install

Contents

Installed Files Description
Man Pages approximately 2400 man pages describing the C language functions, device node files, and configuration files
Navigation    
« Overview HOME IANA Etc Files »