Code

Imported upstream version 1.3.7.
[pkg-rrdtool.git] / doc / rrdtool.html
index 56689e7d22e619ab2b57b23d49c6c846a32721d8..6ce597d6957ae0d0aced1937ff7f41c67c849585 100644 (file)
@@ -74,8 +74,8 @@ order to make <strong>RRDtool</strong> work it is important to note that
 saves a considerable amount of startup time when you plan to make
 <strong>RRDtool</strong> do a lot of things quickly. Check the section on <em>Remote_Control</em>
 further down. There is also a number of language bindings
-for RRDtool which allow you to use it directly from perl, python, tcl,
-php, etc.</p>
+for RRDtool which allow you to use it directly from Perl, python, Tcl,
+PHP, etc.</p>
 <dl>
 <dt><strong><a name="item_create"><strong>create</strong></a></strong></dt>
 
@@ -160,7 +160,7 @@ data available at a constant time interval. Unfortunately, you may not
 always be able to fetch data at exactly the time you want
 to. Therefore <strong>RRDtool</strong> lets you update the logfile at any time you
 want. It will automatically interpolate the value of the data-source
-(<strong>DS</strong>) at the latest official time-slot (intervall) and write this
+(<strong>DS</strong>) at the latest official time-slot (interval) and write this
 interpolated value to the log. The original value you have supplied is
 stored as well and is also taken into account when interpolating the
 next log entry.</p>
@@ -305,7 +305,7 @@ followed by timing information of the form <strong>u:</strong><em>usertime</em>
 <strong>s:</strong><em>systemtime</em>. Both values are the running totals of seconds since
 RRDtool was started. If an error occurs, a line of the form '<code>ERROR:</code>
 <em>Description of error</em>' will be printed instead. <strong>RRDtool</strong> will not abort,
-unless something realy serious happens. If
+unless something really serious happens. If
 a <strong>workdir</strong> is specified and the UID is 0, RRDtool will do a chroot to that
 workdir. If the UID is not 0, RRDtool only changes the current directory to
 <strong>workdir</strong>.</p>
@@ -325,7 +325,7 @@ server and the client system must use the same port, of course.</p>
  rrdsrv stream tcp nowait root /opt/rrd/bin/rrdtool rrdtool - /var/rrd</pre>
 <p>Don't forget to create the database directory /var/rrd and
 reinitialize your inetd.</p>
-<p>If all was setup correctly, you can access the server with perl
+<p>If all was setup correctly, you can access the server with Perl
 sockets, tools like netcat, or in a quick interactive test by using
 'telnet localhost rrdsrv'.</p>
 <p><strong>NOTE:</strong> that there is no authentication with this feature! Do not setup