source: clfs-sysroot/BOOK/final-system/common/man-pages.xml @ 12e6567

Last change on this file since 12e6567 was 12e6567, checked in by Joe Ciccone <jciccone@…>, 15 years ago

Added a sysroot wrapper.
Updated the build variables section of the book, each package uses its own.

  • Property mode set to 100644
File size: 2.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-system-man-pages" role="wrap">
9  <?dbhtml filename="man-pages.html"?>
10
11  <title>Man-pages-&man-pages-version;</title>
12
13  <indexterm zone="ch-system-man-pages">
14    <primary sortas="a-Man-pages">Man-pages</primary>
15  </indexterm>
16
17  <sect2 role="package">
18    <title/>
19
20    <para>The Man-pages package contains over 1,200 man pages.</para>
21
22  </sect2>
23
24  &env-target;
25
26  <sect2 role="installation">
27    <title>Installation of Man-pages</title>
28
29    <para os="a">Install Man-pages by running:</para>
30
31<screen os="b"><userinput>make prefix=${CLFS}/usr install</userinput></screen>
32
33  </sect2>
34
35  <sect2 id="contents-manpages" role="content">
36    <title>Contents of Man-pages</title>
37
38    <segmentedlist>
39      <segtitle>Installed files</segtitle>
40
41      <seglistitem>
42        <seg>various man pages</seg>
43      </seglistitem>
44    </segmentedlist>
45
46    <variablelist>
47      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
48      <?dbfo list-presentation="list"?>
49      <?dbhtml list-presentation="table"?>
50
51      <varlistentry id="man-pages">
52        <term><filename>man pages</filename></term>
53        <listitem>
54          <para>This package contains man pages that describe the following:
55          POSIX headers (section 0p),
56          POSIX utilities (section 1p), POSIX functions (section 3p),
57          user commands (section 1), system calls (section 2),
58          libc calls (section 3), device information (section 4),
59          file formats (section 5), games (section 6),
60          conventions and macro packages (section 7),
61          system administration (section 8), and
62          kernel (section 9).</para>
63          <indexterm zone="ch-system-man-pages man-pages">
64            <primary sortas="e-man-pages">man pages</primary>
65          </indexterm>
66        </listitem>
67      </varlistentry>
68
69    </variablelist>
70
71  </sect2>
72
73</sect1>
Note: See TracBrowser for help on using the repository browser.