summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0dc5d6d)
raw | patch | inline | side by side (parent: 0dc5d6d)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Tue, 31 May 2005 06:22:31 +0000 (06:22 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Tue, 31 May 2005 06:22:31 +0000 (06:22 +0000) |
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@605 a5681a0c-68f1-0310-ab6d-d61299d08faa
doc/rrd-beginners.pod | patch | blob | history |
diff --git a/doc/rrd-beginners.pod b/doc/rrd-beginners.pod
index 644f2f005eacb43d0268db2f20cf0a778f8e32b1..c3d0a397155a5dd7a698f81377d7fcc8bc7bb8c0 100644 (file)
--- a/doc/rrd-beginners.pod
+++ b/doc/rrd-beginners.pod
RRDtool is designed to store time series of data. With every data
update, an assosiated time stamp is stored. Time is always expressed
-in seconds passed since epoch (01-01-1971). RRDtool can be installed
+in seconds passed since epoch (01-01-1970). RRDtool can be installed
on Unix as well as Windows. It comes with a command set to carry out
various operations on RRD databases. This command set can be accessed
from the command line, as well as from Shell or Perl scripts. The