clarify meaning of command line options
This commit is contained in:
+13
-3
@@ -117,26 +117,36 @@ minimal clock
|
|||||||
.B A About
|
.B A About
|
||||||
credits page
|
credits page
|
||||||
.PP
|
.PP
|
||||||
On the command line you may either use the short or the long \fImode\fP name.
|
On the command line you may either use the short or the long \fIscreen\fP name.
|
||||||
In the config file, the long names are used as section labels to configure the screens
|
In the config file, the long names are used as section labels to configure the screens
|
||||||
further.
|
further.
|
||||||
|
.PP
|
||||||
|
You may also prefix the screen names with an exclamation mark '\fB!\fP' to disable
|
||||||
|
a screen that was activated in the config file instead of activating a disabled one.
|
||||||
|
|
||||||
.SH EXAMPLES
|
.SH EXAMPLES
|
||||||
.RS
|
.RS
|
||||||
.I lcdproc C M D L
|
.I lcdproc C M D '!L'
|
||||||
.RE
|
.RE
|
||||||
|
.PP
|
||||||
With the command line specified above, \fBlcdproc\fP loads the default configuration file,
|
With the command line specified above, \fBlcdproc\fP loads the default configuration file,
|
||||||
connects to the LCDd server specified therein and then displays the following screens
|
connects to the LCDd server specified therein and then displays the following screens
|
||||||
on the LCD:
|
in addition to those activated in the configuration file on the LCD:
|
||||||
.IP *
|
.IP *
|
||||||
detailed CPU Usage
|
detailed CPU Usage
|
||||||
.IP *
|
.IP *
|
||||||
Memory & swap usage
|
Memory & swap usage
|
||||||
.IP *
|
.IP *
|
||||||
filling level of the mounted file systems
|
filling level of the mounted file systems
|
||||||
|
.PP
|
||||||
|
The
|
||||||
.IP *
|
.IP *
|
||||||
Load histogram
|
Load histogram
|
||||||
.PP
|
.PP
|
||||||
|
screen is disabled and therefore not shown in the display.
|
||||||
|
(The quotes are not part of lcdproc's command line syntax;
|
||||||
|
they are required to disable special interpretation of the question mark by the shell).
|
||||||
|
|
||||||
|
|
||||||
.SH FILES
|
.SH FILES
|
||||||
\fB@SYSCONFDIR@/lcdproc.conf\fR, lcdproc's default configuration file
|
\fB@SYSCONFDIR@/lcdproc.conf\fR, lcdproc's default configuration file
|
||||||
|
|||||||
Reference in New Issue
Block a user