diff --git a/docs/lcdproc-user/running.docbook b/docs/lcdproc-user/running.docbook
index f16d9fe..43386a7 100644
--- a/docs/lcdproc-user/running.docbook
+++ b/docs/lcdproc-user/running.docbook
@@ -27,7 +27,8 @@ There are several reasons for running LCDd from the command line
If you run LCDd as a "normal" user, it will not change to the user
specified in the config file.
-For parallel port devices you will need root privileges anyway ;)
+For some devices, mostly parallel port devices but also some USB devices,
+you will need root privileges anyway ;)
@@ -53,29 +54,25 @@ command line options, including a list of the compiled in drivers.
LCDd -h ] [ -d ] [ -a ] \
- [ -p ] [ -u ] [ -w
@@ -105,17 +102,34 @@ command line options.
lcdproc -h ] [ ...]
+ where are
+ -s connect to LCDd daemon on
+ -p connect to LCDd daemon using
+ -f run in foreground
+ -e slow down initial announcement of modes (in 1/100s)
+ -c use a configuration file other than /etc/lcdproc.conf
+ -h show this help screen
+ -v display program version
+ and are
+ C CPU detailed CPU usage
+ P SMP-CPU CPU usage overview (one line per CPU)
+ G CPUGraph CPU usage histogram
+ L Load load histogram
+ M Memory memory & swap usage
+ S ProcSize biggest processes size
+ D Disk disk usage
+ I Iface network interface usage
+ B Battery battery status
+ T TimeDate time & date information
+ O OldTime old time screen
+ U Uptime uptime screen
+ K BigClock big clock
+ N MiniClock minimal clock
+ A About credits page
+
Example:
- lcdproc -s my.lcdproc.server.com C M X -p 13666
+ lcdproc -s my.lcdproc.server.com -p 13666 C M X
]]>
diff --git a/docs/lcdproc.1 b/docs/lcdproc.1
index 4557f00..84a3744 100644
--- a/docs/lcdproc.1
+++ b/docs/lcdproc.1
@@ -33,6 +33,7 @@ Show help screen.
.B \-v
Print the version of the program and exit.
.TP 8
+
.B \fImode\fP
is one of the following:
.TP 16
@@ -57,6 +58,9 @@ show memory usage of 5 biggest processes
.B D Disk
disk usage
.TP 16
+.B I Iface
+show network interface usage
+.TP 16
.B B Battery
battery status
.TP 16
@@ -95,9 +99,9 @@ connects to the LCDproc server running on the default port 13666 on the local ma
.RE
.PP
-
.SH SEE ALSO
.Xr LCDd 8
+
.SH AUTHOR
LCDproc was originally written by William Ferrell (wwf@splatwerks.org) and Scott Scriven (scriven@cs.colostate.edu).