diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-06-07 20:16:00 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-06-07 20:16:00 +0000 |
commit | fcc027677da55c41dcaea045f5b9ff8b088e6495 (patch) | |
tree | 42500a7858959695b971e7f28f1d0bf33185db2e /chapter06/man-pages.xml | |
parent | d53fefab5a6772fef606392a61608fc290e6a7ae (diff) |
Initial commit of alternative cross LFS
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11897 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/man-pages.xml')
-rw-r--r-- | chapter06/man-pages.xml | 80 |
1 files changed, 0 insertions, 80 deletions
diff --git a/chapter06/man-pages.xml b/chapter06/man-pages.xml deleted file mode 100644 index 3d2c52046..000000000 --- a/chapter06/man-pages.xml +++ /dev/null @@ -1,80 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" - "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ - <!ENTITY % general-entities SYSTEM "../general.ent"> - %general-entities; -]> - -<sect1 id="ch-system-man-pages" role="wrap"> - <?dbhtml filename="man-pages.html"?> - - <sect1info condition="script"> - <productname>man-pages</productname> - <productnumber>&man-pages-version;</productnumber> - <address>&man-pages-url;</address> - </sect1info> - - <title>Man-pages-&man-pages-version;</title> - - <indexterm zone="ch-system-man-pages"> - <primary sortas="a-Man-pages">Man-pages</primary> - </indexterm> - - <sect2 role="package"> - <title/> - - <para>The Man-pages package contains over 2,200 man pages.</para> - - <segmentedlist> - <segtitle>&buildtime;</segtitle> - <segtitle>&diskspace;</segtitle> - - <seglistitem> - <seg>&man-pages-ch6-sbu;</seg> - <seg>&man-pages-ch6-du;</seg> - </seglistitem> - </segmentedlist> - - </sect2> - - <sect2 role="installation"> - <title>Installation of Man-pages</title> - - <para>Install Man-pages by running:</para> - -<screen><userinput remap="install">make install</userinput></screen> - - </sect2> - - <sect2 id="contents-manpages" role="content"> - <title>Contents of Man-pages</title> - - <segmentedlist> - <segtitle>Installed files</segtitle> - - <seglistitem> - <seg>various man pages</seg> - </seglistitem> - </segmentedlist> - - <variablelist> - <bridgehead renderas="sect3">Short Descriptions</bridgehead> - <?dbfo list-presentation="list"?> - <?dbhtml list-presentation="table"?> - - <varlistentry id="man-pages"> - <term><filename>man pages</filename></term> - <listitem> - <para>Describe C programming language functions, important - device files, and significant configuration files</para> - <indexterm zone="ch-system-man-pages man-pages"> - <primary sortas="e-man-pages">man pages</primary> - </indexterm> - </listitem> - </varlistentry> - - </variablelist> - - </sect2> - -</sect1> |