Spell checking fixes for man pages (by N. Leverton, D. Dumont, any myself).
This commit is contained in:
+5
-5
@@ -1,4 +1,4 @@
|
|||||||
.TH LCDd 8 "14 May 2009" LCDproc "LCDproc suite"
|
.TH LCDd 8 "24 March 2011" LCDproc "LCDproc suite"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
LCDd - LCDproc server daemon
|
LCDd - LCDproc server daemon
|
||||||
@@ -17,14 +17,14 @@ LCDd - LCDproc server daemon
|
|||||||
[\fB\-s\fP \fIbool\fP]
|
[\fB\-s\fP \fIbool\fP]
|
||||||
|
|
||||||
.SH DESCRIPTION
|
.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 displays information on an LCD display. It works with several types
|
||||||
and sizes of displays.
|
and sizes of displays.
|
||||||
.PP
|
.PP
|
||||||
Most settings of \fBLCDd\fP are configured through its configuration file
|
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
|
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.
|
Otherwise you might encounter \fBLCDd\fP not running properly on your system.
|
||||||
.PP
|
.PP
|
||||||
To make full use of \fBLCDd\fP, a client such as lcdproc(1), lcdexec(1), or lcdvc
|
To make full use of \fBLCDd\fP, a client such as lcdproc(1), lcdexec(1), or lcdvc
|
||||||
@@ -451,7 +451,7 @@ A scrolling text display, scrolling either horizontally or vertically.
|
|||||||
.TP
|
.TP
|
||||||
.B frame
|
.B frame
|
||||||
A \fIcontainer\fR to contain other widgets, permitting them to be refered to
|
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.
|
parameter, where \fI#id\fR refers to the id of the frame.
|
||||||
.TP
|
.TP
|
||||||
.B num
|
.B num
|
||||||
|
|||||||
+8
-8
@@ -1,4 +1,4 @@
|
|||||||
.TH lcdexec 1 "30 May 2009" LCDproc "LCDproc suite"
|
.TH lcdexec 1 "24 March 2011" LCDproc "LCDproc suite"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
lcdexec - LCDproc client to execute commands from the LCDd menu
|
lcdexec - LCDproc client to execute commands from the LCDd menu
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@@ -102,7 +102,7 @@ The \fB[MainMenu]\fP section and the sections it refers to define the menu hiera
|
|||||||
to be displayed.
|
to be displayed.
|
||||||
Each menu and each menu entry in the menu hierarchy is defined as its own section.
|
Each menu and each menu entry in the menu hierarchy is defined as its own section.
|
||||||
Whether a given section is a sub-menu or a command entry is defined by the
|
Whether a given section is a sub-menu or a command entry is defined by the
|
||||||
option keys occuring in the section.
|
option keys occurring in the section.
|
||||||
.PP
|
.PP
|
||||||
Menu / menu entry sections may contain the following options:
|
Menu / menu entry sections may contain the following options:
|
||||||
.TP 8
|
.TP 8
|
||||||
@@ -182,33 +182,33 @@ Entry=RebootNow
|
|||||||
|
|
||||||
[Shutdown5min]
|
[Shutdown5min]
|
||||||
DisplayName="Shutdown in 5 minutes"
|
DisplayName="Shutdown in 5 minutes"
|
||||||
Exec="shutdown -h +5"
|
Exec="shutdown \-h +5"
|
||||||
Feedback=yes
|
Feedback=yes
|
||||||
|
|
||||||
[Reboot5min]
|
[Reboot5min]
|
||||||
DisplayName="Reboot in 5 minutes"
|
DisplayName="Reboot in 5 minutes"
|
||||||
Exec="shutdown -r +5"
|
Exec="shutdown \-r +5"
|
||||||
Feedback=yes
|
Feedback=yes
|
||||||
|
|
||||||
[CanclShutdown]
|
[CanclShutdown]
|
||||||
DisplayName="Cancel shutdown/reboot"
|
DisplayName="Cancel shutdown/reboot"
|
||||||
Exec="shutdown -c"
|
Exec="shutdown \-c"
|
||||||
Feedback=yes
|
Feedback=yes
|
||||||
|
|
||||||
[ShutdownNow]
|
[ShutdownNow]
|
||||||
DisplayName="Shutdown now"
|
DisplayName="Shutdown now"
|
||||||
Exec="shutdown -h now"
|
Exec="shutdown \-h now"
|
||||||
|
|
||||||
[RebootNow]
|
[RebootNow]
|
||||||
DisplayName="Reboot now"
|
DisplayName="Reboot now"
|
||||||
Exec="shutdown -r now"
|
Exec="shutdown \-r now"
|
||||||
.ft R
|
.ft R
|
||||||
.fi
|
.fi
|
||||||
.DE
|
.DE
|
||||||
|
|
||||||
.PP
|
.PP
|
||||||
Start lcdexec with:
|
Start lcdexec with:
|
||||||
lcdexec -c /usr/local/etc/lcdexec.conf
|
lcdexec \-c /usr/local/etc/lcdexec.conf
|
||||||
|
|
||||||
.PP
|
.PP
|
||||||
This will allow you to eject the CD-ROM by opening the LCDd menu, selecting "lcdexec"
|
This will allow you to eject the CD-ROM by opening the LCDd menu, selecting "lcdexec"
|
||||||
|
|||||||
+2
-2
@@ -1,4 +1,4 @@
|
|||||||
.TH lcdproc 1 "22 November 2008" LCDproc "LCDproc suite"
|
.TH lcdproc 1 "24 March 2011" LCDproc "LCDproc suite"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
lcdproc - system status information client
|
lcdproc - system status information client
|
||||||
@@ -20,7 +20,7 @@ Due to the client-server architecture it does not matter whether the LCDd daemon
|
|||||||
on the local machine or on a remote system.
|
on the local machine or on a remote system.
|
||||||
.PP
|
.PP
|
||||||
Most settings of \fBlcdproc\fP are configured through its configuration file
|
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
|
.PP
|
||||||
Before running \fBlcdproc\fP you should carefully read through that file and modify
|
Before running \fBlcdproc\fP you should carefully read through that file and modify
|
||||||
the settings therein according to your needs.
|
the settings therein according to your needs.
|
||||||
|
|||||||
+1
-1
@@ -19,7 +19,7 @@ This program shows content from a system console on a LCD controlled by
|
|||||||
\fBLCDd\fR. As the console is usually larger than a LCD, the area shown on
|
\fBLCDd\fR. As the console is usually larger than a LCD, the area shown on
|
||||||
the LCD screen can be scrolled using keys attached to the display.
|
the LCD screen can be scrolled using keys attached to the display.
|
||||||
.LP
|
.LP
|
||||||
Additionally it features an autoscroll feature, which is on by default and can
|
Additionally it has an autoscroll feature, which is on by default and can
|
||||||
only be disabled by using \fBlcdvc\fR's menu.
|
only be disabled by using \fBlcdvc\fR's menu.
|
||||||
.LP
|
.LP
|
||||||
By default it uses \fI/dev/vcs\fR and \fI/dev/vcsa\fR devices as the
|
By default it uses \fI/dev/vcs\fR and \fI/dev/vcsa\fR devices as the
|
||||||
|
|||||||
Reference in New Issue
Block a user