.TP
.BI "--create"
-Create database for selected interface.
+Create database for interface specified with
+.B -i
+or
+.B --iface
+option.
.TP
.BI "-d, --days"
-Show traffic for days.
+Show traffic statistics on a daily basis for the last 30 days.
.TP
.BI "--dbdir " directory
.TP
.BI "--delete"
-Delete the database for the selected interface and stop monitoring it.
+Delete the database for the interface specified with
+.B -i
+or
+.B --iface
+and stop monitoring it.
.TP
.BI "--enable, --disable"
.BI "--exportdb"
Instead of showing the database with a formated output, this output will
dump the whole database in a format that should be easy to parse with most
-script languages. Use this for example with PHP, Perl or Python to make a
+script languages or imported back using the
+.B --importdb
+option. Use this for example with PHP, Perl or Python to make a
custom webpage. The dump uses ; as field delimeter.
.TS
l l.
.TP
.BI "-h, --hours"
-Show traffic for the last 24 hours.
+Show traffic statistics on a hourly basis for the last 24 hours.
.TP
.BI "--importdb " file
.TP
.BI "-m, --months"
-Show traffic for months.
+Show traffic statistics on a monthly basis for the last 12 months.
.TP
.BI "--nick " nickname
.I nickname
as an alias the will be displayed in queries. Usage of
.B -u
-is required to save the change.
+is required to save the change and the daemon may not be running during
+the set operation.
.TP
.BI "--oneline"
Reset the internal counters in the database for the selected
interface. Use this if the interface goes down and back up,
otherwise that interface will get some extra traffic to its database.
+Not needed when the daemon is used.
.TP
.BI "--rebuildtotal"
Synchronize internal counters in the database with interface
counters for the selected interface. Use this if the system is
rebooted but interface counters aren't reseted. Such can occur
-when suspend to ram/disk is used.
+when suspend to ram/disk is used. Not needed when the daemon is used.
.TP
.BI "--testkernel"
.I time
seconds. The
.I time
-will be 5 seconds if a number parameter isn't included.
+will be 5 seconds if a number parameter isn't specified.
.TP
.BI "-u, --update"
Update all enabled databases or only the one specified with
.B -i
-parameter.
+parameter. Not supported when the daemon is running.
.TP
.BI "-v, --version"
.TP
.BI "vnstat"
-Display traffic summary for the default interface.
+Display traffic summary for the default interface or multiple interfaces
+when more than one is monitored.
.TP
.BI "vnstat -i eth0+eth1+eth3"
all use the same configuration file for storing configuration data.
Some of the settings are common for all three programs. The file
contains keyword-argument pairs, one per line. Lines starting with
-'#' and empty lines are interpreted as comments and not processed.
+\'#\' and empty lines are interpreted as comments and not processed.
Arguments may optionally be enclosed in double quotes (") in order
to represent arguments containing spaces. Arguments can be padded
with spaces or tabulator characters. A hardcoded default value
.BI LogFile
directory will be created only when
.BI UseLogging
-has been set to 1. The daemon process will try to create the directory using
-permissions of the user used to start the process.
+has been set to 1. The
+.BI PidFile
+directory will be created only if the daemon is started as a background process.
+The daemon process will try to create the directory using permissions of the
+user used to start the process.
.TP
.BI DaemonGroup
The purpose of
.B vnstatd
-is to provide a more flexible way for updating
+is to provide a more flexible and robust way for updating
.BR vnstat (1)
databases than what using cron for updating can provide. The daemon makes
possible updating databases more often but at the same time causes
.PP
The default values of
.BR UpdateInterval
-20,
+30,
.BR SaveInterval
5 and
.BR PollInterval
-2 are usually suitable for most systems and provide a similar behaviour
+5 are usually suitable for most systems and provide a similar behaviour
as cron based updating does but with a better resolution for interface
changes and fast interfaces.
.TP
.BI "-d, --days"
-Output traffic for days.
+Output traffic statistics on a daily basis for the last 30 days.
.TP
.BI "--dbdir " directory
.TP
.BI "-h, --hours"
-Output traffic for the last 24 hours.
+Output traffic statistics on a hourly basis for the last 24 hours.
.TP
.BI "-hs, --hsummary"
.TP
.BI "-m, --months"
-Output traffic for months.
+Output traffic statistics on a monthly basis for the last 12 months.
.TP
.BI "-ne, --noedge"
.TP
.BI "-s, --summary"
-Output traffic summary.
+Output traffic statistics summary.
.TP
.BI "-t, --top10"
-Output all time top10 traffic days.
+Output all time top 10 traffic days.
.TP
.BI "--transparent"