diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-17 03:56:38 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-17 03:56:38 +0000 |
commit | 97871b773d8a2ca20b0a7f329604863f0b9f6c96 (patch) | |
tree | 3ac13f6c8c3114bdd855635d8bc6cde5bcbf31ae /appendixa | |
parent | 131dd6c59b6100100bdd09aaf9e3463834f65fc2 (diff) |
Procinfo conversion.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2371 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa')
-rw-r--r-- | appendixa/procinfo-dep.xml | 2 | ||||
-rw-r--r-- | appendixa/procinfo-desc.xml | 9 | ||||
-rw-r--r-- | appendixa/procinfo-shortdesc.xml | 15 | ||||
-rw-r--r-- | appendixa/procinfo.xml | 1 |
4 files changed, 22 insertions, 5 deletions
diff --git a/appendixa/procinfo-dep.xml b/appendixa/procinfo-dep.xml index 8ffb15c03..b33dc7a84 100644 --- a/appendixa/procinfo-dep.xml +++ b/appendixa/procinfo-dep.xml @@ -1,3 +1,5 @@ +<sect2><title> </title><para> </para></sect2> + <sect2> <title>Procinfo Installation Dependencies</title> diff --git a/appendixa/procinfo-desc.xml b/appendixa/procinfo-desc.xml index 187d4723c..4c3da431e 100644 --- a/appendixa/procinfo-desc.xml +++ b/appendixa/procinfo-desc.xml @@ -1,11 +1,10 @@ -<sect2><title>Contents of Procinfo</title> +<sect2><title> </title><para> </para></sect2> -<para>Last checked against version &procinfo-contversion;.</para> +<sect2><title>Descriptions</title> -<sect3><title>Program Files</title> -<para>lsdev, procinfo and socklist</para></sect3> +<para>Last checked against version &procinfo-contversion;.</para> -<sect3><title>Descriptions</title> +<sect3><title>Program file descriptions</title> <sect4><title>lsdev</title> <para>lsdev gathers information about your computer's installed hardware from diff --git a/appendixa/procinfo-shortdesc.xml b/appendixa/procinfo-shortdesc.xml new file mode 100644 index 000000000..8e897e57a --- /dev/null +++ b/appendixa/procinfo-shortdesc.xml @@ -0,0 +1,15 @@ +<sect2><title>Contents of Procinfo</title> + +<para>Last checked against version &procinfo-contversion;.</para> + +<para>The procinfo program gathers system data, such as memory +usage and IRQ numbers, from the <filename>/proc</filename> +directory and formats this data in a meaningful way.</para> + +<para>Procinfo installs the following:</para> + +<sect3><title>Program Files</title> +<para>lsdev, procinfo and socklist</para></sect3> + +</sect2> + diff --git a/appendixa/procinfo.xml b/appendixa/procinfo.xml index 7cdcc6bd4..f8ff84cca 100644 --- a/appendixa/procinfo.xml +++ b/appendixa/procinfo.xml @@ -3,6 +3,7 @@ <?dbhtml filename="procinfo.html" dir="appendixa"?> &aa-procinfo-down; +&aa-procinfo-shortdesc; &aa-procinfo-desc; &aa-procinfo-dep; |