Code

Imported upstream version 1.3.7.
[pkg-rrdtool.git] / doc / rrdtool.1
index 5105ae7225a7c993b684e921cac90e2e7b140777..634b4a1eec9d60d466a151231c673d71440a424c 100644 (file)
 .\" ========================================================================
 .\"
 .IX Title "RRDTOOL 1"
-.TH RRDTOOL 1 "2008-09-06" "1.3.5" "rrdtool"
+.TH RRDTOOL 1 "2008-12-22" "1.3.7" "rrdtool"
 .SH "NAME"
 rrdtool \- Round Robin Database Tool
 .SH "SYNOPSIS"
@@ -164,8 +164,8 @@ order to make \fBRRDtool\fR work it is important to note that
 saves a considerable amount of startup time when you plan to make
 \&\fBRRDtool\fR do a lot of things quickly. Check the section on Remote_Control
 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.
+for RRDtool which allow you to use it directly from Perl, python, Tcl,
+\&\s-1PHP\s0, etc.
 .IP "\fBcreate\fR" 8
 .IX Item "create"
 Set up a new Round Robin Database (\s-1RRD\s0). Check rrdcreate.
@@ -219,7 +219,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 \fBRRDtool\fR lets you update the logfile at any time you
 want. It will automatically interpolate the value of the data-source
-(\fB\s-1DS\s0\fR) at the latest official time-slot (intervall) and write this
+(\fB\s-1DS\s0\fR) 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.
@@ -363,7 +363,7 @@ followed by timing information of the form \fBu:\fR\fIusertime\fR
 \&\fBs:\fR\fIsystemtime\fR. Both values are the running totals of seconds since
 RRDtool was started. If an error occurs, a line of the form '\f(CW\*(C`ERROR:\*(C'\fR
 \&\fIDescription of error\fR' will be printed instead. \fBRRDtool\fR will not abort,
-unless something realy serious happens. If
+unless something really serious happens. If
 a \fBworkdir\fR is specified and the \s-1UID\s0 is 0, RRDtool will do a chroot to that
 workdir. If the \s-1UID\s0 is not 0, RRDtool only changes the current directory to
 \&\fBworkdir\fR.
@@ -390,7 +390,7 @@ With this configuration you can add RRDtool as meta-server to
 Don't forget to create the database directory /var/rrd and
 reinitialize your inetd.
 .PP
-If all was setup correctly, you can access the server with perl
+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'.
 .PP