fix a few typos; adapt to current options
This commit is contained in:
@@ -30,8 +30,8 @@ If you have autoconf and friends, run:
|
|||||||
</screen>
|
</screen>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
This produces the configure script and supporting files. It has allready
|
This produces the configure script and supporting files. It has already
|
||||||
been run if you using the tarball distribution.
|
been run if you are using the tarball distribution.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
@@ -106,8 +106,8 @@ and install it according to the instructions that are included
|
|||||||
in its source distribution.
|
in its source distribution.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
Debian users (who do not want to download the official debs via apt-get)
|
Debian users (who do not want to download the official lcdproc debs via apt-get)
|
||||||
can of course use the debian package of epm:
|
can of course use Debian's epm package:
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<screen>
|
<screen>
|
||||||
|
|||||||
@@ -64,16 +64,15 @@ Usage: LCDd [<options>]
|
|||||||
-h Display this help screen
|
-h Display this help screen
|
||||||
-c <config> Use a configuration file other than /etc/LCDd.conf
|
-c <config> Use a configuration file other than /etc/LCDd.conf
|
||||||
-d <driver> Add a driver to use (overrides drivers in config file) [curses]
|
-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]
|
-a <addr> Network (IP) address to bind to [127.0.0.1]
|
||||||
-p <port> Network port to listen for connections on [13666]
|
-p <port> Network port to listen for connections on [13666]
|
||||||
-u <user> User to run as [nobody]
|
-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
|
-s <bool> If set, reporting will be done using syslog
|
||||||
-r <level> Report level [2]
|
-r <level> Report level [2]
|
||||||
-i <bool> Whether to rotate the server info screen
|
-i <bool> Whether to rotate the server info screen
|
||||||
|
|
||||||
|
|
||||||
]]>
|
]]>
|
||||||
</screen>
|
</screen>
|
||||||
</example>
|
</example>
|
||||||
|
|||||||
Reference in New Issue
Block a user