source: chapter06/man-pages.xml@ 1fe35e1

Last change on this file since 1fe35e1 was 1fe35e1, checked in by Matthew Burgess <matthew@…>, 20 years ago
  • (chapter06/*.xml) RELAX NG validation fixes

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

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