source: BOOK/final-system/common/man-pages.xml @ 24b004c

clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 24b004c was 24b004c, checked in by Chris Staub <chris@…>, 10 years ago

Remove end-of-line spaces

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