diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2002-02-06 23:15:46 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2002-02-06 23:15:46 +0000 |
commit | bdc08c1c6419be50edb433c4425481bdabf8a5ea (patch) | |
tree | b93620a39c60088e399ecfd4cfb667a62ea0ec21 /appendixa/procinfo-desc.xml | |
parent | 76c0b783eeb766c0dec8e66dab2e6c275ba0786d (diff) |
[Bug 190] reorganise and sync descriptions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1549 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/procinfo-desc.xml')
-rw-r--r-- | appendixa/procinfo-desc.xml | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/appendixa/procinfo-desc.xml b/appendixa/procinfo-desc.xml index a22d5dcfb..370d24a29 100644 --- a/appendixa/procinfo-desc.xml +++ b/appendixa/procinfo-desc.xml @@ -1,14 +1,27 @@ -<sect2> -<title>Contents</title> +<sect2><title>Contents of procinfo-&procinfo-contversion;</title> -<para>The Procinfo package contains the procinfo program.</para> +<sect3><title>Program Files</title> +<para>lsdev, procinfo and socklist</para></sect3> -</sect2> +<sect3><title>Descriptions</title> -<sect2><title>Description</title> +<sect4><title>lsdev</title> +<para>lsdev gathers information about your computer's installed hardware from +the interrupts, ioports and dma files in the /proc directory, thus giving +you a quick overview of which hardware uses what I/O addresses and what +IRQ and DMA channels.</para></sect4> +<sect4><title>procinfo</title> <para>procinfo gathers some system data from the /proc directory -and prints it nicely formatted on the standard output device.</para> +and prints it nicely formatted on the standard output +device.</para></sect4> + +<sect4><title>socklist</title> +<para>is a Perl script that gives you a list of all open sockets, enumerating +types, port, inode, uid, pid, fd and the program to which it +belongs.</para></sect4> + +</sect3> </sect2> |