From da0b6997c4d324bf13a8b0de758e5162f0d5b131 Mon Sep 17 00:00:00 2001 From: marschap Date: Mon, 18 Sep 2006 14:48:32 +0000 Subject: [PATCH] fix typo --- clients/lcdproc/main.c | 2 +- docs/LCDd.8.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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