Description: Fix a few Lintian issues, principally spelling and man page formatting.
From: Nick Leverton <nick@leverton.org>

--- a/docs/LCDd.8.in
+++ b/docs/LCDd.8.in
@@ -17,14 +17,14 @@
 [\fB\-s\fP \fIbool\fP]
 
 .SH DESCRIPTION
-\fBLCDd\fP is the server part of LCDproc, a deamon which listens to a certain port (normally 13666)
+\fBLCDd\fP is the server part of LCDproc, a daemon which listens to a certain port (normally 13666)
 and displays information on an LCD display.  It works with several types
 and sizes of displays.
 .PP
 Most settings of \fBLCDd\fP are configured through its configuration file
-\fI@SYSCONFDIR@/LCDd.conf\fP, some of them can be overriden using command line options.
+\fI@SYSCONFDIR@/LCDd.conf\fP, some of them can be overridden using command line options.
 Before running \fBLCDd\fP you should carefully
-read through that file and modify everything neccessary according to your needs.
+read through that file and modify everything necessary according to your needs.
 Otherwise you might encounter \fBLCDd\fP not running properly on your system.
 .PP
 To make full use of \fBLCDd\fP, a client such as lcdproc(1), lcdexec(1), or lcdvc
@@ -451,7 +451,7 @@
 .TP
 .B frame
 A \fIcontainer\fR to contain other widgets, permitting them to be refered to
-as a single unit.  A widget is put inside a frame by using the -in \fI#id\fR
+as a single unit.  A widget is put inside a frame by using the \-in \fI#id\fR
 parameter, where \fI#id\fR refers to the id of the frame.
 .TP
 .B num
--- a/shared/configfile.c
+++ b/shared/configfile.c
@@ -651,7 +651,7 @@
 				value_pos = 0;
 				break;
 			  default:
-			  	report(RPT_WARNING, "Assigment expected on line %d of %s: %s",
+			  	report(RPT_WARNING, "Assignment expected on line %d of %s: %s",
 						line_nr, source_descr, keyname);
 				error = 1;
 				state = ST_INVALID_ASSIGNMENT;
--- a/docs/lcdexec.1
+++ b/docs/lcdexec.1
@@ -182,33 +182,33 @@
 
 [Shutdown5min]
 DisplayName="Shutdown in 5 minutes"
-Exec="shutdown -h +5"
+Exec="shutdown \-h +5"
 Feedback=yes
 
 [Reboot5min]
 DisplayName="Reboot in 5 minutes"
-Exec="shutdown -r +5"
+Exec="shutdown \-r +5"
 Feedback=yes
 
 [CanclShutdown]
 DisplayName="Cancel shutdown/reboot"
-Exec="shutdown -c"
+Exec="shutdown \-c"
 Feedback=yes
 
 [ShutdownNow]
 DisplayName="Shutdown now"
-Exec="shutdown -h now"
+Exec="shutdown \-h now"
 
 [RebootNow]
 DisplayName="Reboot now"
-Exec="shutdown -r now"
+Exec="shutdown \-r now"
 .ft R
 .fi
 .DE
 
 .PP
 Start lcdexec with:
-lcdexec -c /usr/local/etc/lcdexec.conf
+lcdexec \-c /usr/local/etc/lcdexec.conf
 
 .PP
 This will allow you to eject the CD-ROM by opening the LCDd menu, selecting "lcdexec"
--- a/docs/lcdproc.1.in
+++ b/docs/lcdproc.1.in
@@ -20,7 +20,7 @@
 on the local machine or on a remote system.
 .PP
 Most settings of \fBlcdproc\fP are configured through its configuration file
-\fI@SYSCONFDIR@/lcdproc.conf\fP, some of them can be overriden using command line options.
+\fI@SYSCONFDIR@/lcdproc.conf\fP, some of them can be overridden using command line options.
 .PP
 Before running \fBlcdproc\fP you should carefully read through that file and modify
 the settings therein according to your needs.
--- a/server/drivers/t6963.c
+++ b/server/drivers/t6963.c
@@ -177,7 +177,7 @@
 			debug(RPT_WARNING, "T6963: working!");
         }
 
-	debug(RPT_DEBUG, "T6963:  set graphic/text home adress and area");
+	debug(RPT_DEBUG, "T6963:  set graphic/text home address and area");
 
         t6963_low_command_word(drvthis, SET_GRAPHIC_HOME_ADDRESS, ATTRIB_BASE);
         t6963_low_command_word(drvthis, SET_GRAPHIC_AREA,         p->width);
