aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/procinfo.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2004-05-03 10:59:46 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2004-05-03 10:59:46 +0000
commit673b0d84ba9591e07c0bdf0ee49d92eba10f502c (patch)
tree129e27a1450727b440da4378e0117a468eb9c25e /chapter06/procinfo.xml
parent287ea55da70ceb1f0990554b7db921d525fef816 (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/procinfo.xml')
-rw-r--r--chapter06/procinfo.xml51
1 files changed, 40 insertions, 11 deletions
diff --git a/chapter06/procinfo.xml b/chapter06/procinfo.xml
index f8d59a2e0..41249115b 100644
--- a/chapter06/procinfo.xml
+++ b/chapter06/procinfo.xml
@@ -1,16 +1,22 @@
+<?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-procinfo" xreflabel="Procinfo">
-<title>Installing Procinfo-&procinfo-version;</title>
-<?dbhtml filename="procinfo.html" dir="chapter06"?>
+<title>Procinfo-&procinfo-version;</title>
+<?dbhtml filename="procinfo.html"?>
+
+<indexterm zone="ch-system-procinfo"><primary sortas="a-Procinfo">Procinfo</primary></indexterm>
<para>The Procinfo package contains programs for displaying system information.</para>
-<screen>&buildtime; &procinfo-time;
-&diskspace; &procinfo-compsize;</screen>
+<screen>&buildtime; 0.1 SBU
+&diskspace; 0.2 MB</screen>
+
+<para>Procinfo installation depends on: Binutils, GCC, Glibc, Make, Ncurses.</para>
-&aa-procinfo-down;
-&aa-procinfo-dep;
-<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2>
<title>Installation of Procinfo</title>
@@ -26,14 +32,37 @@ to use the <filename>libncurses</filename> library instead of the
long-obsolete <filename>libtermcap</filename>.</para></listitem>
</itemizedlist>
-<para>And install the package:</para>
+<para>Install the package:</para>
<screen><userinput>make install</userinput></screen>
</sect2>
-&aa-procinfo-shortdesc;
-&aa-procinfo-desc;
-</sect1>
+<sect2 id="contents-procinfo"><title>Contents of Procinfo</title>
+
+<para><emphasis>Installed programs</emphasis>: lsdev, procinfo and
+socklist</para>
+
+</sect2>
+
+
+<sect2><title>Short descriptions</title>
+<indexterm zone="ch-system-procinfo lsdev"><primary sortas="b-lsdev">lsdev</primary></indexterm>
+<para id="lsdev"><command>lsdev</command> lists the devices present in your system,
+and which IRQs (Interrupt ReQuest) and IO ports they use.</para>
+
+<indexterm zone="ch-system-procinfo procinfo"><primary sortas="b-procinfo">procinfo</primary></indexterm>
+<para id="procinfo"><command>procinfo</command> displays an overview of some of the information
+present in the virtual proc file system.</para>
+
+<indexterm zone="ch-system-procinfo socklist"><primary sortas="b-socklist">socklist</primary></indexterm>
+<para id="socklist"><command>socklist</command> lists the open sockets, reporting their
+type, port number, and other specifics.</para>
+
+</sect2>
+
+
+
+</sect1>