source: general/genutils/mandoc.xml@ 7a91c80

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 7a91c80 was 7a91c80, checked in by Xi Ruoyao <xry111@…>, 2 years ago

package updates for UEFI

  • Update to efivar-38.
  • Update to unifont-14.0.01.
  • Add mandoc-1.14.6.
  • Fix efibootmgr build.
  • Property mode set to 100644
File size: 3.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
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 <!ENTITY mandoc-download-http "https://mandoc.bsd.lv/snapshots/mandoc-&mandoc-version;.tar.gz">
8 <!ENTITY mandoc-download-ftp " ">
9 <!ENTITY mandoc-md5sum "f0adf24e8fdef5f3e332191f653e422a">
10 <!ENTITY mandoc-size "684 KB">
11 <!ENTITY mandoc-buildsize "22 MB (with tests)">
12 <!ENTITY mandoc-time "less than 0.1 SBU (with tests)">
13]>
14
15<sect1 id="mandoc" xreflabel="mandoc-&mandoc-version;">
16 <?dbhtml filename="mandoc.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>mandoc-&mandoc-version;</title>
23
24 <indexterm zone="mandoc">
25 <primary sortas="a-mandoc">mandoc</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to mandoc</title>
30
31 <para>
32 mandoc is an utility to format manual pages.
33 </para>
34
35 &lfs110a_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&mandoc-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&mandoc-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &mandoc-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &mandoc-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &mandoc-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &mandoc-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70 </sect2>
71
72 <sect2 role="installation">
73 <title>Installation of mandoc</title>
74
75 <para>
76 Many utilities provided by <application>mandoc</application> conflicts
77 with <application>Man-DB</application> in LFS. Only build the
78 <command>mandoc</command> command:
79 </para>
80
81<screen><userinput>./configure &amp;&amp;
82make mandoc</userinput></screen>
83
84 <para>
85 To test the package, issue: <command>make regress</command>.
86 </para>
87
88 <para>
89 Now, as the <systemitem class="username">root</systemitem> user:
90 </para>
91
92<screen role="root"><userinput>install -vm755 mandoc /usr/bin &amp;&amp;
93install -vm644 mandoc.1 /usr/share/man/man1</userinput></screen>
94
95 </sect2>
96
97 <sect2 role="content">
98 <title>Contents</title>
99
100 <segmentedlist>
101 <segtitle>Installed Programs</segtitle>
102
103 <seglistitem>
104 <seg>
105 mandoc
106 </seg>
107 </seglistitem>
108 </segmentedlist>
109
110 <variablelist>
111 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
112 <?dbfo list-presentation="list"?>
113 <?dbhtml list-presentation="table"?>
114
115 <varlistentry id="mandoc-prog">
116 <term><command>mandoc</command></term>
117 <listitem>
118 <para>
119 Formats manual pages
120 </para>
121 <indexterm zone="mandoc mandoc-prog">
122 <primary sortas="b-mandoc-prog">mandoc</primary>
123 </indexterm>
124 </listitem>
125 </varlistentry>
126
127 </variablelist>
128
129 </sect2>
130
131</sect1>
Note: See TracBrowser for help on using the repository browser.