diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-05-03 10:59:46 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-05-03 10:59:46 +0000 |
commit | 673b0d84ba9591e07c0bdf0ee49d92eba10f502c (patch) | |
tree | 129e27a1450727b440da4378e0117a468eb9c25e /chapter06/man-pages.xml | |
parent | 287ea55da70ceb1f0990554b7db921d525fef816 (diff) |
* Merged newxml into HEAD
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3435 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/man-pages.xml')
-rw-r--r-- | chapter06/man-pages.xml | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/chapter06/man-pages.xml b/chapter06/man-pages.xml new file mode 100644 index 000000000..755522fa5 --- /dev/null +++ b/chapter06/man-pages.xml @@ -0,0 +1,49 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ + <!ENTITY % general-entities SYSTEM "../general.ent"> + %general-entities; +]> +<sect1 id="ch-system-man-pages" xreflabel="Man-pages"> +<title>Man-pages-&man-pages-version;</title> +<?dbhtml filename="man-pages.html"?> + +<indexterm zone="ch-system-man-pages"><primary sortas="a-Man-pages">Man-pages</primary></indexterm> + +<para>The Man-pages package contains over 1200 manual pages.</para> + +<screen>&buildtime; 0.1 SBU +&diskspace; 15 MB</screen> + +<para>For its installation Man-pages depends on: Bash, Coreutils, Make.</para> + + + +<sect2> +<title>Installation of Man-pages</title> + +<para>Install Man-pages by running:</para> + +<screen><userinput>make install</userinput></screen> + +</sect2> + + +<sect2 id="contents-manpages"><title>Contents of Man-pages</title> + +<para><emphasis>Installed files</emphasis>: various manual pages</para> + +</sect2> + + +<sect2><title>Short description</title> + +<indexterm zone="ch-system-man-pages manual-pages"><primary sortas="e-manual-pages">manual pages</primary></indexterm> +<para id="manual-pages">Examples of provided <emphasis>manual pages</emphasis> are the pages +describing all the C and C++ functions, important device files, and important +configuration files.</para> + +</sect2> + + + +</sect1> |