diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-07-05 21:15:27 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-07-05 21:15:27 -0500 |
commit | 3c152dcd9b0f62c878a1a56150fcbed404adb44c (patch) | |
tree | 4c077c7f12892cd4337b6318b42934f95a2705f3 /doc/kinfocenter | |
parent | 38a4b91dbd23ba7650b8e4e567f2c734c288ced6 (diff) | |
download | tdebase-3c152dcd9b0f62c878a1a56150fcbed404adb44c.tar.gz tdebase-3c152dcd9b0f62c878a1a56150fcbed404adb44c.zip |
Help handbook updates.
Diffstat (limited to 'doc/kinfocenter')
-rw-r--r-- | doc/kinfocenter/dma/index.docbook | 8 | ||||
-rw-r--r-- | doc/kinfocenter/ioports/index.docbook | 2 | ||||
-rw-r--r-- | doc/kinfocenter/opengl/index.docbook | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/doc/kinfocenter/dma/index.docbook b/doc/kinfocenter/dma/index.docbook index 75fb55c75..415666095 100644 --- a/doc/kinfocenter/dma/index.docbook +++ b/doc/kinfocenter/dma/index.docbook @@ -36,21 +36,21 @@ direct connection that allows devices to transfer data to and from memory without going through the processor. Typically, i386-architecture systems (<acronym>PC</acronym>'s) have eight <acronym>DMA</acronym> -channels (0-7). </para> +channels (0-7).</para> <note> <para> The exact information displayed is system-dependent. On some systems, <acronym>DMA</acronym> Channel information cannot be -displayed yet. </para> </note> +displayed yet.</para> </note> <para> On &Linux;, this information is read from <filename class="devicefile">/proc/dma</filename>, which is only available if the <filename class="directory">/proc</filename> pseudo-filesystem is -compiled into the kernel. </para> +compiled into the kernel.</para> <para> A list of all currently-registered (<acronym>ISA</acronym> bus) <acronym>DMA</acronym> channels that are in use is shown. The first column shows the <acronym>DMA</acronym> channel, and the second column -shows the device which uses that channel. </para> +shows the device which uses that channel.</para> <para> Unused <acronym>DMA</acronym> channels are not listed. diff --git a/doc/kinfocenter/ioports/index.docbook b/doc/kinfocenter/ioports/index.docbook index fa662feba..65bcb1f1e 100644 --- a/doc/kinfocenter/ioports/index.docbook +++ b/doc/kinfocenter/ioports/index.docbook @@ -44,7 +44,7 @@ takes place through the I/O port address of the device, which is a number. No two devices can share the same I/O port. Many devices use multiple I/O port addresses, which are expressed as a range of hexadecimal -numbers. </para> +numbers.</para> <note><para>The exact information displayed is system-dependent. On some systems, I/O port information can not yet be displayed.</para></note> diff --git a/doc/kinfocenter/opengl/index.docbook b/doc/kinfocenter/opengl/index.docbook index 62af34008..2c972034a 100644 --- a/doc/kinfocenter/opengl/index.docbook +++ b/doc/kinfocenter/opengl/index.docbook @@ -32,7 +32,7 @@ <para>This page displays information about installed <acronym>OpenGL</acronym> implementation. OpenGL (for "Open Graphics Library") is a cross-platform, -hardware independent interface for 3D graphics. </para> +hardware independent interface for 3D graphics.</para> <para><acronym>GLX</acronym> is the binding for OpenGL to X Window system.</para> |