fix a few typos; adapt to current options

This commit is contained in:
marschap
2006-09-30 17:55:24 +00:00
parent be8aa83cbe
commit aa5e2ce26e
2 changed files with 6 additions and 7 deletions
+4 -4
View File
@@ -30,8 +30,8 @@ If you have autoconf and friends, run:
</screen>
<para>
This produces the configure script and supporting files. It has allready
been run if you using the tarball distribution.
This produces the configure script and supporting files. It has already
been run if you are using the tarball distribution.
</para>
<para>
@@ -106,8 +106,8 @@ and install it according to the instructions that are included
in its source distribution.
</para>
<para>
Debian users (who do not want to download the official debs via apt-get)
can of course use the debian package of epm:
Debian users (who do not want to download the official lcdproc debs via apt-get)
can of course use Debian's epm package:
</para>
<screen>
+2 -3
View File
@@ -64,15 +64,14 @@ Usage: LCDd [<options>]
-h Display this help screen
-c <config> Use a configuration file other than /etc/LCDd.conf
-d <driver> Add a driver to use (overrides drivers in config file) [curses]
-f <bool> Whether to run in the foreground
-f Run in the foreground
-a <addr> Network (IP) address to bind to [127.0.0.1]
-p <port> Network port to listen for connections on [13666]
-u <user> User to run as [nobody]
-w <waittime> Time to pause at each screen (in seconds) [32]
-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
]]>
</screen>