source: chapter08/man-pages.xml

trunk
Last change on this file was 7152faa, checked in by Pierre Labastie <pierre.labastie@…>, 3 months ago

Change all xml files to utf-8 encoding

  • Property mode set to 100644
File size: 2.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
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 <sect1info condition="script">
12 <productname>man-pages</productname>
13 <productnumber>&man-pages-version;</productnumber>
14 <address>&man-pages-url;</address>
15 </sect1info>
16
17 <title>Man-pages-&man-pages-version;</title>
18
19 <indexterm zone="ch-system-man-pages">
20 <primary sortas="a-Man-pages">Man-pages</primary>
21 </indexterm>
22
23 <sect2 role="package">
24 <title/>
25
26 <para>The Man-pages package contains over 2,400 man pages.</para>
27
28 <segmentedlist>
29 <segtitle>&buildtime;</segtitle>
30 <segtitle>&diskspace;</segtitle>
31
32 <seglistitem>
33 <seg>&man-pages-fin-sbu;</seg>
34 <seg>&man-pages-fin-du;</seg>
35 </seglistitem>
36 </segmentedlist>
37
38 </sect2>
39
40 <sect2 role="installation">
41 <title>Installation of Man-pages</title>
42
43 <para>Remove two man pages for password hashing functions.
44 <application>Libxcrypt</application> will provide a better version
45 of these man pages:</para>
46
47<screen><userinput remap="pre">rm -v man3/crypt*</userinput></screen>
48
49 <para>Install Man-pages by running:</para>
50
51<screen><userinput remap="install">make prefix=/usr install</userinput></screen>
52
53 </sect2>
54
55 <sect2 id="contents-manpages" role="content">
56 <title>Contents of Man-pages</title>
57
58 <segmentedlist>
59 <segtitle>Installed files</segtitle>
60
61 <seglistitem>
62 <seg>various man pages</seg>
63 </seglistitem>
64 </segmentedlist>
65
66 <variablelist>
67 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
68 <?dbfo list-presentation="list"?>
69 <?dbhtml list-presentation="table"?>
70
71 <varlistentry id="man-pages">
72 <term><filename>man pages</filename></term>
73 <listitem>
74 <para>Describe C programming language functions, important
75 device files, and significant configuration files</para>
76 <indexterm zone="ch-system-man-pages man-pages">
77 <primary sortas="e-man-pages">man pages</primary>
78 </indexterm>
79 </listitem>
80 </varlistentry>
81
82 </variablelist>
83
84 </sect2>
85
86</sect1>
Note: See TracBrowser for help on using the repository browser.