source: chapter06/man-pages.xml@ c5538b3

Last change on this file since c5538b3 was a8f36125, checked in by Matthew Burgess <matthew@…>, 20 years ago
  • (all) Removed all references to the DocBook DTD
  • (docbook.rng) Added the DocBook "Gin" schema
  • (Makefile) Updated with new validation command
  • (prologue/*) Validation fixes

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

  • Property mode set to 100644
File size: 1.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 [
3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 %general-entities;
5]>
6<sect1 id="ch-system-man-pages" xreflabel="Man-pages" role="wrap">
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<sect2 role="package"><title/>
13<para>The Man-pages package contains over 1200 manual pages.</para>
14
15<segmentedlist>
16<segtitle>&buildtime;</segtitle>
17<segtitle>&diskspace;</segtitle>
18<seglistitem><seg>0.1 SBU</seg><seg>15 MB</seg></seglistitem>
19</segmentedlist>
20
21<segmentedlist>
22<segtitle>For its installation Man-pages depends on</segtitle>
23<seglistitem><seg>Bash, Coreutils, Make</seg></seglistitem>
24</segmentedlist>
25</sect2>
26
27<sect2 role="installation">
28<title>Installation of Man-pages</title>
29
30<para>Install Man-pages by running:</para>
31
32<screen><userinput>make install</userinput></screen>
33
34</sect2>
35
36
37<sect2 id="contents-manpages" role="content"><title>Contents of Man-pages</title>
38
39<segmentedlist>
40<segtitle>Installed files</segtitle>
41<seglistitem><seg>various manual pages</seg></seglistitem>
42</segmentedlist>
43
44<variablelist><title>Short descriptions</title>
45
46<varlistentry id="manual-pages">
47<term><emphasis>manual pages</emphasis></term>
48<listitem>
49<indexterm zone="ch-system-man-pages manual-pages"><primary sortas="e-manual-pages">manual pages</primary></indexterm>
50<para>Examples of provided manual pages are the pages describing all the C and
51C++ functions, important device files, and important configuration files.</para>
52</listitem>
53</varlistentry>
54</variablelist>
55
56</sect2>
57
58</sect1>
Note: See TracBrowser for help on using the repository browser.