source: chapter06/man-pages.xml@ e23384c4

Last change on this file since e23384c4 was 673b0d8, checked in by Matthew Burgess <matthew@…>, 20 years ago
  • Merged newxml into HEAD

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3435 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 1.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 %general-entities;
5]>
6<sect1 id="ch-system-man-pages" xreflabel="Man-pages">
7<title>Man-pages-&man-pages-version;</title>
8<?dbhtml filename="man-pages.html"?>
9
10<indexterm zone="ch-system-man-pages"><primary sortas="a-Man-pages">Man-pages</primary></indexterm>
11
12<para>The Man-pages package contains over 1200 manual pages.</para>
13
14<screen>&buildtime; 0.1 SBU
15&diskspace; 15 MB</screen>
16
17<para>For its installation Man-pages depends on: Bash, Coreutils, Make.</para>
18
19
20
21<sect2>
22<title>Installation of Man-pages</title>
23
24<para>Install Man-pages by running:</para>
25
26<screen><userinput>make install</userinput></screen>
27
28</sect2>
29
30
31<sect2 id="contents-manpages"><title>Contents of Man-pages</title>
32
33<para><emphasis>Installed files</emphasis>: various manual pages</para>
34
35</sect2>
36
37
38<sect2><title>Short description</title>
39
40<indexterm zone="ch-system-man-pages manual-pages"><primary sortas="e-manual-pages">manual pages</primary></indexterm>
41<para id="manual-pages">Examples of provided <emphasis>manual pages</emphasis> are the pages
42describing all the C and C++ functions, important device files, and important
43configuration files.</para>
44
45</sect2>
46
47
48
49</sect1>
Note: See TracBrowser for help on using the repository browser.