aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/procinfo.xml
diff options
context:
space:
mode:
authorZack Winkles <winkie@linuxfromscratch.org>2004-05-03 21:28:58 +0000
committerZack Winkles <winkie@linuxfromscratch.org>2004-05-03 21:28:58 +0000
commit9dfc02ff38f26117daffe7d8b822ebb64a3fed04 (patch)
treec3ea0521973ac75238f6ab5f674d5b4fc4032df8 /chapter06/procinfo.xml
parent411ceb86b8150183a447f89b4789395bf16fddf0 (diff)
Current BE-LFS (but w/ GCC 3.3.3) merged -> 6.0 branch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3445 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/procinfo.xml')
-rw-r--r--chapter06/procinfo.xml68
1 files changed, 0 insertions, 68 deletions
diff --git a/chapter06/procinfo.xml b/chapter06/procinfo.xml
deleted file mode 100644
index 41249115b..000000000
--- a/chapter06/procinfo.xml
+++ /dev/null
@@ -1,68 +0,0 @@
-<?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>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; 0.1 SBU
-&diskspace; 0.2 MB</screen>
-
-<para>Procinfo installation depends on: Binutils, GCC, Glibc, Make, Ncurses.</para>
-
-
-
-<sect2>
-<title>Installation of Procinfo</title>
-
-<para>Compile Procinfo:</para>
-
-<screen><userinput>make LDLIBS=-lncurses</userinput></screen>
-
-<para>The meaning of the make parameter:</para>
-<itemizedlist>
-<listitem><para><userinput>LDLIBS=-lncurses</userinput>: This tells Procinfo
-to use the <filename>libncurses</filename> library instead of the
-long-obsolete <filename>libtermcap</filename>.</para></listitem>
-</itemizedlist>
-
-<para>Install the package:</para>
-
-<screen><userinput>make install</userinput></screen>
-
-</sect2>
-
-
-<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>