[Python-modules-commits] r11492 - in packages/python-whisper/trunk/debian (whisper-create.1)

statik-guest at users.alioth.debian.org statik-guest at users.alioth.debian.org
Mon Feb 1 19:13:52 UTC 2010


    Date: Monday, February 1, 2010 @ 19:13:50
  Author: statik-guest
Revision: 11492

Expand the explanation of how data points work in the man page
for create-whisper.

Modified:
  packages/python-whisper/trunk/debian/whisper-create.1

Modified: packages/python-whisper/trunk/debian/whisper-create.1
===================================================================
--- packages/python-whisper/trunk/debian/whisper-create.1	2010-02-01 17:41:23 UTC (rev 11491)
+++ packages/python-whisper/trunk/debian/whisper-create.1	2010-02-01 19:13:50 UTC (rev 11492)
@@ -8,7 +8,7 @@
 .fam T
 .fi
 .SH DESCRIPTION
-This command creates a new whisper fixed-size database.
+This command creates a new whisper fixed-size database. For each database you specify one or more pairs of numbers describing how data points should be archived in this database. The first part of the pair is the precision, the second part of the pair is how many data points should be stored. You cannot configure two archives with the same precision inside a single database. Higher precision archives must evenly divide all lower precision archives' precision.
 .PP
 The options are described below.
 .SH OPTIONS




More information about the Python-modules-commits mailing list