diff --git a/clients/lcdproc/main.c b/clients/lcdproc/main.c index 69cf037..de6551c 100644 --- a/clients/lcdproc/main.c +++ b/clients/lcdproc/main.c @@ -428,7 +428,7 @@ HelpScreen (int exit_state) " A About credits page\n" "\n" "Example:\n" - " lcdproc -s my.lcdproc.server.com -p 13666 C M X\n" + " lcdproc -s my.lcdproc.server.com -p 13666 C M L\n" , DEFAULT_CONFIGFILE); exit(exit_state); diff --git a/docs/LCDd.8.in b/docs/LCDd.8.in index 7072abc..e80bb07 100644 --- a/docs/LCDd.8.in +++ b/docs/LCDd.8.in @@ -433,7 +433,7 @@ which is a normal character x coordinate on the display. The special value 10 for \fIint\fP displays a colon. .SH BUGS -If LCDd seems not to work as expected try to run it with reporting level test to maximum, +If LCDd seems not to work as expected, try to run it with reporting level set to maximum, reporting to stderr and running it in the foreground. This can be achieved without changes to the config file by using the following command line: .RS