Big cleanup: Remove trailing whitespace from files (except those imported

from external sources).
This commit is contained in:
mmdolze
2010-10-30 18:04:21 +00:00
parent 49cd060374
commit fd9b2ce713
113 changed files with 856 additions and 856 deletions
+7 -7
View File
@@ -282,7 +282,7 @@ settings for the LCDproc server <application>LCDd</application>.
</para>
<para>
This setting can be overridden on <application>LCDd</application>'s
command line with the <option>-f</option> option that forces foreground mode.
command line with the <option>-f</option> option that forces foreground mode.
</para>
</listitem>
</varlistentry>
@@ -397,10 +397,10 @@ settings for the LCDproc server <application>LCDd</application>.
while <option>-i 0</option> disables it.
<note>
<para>
Using the command line, it is not possible to set the server screen to
Using the command line, it is not possible to set the server screen to
<literal>blank</literal> mode.
</para>
</note>
</note>
</para>
</listitem>
</varlistentry>
@@ -572,7 +572,7 @@ You can configure what keys the menu should use.
it is also used to move right in input fields.
In this case the value of the input field is not confirmed,
until the right end of the input has been reached.
It is not set by default, but a natural candidate is <literal>Enter</literal>.
</para></listitem>
</varlistentry>
@@ -613,7 +613,7 @@ You can configure what keys the menu should use.
<parameter><replaceable>KEY</replaceable></parameter>
</term>
<listitem><para>
If defined, this optional key is used to
If defined, this optional key is used to
to move left in input fields and to select submenu entries.
It is not set by default, but if you have more than 4 keys,
a natural candidate is <literal>Left</literal>.
@@ -634,7 +634,7 @@ You can configure what keys the menu should use.
</variablelist>
<para>
The minimal keys required for the menu work correctly are the <command>MenuKey</command>,
The minimal keys required for the menu work correctly are the <command>MenuKey</command>,
the <command>EnterKey</command> and one of <command>UpKey</command> or
<command>DownKey</command>.
With these 3 keys the menus can be operated.
@@ -676,7 +676,7 @@ The <package>LCDproc</package> distribution contains init scripts for
<acronym>LSB</acronym> 3.1 (Linux Standard Base 3.1) conforming
GNU/Linux distributions.
In addition to those it contains init scripts for older RedHat- and Debian-based
distributions that do not adhere to LSB 3.1.
distributions that do not adhere to LSB 3.1.
You can find all of them in the <filename>scripts/</filename>
directory of the LCDproc sources.
</para>
+1 -1
View File
@@ -10,7 +10,7 @@
protocol with the host. The actual connection to host is done through
USB through a serial-to-USB converter (CP2102 USB to UART Bridge)
integrated on the board.
</para>
</para>
<sect2 id="SureElec-config">
<title>Configuration in LCDd.conf</title>
+1 -1
View File
@@ -21,7 +21,7 @@ operating power using the standard floppy drive power connector.
</para>
<para>
For more information see the
For more information see the
<ulink url="http://www.emacinc.com/bay_rad.htm">BayRAD home page</ulink>
</para>
+6 -6
View File
@@ -11,21 +11,21 @@ VFD display on the AOpen XC Cube-AV EA65 media barebone.
<para>
The AOpen XC Cube-AV is a barebone designed for using as a media center.
It comes with a front panel display which is capable of displaying one line
of 9 characters.
It comes with a front panel display which is capable of displaying one line
of 9 characters.
</para>
<para>
The display is internally connected to the serial port
(<filename>/dev/ttyS1</filename>) with a fixed rate of 9600 baud.
</para>
<para>
The display uses 13 segments per character. That's why the driver provides
The display uses 13 segments per character. That's why the driver provides
no custom characters like the ones for dot matrix displays do.
</para>
<para>
The front panel furthermore has 9 keys which are illuminated by blue LEDs.
The LEDs can be controlled with the backlight functions. The keys are not
supported by this driver. The red LED (RECORD) can be controlled with the
The front panel furthermore has 9 keys which are illuminated by blue LEDs.
The LEDs can be controlled with the backlight functions. The keys are not
supported by this driver. The red LED (RECORD) can be controlled with the
<code>output</code> command of <application>LCDd</application>.
</para>
+8 -8
View File
@@ -9,7 +9,7 @@ This section describes the Eyebox One.
<title>Eyebox One LCD Module</title>
<para>
Eyebox One is a small rackmounted server marketed by Rightvision
Eyebox One is a small rackmounted server marketed by Rightvision
(<ulink url="http://www.alcateleyebox.rightvision.com/"></ulink>).
This server has an LCD module, a keypad, two graphbars and some leds.
</para>
@@ -18,20 +18,20 @@ This section describes the Eyebox One.
connector.
</para>
<para>
I couldn't find any documentation about it.
I couldn't find any documentation about it.
All I know has been obtained with some reverse engineering.
It seems that it can run only at 19.200 baud.
Sending ASCII to the module will make it simply display that text at
its current cursor position.
Sending ASCII to the module will make it simply display that text at
its current cursor position.
The module has a built-in BIOS that recognizes commands (sent by transmitting a
single-byte "marker" signifying that a command is on the way, followed by
the single-byte command character itself along with any parameters, if needed)
allowing the programmer to clear the screen, position the cursor anywhere,
allowing the programmer to clear the screen, position the cursor anywhere,
hide/show the cursor, on/off the backlight, and so on.
</para>
<para>
This module is fast. If updating less than the whole screen, the LCD can
update faster than can be seen by the human eye. This, of course,
This module is fast. If updating less than the whole screen, the LCD can
update faster than can be seen by the human eye. This, of course,
more than meets LCDproc's needs.
</para>
@@ -102,7 +102,7 @@ This section has been modified by Cédric TESSIER (http://www.nezetic.info)
Switch on the backlight? [default: <literal>yes</literal>; legal: <literal>yes</literal>, <literal>no</literal>]
</para>
<note><para>
If you choose yes, you can switch on/off the backlight in real time
If you choose yes, you can switch on/off the backlight in real time
using the LCDproc server menu with the keypad.
</para></note>
</listitem>
+3 -3
View File
@@ -2,7 +2,7 @@
<title>The G15 Driver</title>
<para>
This section talks about using LCDproc with LCD displays on Logitech G15
This section talks about using LCDproc with LCD displays on Logitech G15
gaming keyboards.
</para>
@@ -10,10 +10,10 @@ gaming keyboards.
<title>Features</title>
<para>
This driver uses g15daemon's virtual screen capabilities to enable
This driver uses g15daemon's virtual screen capabilities to enable
multiple LCDd instances to display on the LCD of the Logitech G15
gaming keyboard. Text and other rendering services are provided by
libg15render from the g15tools project. Input is provided by g15daemon,
libg15render from the g15tools project. Input is provided by g15daemon,
enabling use of the L1-L5 and G1 keys. The required libraries are
available from the g15daemon and g15tools projects at sourceforge.net.
</para>
+1 -1
View File
@@ -2,7 +2,7 @@
<title>The MX5000 Driver</title>
<para>
This section talks about using LCDproc with LCD displays on Logitech MX5000
This section talks about using LCDproc with LCD displays on Logitech MX5000
keyboards.
</para>
+3 -3
View File
@@ -18,7 +18,7 @@ The displays are driven in text mode using their built-in character generator.
Connections below are for the G242C, G121C and G321D displays.
Always consult documentation about the specific display before asuming
the connections given here are also correct for your display !
</para>
</para>
<table id="sed1330-connections.classic-by-lcd">
<title>ConnectionType <literal>classic</literal> ordered by LCD pins</title>
@@ -634,7 +634,7 @@ use the following circuit.
<note><para>
Currently the G321D and SP14Q002 are the only ones that this driver is tested with.
</para></note>
</para></note>
</listitem>
</varlistentry>
</variablelist>
@@ -642,7 +642,7 @@ use the following circuit.
<para>
Contrary to other drivers the character size of an LCD using the sed1330
driver is not given directly.
Instead it is determined by the pixel size of the display, which is derived from
Instead it is determined by the pixel size of the display, which is derived from
the display type setting and the character cell size.
</para>
+1 -1
View File
@@ -17,7 +17,7 @@ If you have installed the Debian package with <application>apt-get</application>
</note>
<para>
If you're building this version from CVS, you'll need
If you're building this version from CVS, you'll need
<application>autoconf</application>, <application>automake</application>,
<application>aclocal</application> and <application>autoheader</application> installed.
</para>
+2 -2
View File
@@ -72,7 +72,7 @@ Usage: LCDd [<options>]
-w <waittime> Time to pause at each screen (in seconds) [4]
-s <bool> If set, reporting will be done using syslog
-r <level> Report level [2]
-i <bool> Whether to rotate the server info screen
-i <bool> Whether to rotate the server info screen
]]>
</screen>
@@ -132,7 +132,7 @@ Usage: lcdproc [<options>] [<screens> ...]
K BigClock big clock
N MiniClock minimal clock
A About credits page
Example:
lcdproc -s my.lcdproc.server.com -p 13666 C M X